I installed the teams bot from this link https://github.com/OfficeDev/BotBuilder-MicrosoftTeams/tree/master/Node/samples inside of Teams and when I start testing the bot by messaging with "hello
" in Teams I get the error below;
The Bot State API is deprecated. Please refer to https://aka.ms/I6swrh for details on how to replace with your own storage.
Error: GET to 'https://state.botframework.com/v3/botstate/msteams/conversations/19%3A2771d14b8fa2450ca52f97b941c3652f%40thread.skype%3Bmessageid%3D1568300852744' failed: [405] Method Not Allowed
at Request._callback (/home/me-myself-and-i/workspace/bot/BotBuilder-MicrosoftTeams/Node/samples/node_modules/botbuilder-teams/node_modules/botbuilder/lib/bots/ChatConnector.js:675:46)
at Request.self.callback (/home/me-myself-and-i/workspace/bot/BotBuilder-MicrosoftTeams/Node/samples/node_modules/request/request.js:185:22)
at Request.emit (events.js:182:13)
at Request.EventEmitter.emit (domain.js:459:23)
at Request.<anonymous> (/home/me-myself-and-i/workspace/bot/BotBuilder-MicrosoftTeams/Node/samples/node_modules/request/request.js:1161:10)
at Request.emit (events.js:182:13)
at Request.EventEmitter.emit (domain.js:459:23)
at IncomingMessage.<anonymous> (/home/me-myself-and-i/workspace/bot/BotBuilder-MicrosoftTeams/Node/samples/node_modules/request/request.js:1083:12)
at Object.onceWrapper (events.js:273:13)
at IncomingMessage.emit (events.js:187:15)
But if I test from the Bot Framework Emulator, everything is fine and I get a response when sending "
hello
Anyone ran into that error?