我正在尝试将Microsoft Bot Emulator连接到我的机器人。当我在本地托管我的机器人时,一切正常,但我在以下URL托管了我的机器人
https://hospitalbot.azurewebsites.net/api/messages
当我使用Emulator连接我的机器人并发送一条消息时,它显示如下(下面的日志)
[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发布于 2018-07-20 09:26:23
16:05:17错误:机器人是远程的,但服务URL是本地主机。如果没有隧道软件,您将不会收到回复。
16:05:17连接到远程托管的机器人
在你连接到远程托管的机器人之前,请确保你的installed and configured ngrok tunneling software。

https://stackoverflow.com/questions/51430933
复制相似问题