Bot使用Visual Studio发布后在Web聊天中没有响应

发布于 2025-01-24 21:59:29 字数 435 浏览 4 评论 0原文

我在作曲家中创建了一个机器人。创建了所有必需的服务(App Service,QNA Maker,Luis,Web App Bot)。我添加了路易斯配置值(键和端点)。还添加了QNA Maker键。我的机器人远程工作正常。 我给了Microsoft Appid& AppSettings.json中的密码。 我使用Visual Studio发布了机器人。它成功出版了。 当我尝试使用Web聊天中的测试从Azure Portal进行测试时,它没有响应。 我遇到错误“ 有一个错误将此消息发送到您的bot:HTTP状态代码InternalServerError ”。 如何检查内部错误以及如何解决该问题? 提前致谢。 在此处输入图像描述

I have created one bot in composer. Created all required services (App service, QnA Maker, LUIS, Web App Bot). I have added LUIS Configuration value (key and endpoint). Added QnA Maker key also. My bot is working fine Remotely.
I have given Microsoft AppId & Password in Appsettings.JSON .
I published the bot using Visual Studio. It got published successfully.
When I tried to test it from azure portal using test in web chat, it is not responding.
I am getting the error "There was an error sending this message to your bot: HTTP status code InternalServerError".
How to check the internal error and how I can fix that?
Thanks in advance.
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心清如水 2025-01-31 21:59:29

作曲家在发布VS可能不做的几个任务以准备和构建机器人文件时。如果通过Visual Studio构建和部署机器人不起作用,则可以尝试使用命令行方法,或者仅坚持作曲家自己的发布实用程序。

Composer performs several tasks to prepare and build your bot files when publishing it that VS might not do. If building and deploying the bot through Visual Studio is not working, you could try the command line method, or just stick with Composer's own publish utility.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文