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.
https://botwebdeployment.azurewebsites.net/api/messages
. After that you can see the error messages. – GeralexGR