简体   繁体   English

将此消息发送到您的机器人时出错:HTTP 状态代码 NotFound error in test in web chat

[英]There was an error sending this message to your bot: HTTP status code NotFound error in test in web chat

I have created a simple empty nodejs chatbot with azure compose.我用 azure compose 创建了一个简单的空 nodejs 聊天机器人。 And then created a resource group and published it to azure. I have followed these 2 links然后创建了一个资源组并发布到azure。我已经点击了这两个链接

  1. Create a weather chatbot - https://learn.microsoft.com/en-us/composer/tutorial-create-weather-bot#create-a-new-dialog创建天气聊天机器人 - https://learn.microsoft.com/en-us/composer/tutorial-create-weather-bot#create-a-new-dialog
  2. Deploy the chatbot to azure - https://learn.microsoft.com/en-us/composer/how-to-publish-bot?tabs=v2x将聊天机器人部署到 azure - https://learn.microsoft.com/en-us/composer/how-to-publish-bot?tabs=v2x

But I was getting the error HTTP status code NOT Found error.但是我收到错误 HTTP 状态代码 NOT Found 错误。 I tried all the StackOverflow solutions available online none of them worked.我尝试了所有在线提供的 StackOverflow 解决方案,但没有一个有效。

  • I have deployed a Weather chat-bot to azure using below steps我已经使用以下步骤将天气聊天机器人部署到 azure

  • I have Created a Weather chat-bot using composer using the Document that you have provide in the above DOC .我使用您在上述DOC中提供的文档使用 composer 创建了一个天气聊天机器人。

  • It is working in local environment as below它在本地环境中工作,如下所示

entestrong textr 图像描述在这里

  • Now you have to deploy to azure portal from the composer for that follow the below steps.现在您必须按照以下步骤从作曲家部署到 azure 门户。

  • Click on Publish and select manage profile as below.单击发布和 select管理个人资料,如下所示。

在此处输入图像描述

  • Click on Add new as below.单击添加新的,如下所示。

在此处输入图像描述

  • Goto Crate new resource and click on Next as below.转到Crate new resource并单击Next ,如下所示。

在此处输入图像描述

  • Fill the all the required details as below and click on Next .填写以下所有必需的详细信息,然后单击“下一步”

在此处输入图像描述

在此处输入图像描述

  • After creatin the manage profile and select the profile as below.创建管理配置文件和 select 后,配置文件如下。

在此处输入图像描述

  • Click the check box that bot that you want to deploy to azure portal as blow and click on publish selected bots .单击您要部署到 azure 门户的 bot 的复选框,然后单击publish selected bots

在此处输入图像描述

  • After deploying to azure open resource and click on bot application in azure portal navigate to test in web chat and it's working as below.部署到 azure 打开资源并单击 azure 门户中的 bot 应用程序导航以在 web 聊天中进行测试,它的工作如下。

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

  • For More details refer this link follow the step-by-step procedure.有关更多详细信息,请参阅此链接并按照分步过程进行操作。

暂无
暂无

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

相关问题 Azure Bot 和 Webchat:向您的 bot 发送此消息时出错 - Azure Bot and Webchat: There was an error sending this message to your bot Azure 机器人在 Web 测试聊天中出现错误:要继续运行此机器人,请修复机器人源代码 - Azure bot giving error in Web test chat: To continue to run this bot, please fix the bot source code 发送whatsapp消息时如何处理twilio错误状态 - how to handle twilio error status when sending whatsapp message Bot 在 MS Teams 中返回错误“操作返回了无效的状态代码‘BadRequest’” - Bot returning error "Operation returned an invalid status code 'BadRequest'" in MS Teams Getting Operation 在 Bot Framework 上向 Facebook Azure 通道返回了无效状态代码“BadRequest”错误 - Getting Operation returned an invalid status code 'BadRequest' error on Bot Framework to Facebook Azure channel message": "Webhook 调用失败。 错误:不可用,State:URL_UNREACHABLE,原因:UNREACHABLE_5xx,HTTP 状态代码:500。”在对话流实现中 - message": "Webhook call failed. Error: UNAVAILABLE, State: URL_UNREACHABLE, Reason: UNREACHABLE_5xx, HTTP status code: 500." in dialogflow fulfillment 操作返回无效状态代码“NotFound”DotNet Core - Operation returned an invalid status code 'NotFound' DotNet Core Bot Composer Web 嵌入安全令牌的聊天? - Bot Composer Web Chat embed with secure token? Bot Framework Emulator 工作但 Web Chat 不工作 - Bot Framework Emulator works but Web Chat not does not FirebaseError:AppCheck:获取服务器返回 HTTP 错误状态。 HTTP 状态:403。(appCheck/fetch-status-error) - FirebaseError: AppCheck: Fetch server returned an HTTP error status. HTTP status: 403. (appCheck/fetch-status-error)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM