How to resolve the error as “500 internal server error” in Bot Framework Channel Emulator?

前端 未结 7 1437
既然无缘
既然无缘 2021-02-09 08:20

I am working on Bot framework technology, recently Microsoft announced the new version (V3) of bot. I was already developed bots using old version, now I am trying to upgrade m

相关标签:
7条回答
  • 2021-02-09 09:24

    They just released an updated version of the framework (3.0.1) that addressed a few issues introduced with 3.0.0. Try updating to 3.0.1 and see if that will solve your issue (it fixed mine). source

    You may also need to follow this tutorial and use ngrok to allow you to access your published chatbot from the emulator. There is a screenshot in that tutorial that shows the BotId being used in the emulator, its not required so you can omit it.

    0 讨论(0)
提交回复
热议问题