0
votes

My bot works fine in the emulator, even with Microsoft app id and password but when I'm testing it at https://dev.botframework.com I get a message

couldn't send message retry

I get a

401 unauthorized

error when I'm trying to get a reply from the emulator with bot url https://botwebdeployment.azurewebsites.net/ (deployed in azure).

I have added my bot bot in Microsoft bot directory and have enabled Skype, but even on my machine I can send message on Skype app to bot but I don't get any reply.

1
Try to interact with your bot using bot emulator. The communication url should be https://botwebdeployment.azurewebsites.net/api/messages. After that you can see the error messages.GeralexGR
Yes, I did that and I see a 401 unauthorized errorChetan

1 Answers

0
votes
  1. Verify application settings - confirm you've updated the Microsoft App ID & Password then deploy to Azure again.
  2. Verify HTTPS endpoint - In the dev portal (https://dev.botframework.com), settings page; make sure you used HTTPS instead of HTTP.

Reference: https://docs.microsoft.com/en-us/bot-framework/deploy-bot-visual-studio