-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
V3 bot with Ms teams channel gives 400 , 502 errors #4860
Comments
Hi RJ! Just wanted to let you know I am looking into this! |
Thanks. I had been posting details on this issue OfficeDev/BotBuilder-MicrosoftTeams#124 |
Hi RJ. So far I'm not able to track down what's going on with your bot. Can you post your github link to this bot for me so I can see if it's something in the code? |
@jwiley84 , I actually copy pasted this code and using it |
Alright, let me see what I can do. |
RJ: Apologies! I haven't forgotten you! I'm still investigating. |
Sure, thanks for the update. |
Hi RJ. Again, sorry for not getting back to you soon. I'm trying to recreate your issue and have reached out to some coworkers for assistance. |
Closing for lack of response. |
Bot Info
Issue Description
I have V3 BOT with Microsoft teams channel. I see following sporadic issue where it seems like teams is failing send response back to bot via serviceURL
There is 2 intermittent errors 502 bad gateway and 400. I have posting this to ms teams repo but, there is almost no response.
OfficeDev/BotBuilder-MicrosoftTeams#124
Code Example
Just added ms team channel on the bot service and using following TeamsChatConnector.
`
var teams = require("botbuilder-teams");
var connector = new teams.TeamsChatConnector({
appId: process.env.MICROSOFT_APP_ID,
appPassword: process.env.MICROSOFT_APP_PASSWORD
});
`
Reproduction Steps
Issue happens in the middle of the conversation at anytime. The message (output) from bot service is just dropped or never sent back to the user when 502 / 400 occurs. Full stack trace could be found on above issue link.
Expected Behavior
The output my bot services is generating should be sent back to user by ms teams channel and no errors in the logs.
The text was updated successfully, but these errors were encountered: