Getting 400 Bad Request Error

Copper Contributor

Hi,

 

I am trying to integrate Hubot with MS Teams and done with that stuff by following some useful links that are available.I have built a bot using hubot framework which is working fine in my local environment but after uploading the bot into a channel facing an error as mentioned below:

 

ERROR Error: POST to 'https://smba.trafficmanager.net/amer/v3/conversations/19:6e011df0be3a4eb7934018bcf460370f@thread.sky...' failed: [400] Bad Request"

 

I am using the following packages:

 

"botbuilder": "^3.13.1",
"hubot": "^2.19.0",
"hubot-botframework": "^0.10.1",
"hubot-conversation": "1.1.1",
"hubot-diagnostics": "0.0.1",
"hubot-health": "latest",
"hubot-help": "^0.2.0",
"hubot-hipchat": "^2.12.0-6",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2"

 

Can anyone please help me as soon as possible.

 

Thanks,

Acharya

1 Reply

Can any one please respond to my previous query as the developed bot is not executing as expected in MS-Teams.But outside of the msteams channel in my local environment the developed bot is executing fine as expected.