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

Unable to cancel pending request in Skype #25

Closed jmmcreynolds closed 6 years ago

jmmcreynolds commented 6 years ago

I sent a request for human assistance from my Skype account to the bot, but no one was watching for requests and now Skype is stuck and I cannot issue any more requests for help from Skype. Every time I type "human" I get the following reply:

"Your request has already been receieved and we are waiting for an agent to respond"

How can I reset the session so that I can issue a request for human assistance again?

I already tried uncommenting the debug options so that I could try to run them from Skype, but none of them seemed to clear the stuck request.

jmmcreynolds commented 6 years ago

Looks like I missed uncommenting one of the debug commands. After running " /deleteprofile", followed by "command reset" the request is cleared and I can send another one.

tompaana commented 6 years ago

@jmmcreynolds No worries, thanks anyways :)