本文介绍了微软机器人框架自行崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的令牌请求得到了这个:
I am getting this for my token request:
{
"error": "invalid_request",
"error_description": "AADSTS90002: No service namespace named 'botframework.com' was found in the data store.
Trace ID: d164a5d4-2c28-4491-bd88-1f8b31b52800
Correlation ID: 3ab5127e-690e-40b6-a433-2986bd711541
Timestamp: 2017-07-25 18:38:00Z",
"error_codes": [90002],
"timestamp": "2017-07-25 18:38:00Z",
"trace_id": "d164a5d4-2c28-4491-bd88-1f8b31b52800",
"correlation_id": "3ab5127e-690e-40b6-a433-2986bd711541"
}
命名空间改变了吗?哪里都想不通.它也是 V3.1,所以不明白为什么它不起作用?
Has the namespace changed? Can't figure out anywhere. It's also V3.1 so don't see why its not working?
我正在向 https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token
推荐答案
这是一个来自机器人框架身份验证门户的问题.MS 已经承认并正在努力修复它.查看我的问题报告和他们的评论.
Its an issue from bot framework authentication portal.MS have acknowledged it and is working to get it fixed. see my issue report and their comment .
https://github.com/Microsoft/BotBuilder/issues/3197
这篇关于微软机器人框架自行崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!