Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft bot framework broke on its own [closed]

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.\r\nTrace ID: d164a5d4-2c28-4491-bd88-1f8b31b52800\r\nCorrelation ID: 3ab5127e-690e-40b6-a433-2986bd711541\r\nTimestamp: 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"
}

Has the namespace changed? Can't figure out anywhere. It's also V3.1 so don't see why its not working?

I am sending request to https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token

like image 280
abharku Avatar asked Jul 25 '17 18:07

abharku


People also ask

What is Microsoft bot framework?

The Bot Framework includes a modular and extensible SDK for building bots, as well as tools, templates, and related AI services. With this framework, developers can create bots that use speech, understand natural language, handle questions and answers, and more.

Is Microsoft bot framework free?

The Azure Bot Service has now been Generally Available, which means they're providing a paid service with incurring subscription cost. The free tier, as you mentioned above, is capped at 10000 msgs/month. The previous Preview (or Beta) did provide the channels for free although they don't guarantee the SLA.

What is new in Microsoft bot framework?

Bot Framework CLI tools added lg as a core plugin and included other overall tool improvements. Updated the README files in the samples and added new Teams Typescript samples. Composer improved support for skills and improved integration for Cognitive Services. Web Chat added many accessibility improvements.


1 Answers

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

like image 157
Aashish Amber Avatar answered Sep 21 '22 23:09

Aashish Amber