Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

I know how to download a project from GitHub as explained here. Working on Microsoft Azure Bot Service. And need to download a package that is for Microsoft Bot Framework Emulator. The link for the download is given in the section Download the Bot Framework Emulator of this Microsoft article. That link takes me to this GitHub site. But I'm not clear on how to download the package from there.

1 Answer

0 votes
by (9.6k points)

Please check the port number in your code and the one in emulator. You have given the messaging endpoint URL but it should be this:

localhost:PORT_NUMBER/api/messages

Browse Categories

...