简体   繁体   English

机器人模拟器说无法发送重试

[英]Bot emulator says couldn't send retry

I am new to Microsoft Bot Framework.我是 Microsoft Bot Framework 的新手。 I created my first bot application by using bot application template on Visual Studio 2015. it is running fine and below is the message I get when i run this.我在 Visual Studio 2015 上使用机器人应用程序模板创建了我的第一个机器人应用程序。它运行良好,下面是我运行它时收到的消息。

Describe your bot here and your terms of use etc.在此处描述您的机器人以及您的使用条款等。

Visit Bot Framework to register your bot.访问 Bot Framework 以注册您的机器人。 When you register it, remember to set your bot's endpoint to注册时,请记住将机器人的端点设置为

https://your_bots_hostname/api/messages . https://your_bots_hostname/api/messages

And I have downloaded botframework-emulator 3.5.29 and installed.我已经下载并安装了 botframework-emulator 3.5.29。 On the emulator i have entered http://localhost:3979/api/messages/ and left the App Id & App Password fields as empty.在模拟器上,我输入了http://localhost:3979/api/messages/并将 App Id & App Password 字段留空。 everything was looks fine.一切看起来都很好。 But when i type any message on the emulator I am getting Couldn't send retry notification on emulator.但是当我在模拟器上键入任何消息时,我收到无法在模拟器上发送重试通知。

Please can anyone help me on this.请任何人都可以帮我解决这个问题。

Thanks,谢谢,

You need to download ngrok .您需要下载 ngrok

In the log click on Edit ngrok settings and select the file ngrok.exe在日志中单击Edit ngrok settings并选择文件 ngrok.exe

机器人日志

When are you finish try connect to this url http://localhost:3979/api/messages你什么时候完成尝试连接到这个 url http://localhost:3979/api/messages

Run Bot Framework Emulator as administrator.以管理员身份运行 Bot Framework Emulator。

Find the program icon in your start menu, right click, then "More", then "Run as Administrator".在开始菜单中找到程序图标,右键单击,然后单击“更多”,然后单击“以管理员身份运行”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM