Microsoft Azure Bot Framework Emulator is not sending message

后端 未结 2 821
庸人自扰
庸人自扰 2021-01-28 23:56

On my Windows 10, I installed Microsoft Azure Bot Framework Emulator from the here (I had used botframework-emulator-setup-4.0.15-alpha.exe from the GitHub link tha

相关标签:
2条回答
  • 2021-01-29 00:21

    You need to correct few things:

    1. Change your messaging endpoint url to: http://localhost:PORT_NUMBER/api/messages ; where PORT_NUMBER is the port number your app will be listening to. It should be specified in your code and ideally for most bot developers, it's value is either 3978 or 3979

    2. Check whether the MSA app id and MSA app password fields have any value in your code or not. If they have an ID-Password value present in your code then your emulator should also be configured with the same.

    0 讨论(0)
  • 2021-01-29 00:34

    Install ngrok tunneling. https://github.com/microsoft/botframework-emulator/wiki/Tunneling-(ngrok)

    Restart the emulator once installed.

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