Get 503: "SystemMemoryProtectionUtilizationMonitor is unhealthy" error when try to send out an email via MsGraph - microsoft-graph-api

I'm sending out emails via MsGraph from my own node Azure function. From the azure function log, I found out that it happens from time to time that I received a 503 "SystemMemoryProtectionUtilizationMonitor is unhealthy" error when calling the MsGraph API. The api works most of the time, but get this error occasionally.
Wondering anyone know what does this error mean and how to fix it?
Thanks

Related

What are the reasons why Slack API is getting failed_to_send_invite error?

Currently using this code to send workspace invites via Slack API, this is working but for some emails it is getting this failed_to_send_invite error. At first I thought it was because of using test emails, but now we also encountered it with a gmail email. Any idea why this error occurs? Documentation only says "The invite failed to send." as the description for this error.
response = slack.admin_users_invite(team_id=workspace_id, email=invitee_email, channel_ids=channel_id, custom_message=custom_msg, guest_expiration_ts=guest_expiry_epoch,is_restricted="true")

MS Graph API Error: 'Failed to execute Skype backend request GetThreadsS2SRequest

I'm getting the following error message.
Failed to execute Skype backend request GetThreadsS2SRequest
when trying to Add, Update or Delete channels using MS Graph API for Teams. The calls were working fine for a while but now suddenly this error comes up. This happens particularly when the channel type is private. Any help would be much appreciated. Thanks.

Export message encounter 500 - Index was outside the bounds of the array

Grap API and EWS-managed API have different response behavior in a message.
By using graph API GET messages/m_id
I could successfully get message infomation
But when I using EWS-managed API to export mail:
http code 500
An internal server error occurred. The operation failed., Index was
outside the bounds of the array.
It seems that the graph and EWS-managed API do not sync data.
The issued message on office 365 UI show that:
om dit bericht opnieuw te verzenden (to resend this message)
How could I deal with this?
The response in ews API is too general to verify
How about the real status of this mail?
Thanks.

500 response from sms.botframework.com/api/sms through Twilio

I've got a bot up and running, most of the time it is working ok, but Twilio throws some 500 and 502 errors on every inbound SMS.
An attempt to retrieve content from https://sms.botframework.com/api/sms returned the HTTP status code 500.
or
An attempt to retrieve content from https://sms.botframework.com/api/sms returned the HTTP status code 502.
The 502 requests continue fine and responses are sent, but the 500s do not - the user doesn't get a response.
How can i get logging from the sms.botframework.com service to see what's going on? No errors are showing on the azure side for my bot.
Thank you
Right now the Bot Framework isn't set up for you to be able to get to the logs inside our SMS connector; the 502's are benign, but the 500's aren't something I normally see. If you wish, you can contact me with your botid at bf-reports#microsoft.com and I'll take a look, or DM me on twitter (#jameslew).
#Philnash happy to fill you in more on the BotFramework and how developers can use it with Twilio; just let us know how to contact you.

Getting 403 error while running search api using twitter4j

Hi i am trying to collect data from twitter search Api using Twitter4j. Every thing is working fine but after certain no. of calls to the Api it is throwing the following error.
403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following).
message - Missing or invalid url parameter
code - 195
Using thread.sleep i am calling Api every 1 min. so at the max it can have 60 calls. But the limit is 350 with authentication, then also i am getting this error.
Please help me out i am very new to this. Thanks in advance.
What are you sending in the DM. From now on it seems that if your message contains an URL the DM will be rejected:
https://support.twitter.com/articles/14606-posting-or-deleting-direct-messages

Resources