Hi Rasa
I have already run ngrok and ‘rasa run’, In credentials.yml, there is also app_id and app_password under botframework, but when I’m trying to make testing in Bot Framework, i got errors as below:
2019-07-03 10:26:02 ERROR rasa.core.channels.botframework - Could not get BotFramework token
In my understanding, tunnel should be ok and it’s pending on Authentication. Could you please point out what I miss here? Thanks in advanced.
Rasa: 1.1.4
Python: 3.6.8
Could please try to add an empty line between rest and botframework?
If you run rasa with --debug there might be more useful information why connection was not succesfull.
Hi, I was also getting the above mentioned errors.
Below are the things i did and after changing them, my bot was able to respond.
Check if “accessTokenAcceptedVersion” was set to 2 and
“signInAudience”: " AzureADandPersonalMicrosoftAccount" in Manifest of Azure App Portal.
[PS: I have used “app_id” and “app_password” itself in credentials.yml and not bot_id ]
Could any one please correct me if I’m wrong or point out any other way this can be done better?
Also what should I follow if I have set “signInAudience”: " AzureADMyOrg"?
please provide any solution for above error I am stuck at this point after APP Studio was deprecated I am facing the issue, after APP Studio deprecation from Teams using Developer portal I am trying to integrate rasa chatbot with teams please help me on this.