Bot Emulator获得POST 500 Directline.postActivity

时间:2018-07-19 20:06:37

标签: botframework

我正在尝试将Microsoft Bot Emulator连接到我的机器人。当我在本地托管我的漫游器时,一切正常,但我在以下URL托管了漫游器

https://hospitalbot.azurewebsites.net/api/messages

当我使用仿真器连接我的机器人并发送一条消息时,它显示以下内容(以下日志)

[16:05:17]Emulator listening on http://localhost:51103
[16:05:17]ngrok not configured (only needed when connecting to remotely hosted bots)
[16:05:17]Connecting to bots hosted remotely
[16:05:17]Edit ngrok settings
[16:05:17]Error: The bot is remote, but the service URL is localhost. Without tunneling software you will not receive replies.
[16:05:17]Connecting to bots hosted remotely
[16:05:17]Edit ngrok settings
[16:05:17]Error: The bot is remote, but the service URL is localhost. Without tunneling software you will not receive replies.
[16:05:17]Connecting to bots hosted remotely
[16:05:17]Edit ngrok settings
[16:05:17]POST201directline.startConversation
[16:05:21]Error: The bot is remote, but the service URL is localhost. Without tunneling software you will not receive replies.
[16:05:21]Connecting to bots hosted remotely
[16:05:21]Edit ngrok settings
[16:05:21]->messagetest
[16:05:22]POST500directline.postActivity

1 个答案:

答案 0 :(得分:2)

  

[16:05:17]错误:机器人是远程的,但服务URL是本地主机。没有隧道软件,您将不会收到回复。

     

[16:05:17]连接到远程托管的机器人

在连接到远程托管的漫游器之前,请确保您installed and configured ngrok tunneling software

enter image description here