-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this working stable currently? #36
Comments
Hey @fabulias, |
Yeah, I have my envs vars OK, but the activity type that I tried is from the test from page from Microsoft, what kind of activities are you supporting? |
I was having the same problem and then was able to get some debug output that was throwing this:
I was able to fix this by toggling the setting on my app to allow this directory. I pulled up my app settings on Azure, went to the "Authentication" tab and changed "Accounts in this organizational directory only" to "Accounts in any organizational directory" and everything's working for me now. It looked like if the call to get a token fails, the next request will be attempted with no bearer token and that's why I was seeing the 401. |
Hi,
I'm creating a bot for Microsoft teams, I have created a bot in https://dev.botframework.com/bots/new, I have my APP_ID and my APP_PASSWORD (the last created in Secret and Keys page).
When I try to run an example of msbotbuilder-go\samples\echobot and try to test the bot from testing page
I obtained an error in ngrok and my service.
ngrok
example
I'm working on Windows 10 Pro edition.
Please, I arrived here because I thought that this is a client for Microsoft bots apps, help me a few.
The text was updated successfully, but these errors were encountered: