4
votes

I am working on Microsoft Bot Framework, I am created the bot through Azure Bot Service in Azure Portal. When I am running my bot application in local emulator its working fine after that published into Azure Bot service.

enter image description here

Here my issue is whenever to test my application in in Azure Portal at Test In Web Chat option the test window will showing like this below.

enter image description here

Added the same bot to Skype channel there also I am not getting any response.

How can I resolve the problem?

2
What is your BotHandle?Eric Dahlvang
My BotHandle name is ServiceMaxIotsateesh
I cannot find a bot with a handle of ServiceMaxlot in our logs. I'm not looking for the Display Name, but the Bot Handle in settings.Eric Dahlvang
Its a client bot we don't want to revel the name of the BotHandle. If you have to possible please provide your mail-id I will send the details of bot with yousateesh

2 Answers

0
votes

Please check your MicrosoftAppID and MicrosoftAppPassword are correctly mentioned in both your BotApplication as well as in Azure Bot Service. Also do check if the same is deployed properly and the MessagingEndpoint is correctly mentioned.

If this was just an issue with the channel your Test in WebChat could have worked properly.

0
votes

From my experience, it is happen to me with the same situation. I think you select publish as Website. You should select publish as Deployment Script.