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

我的未来我决定 提交于 2019-12-14 04:01:43

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/36522990/500-response-from-sms-botframework-com-api-sms-through-twilio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!