Closed joaodotneto closed 5 years ago
Hi @joaodotneto! I saw you posted this question here, so I'm going to close this one, as the Microsoft Bot Framework team prefers that how to questions be submitted on Stack Overflow. The official Bot Framework Github repos are the preferred platform for submitting bug fixes and feature requests.
As a side note, 500 errors tend to happen because some sort of AppID/AppPassword mismatch. Check that your bot code has the proper values.
Hi @joaodotneto! I saw you posted this question here, so I'm going to close this one, as the Microsoft Bot Framework team prefers that how to questions be submitted on Stack Overflow. The official Bot Framework Github repos are the preferred platform for submitting bug fixes and feature requests.
As a side note, 500 errors tend to happen because some sort of AppID/AppPassword mismatch. Check that your bot code has the proper values.
About your note: I tried more than 20 times before posting here, drop and recreate settings on Azure, drop and recreate .Net solution, set the AppID/AppPassword exactly, in code or config, and in all cases the error is the same.
But thanks, i'll wait for a good soul to help me in Stack Overflow.
No worries, that good soul will be a member of the support team (unless a community member beats us to it!)
Same error using the CoreBot from samples. Skype have any type of restriction when using Ngrok?
oh my... I create a Web App Bot in Azure, change NOTHING just add Skype as Channel and... VOILA! same error...
I create another azure account, and make a Web App Bot, Skype is working. Something in azure can shit the things. Thanks in advance.
Bot Info
Issue Description
The skype request arrives in my local server (exposed using Ngrok) but when the service tries to reply, the error below occurs:
My Stacktrace:
Reproduction Steps