【发布时间】:2016-12-28 21:58:19
【问题描述】:
在机器人框架门户上使用“测试与机器人的连接”时没有授权。
我在这里看到了许多关于同一主题的问题,但仍然无法正常工作。我正在尝试确保我的端点授权有效,但我不断收到错误...
我已按照信中的建议:https://docs.botframework.com/en-us/support/troubleshooting-bot-framework-authentication/
一开始的错误是;
InternalServerError
{
"message": "An error has occurred.",
"exceptionMessage": "Object reference not set to an instance of an object.",
"exceptionType": "System.NullReferenceException",
"stackTrace": "
(等等...)
我发现我需要将我的 azure 计划升级到 basic 以包含 SSL。但是,当我现在通过我得到的机器人框架门户测试我的机器人连接时;
InternalServerError
{
"message": "An error has occurred."
}
机器人本身可以通过 Skype 和网络聊天正常工作 - 它只是不想工作的授权部分。
点击 azure 上托管的网络应用程序的链接,证明我有一个 HTTPS 地址。我唯一没有尝试过的是为我的应用购买专用的 SSL 证书。
但是,基本的 Azure 计划肯定包括通用 Microsoft 证书下的 SSL 吗?有什么想法吗?
最后一条信息,机器人的网络聊天频道不断向我显示以下问题;
There was an error sending this message to your bot: HTTP status code
InternalServerError
Azure 托管、Web 应用、b1 基本计划...
【问题讨论】: