Bot framework emulator not working

后端 未结 2 994
没有蜡笔的小新
没有蜡笔的小新 2021-01-22 21:23

I started learning bot framework last week, and i decided to start off with the default bot project that returns your input and its number of character. But unfortunately, I cou

2条回答
  •  萌比男神i
    2021-01-22 21:57

    As I'm not aware of the exact code which you are trying to execute, I'd suggest few points to be checked again.

    Checkpoints:

    1. Make sure you are running the code in debug mode with any browser (Edge, chrome, explorer etc.) and then run in the emulator.
    2. Configure or link the emulator with ngrok. (Though it is not required when running locally but it may resolve if the emulator is not working with firewall issues)
    3. Please check the Microsoft App Id and Microsoft App Password are the same in emulator and Web.config file.
    4. Try with blank Microsoft App Id and Microsoft App Password in both Web.config file and emulator.
    5. Check if the endpoints on the browser and emulator are the same
    6. If you are encountering other errors like 401, 405, 500 please check this article.
    7. In case if all the check points are right and you are still encountering an issue while running the code in emulator, there might be an issue with the code or reference libraries. You can also check the working example.

提交回复
热议问题