tompaana / intermediator-bot-sample

A sample bot, built with the Microsoft Bot Framework (v4), that routes messages between two users on different channels.
https://tompaana.github.io/content/chatbots_as_middlemen.html
MIT License
124 stars 66 forks source link

Exception: "Operation returned an invalid status code 'badrequest'" is returned when Agent types @Bot GetRequests to get the pending accepted requests from Teams channel. #53

Closed praneethkolla closed 4 years ago

praneethkolla commented 5 years ago

Hi @tompaana , can you please take a look into this issue:

  1. This issue is observed when the solution is published in Teams channel only. (The above issue is not observed in emulator)

  2. When Agent typed '@Bot GetRequests' command, agent is not able to get the pending accepted request (request which is accepted by the Agent during the time of conversation with first user) from the second user.

kanazaca commented 4 years ago

@praneethkolla I think the problem is in this Line

If you want to go past this issue, just comment it.

praneethkolla commented 4 years ago

Thank-you @kanazaca , this solved my issue now.