python echo bot is working on local but not working on azure portal.

nitin sharma 21 Reputation points
2021-06-09T13:23:09.19+00:00

python echo bot is working on local but not working on azure portal. It is not responding in 'Test in Web Chat' box.

Also after clicking on bot message endpoint its showing - Application Error (screenshots attached)

please help.
103857-screenshot-from-2021-06-09-18-50-53.png103838-screenshot-from-2021-06-09-18-51-00.png103903-screenshot-from-2021-06-09-18-51-13.png

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
751 questions
{count} votes

1 answer

Sort by: Most helpful
  1. nitin sharma 21 Reputation points
    2021-06-14T15:58:20.66+00:00

    Yes i was executing zip command incorrectly.

    /my_bot: zip -r my_bot.zip ./my_bot #wrong. this command i was executing from outside of my bot dir.

    /my_bot: zip -r my_bot.zip . #correct . Executing inside of bot directory.

    2 people found this answer helpful.