ankitbko / human-handoff-bot

A sample for live human handoff/transfer of conversation from user using Microsoft Bot Framework
https://ankitbko.github.io/2017/03/human-handover-bot/
MIT License
26 stars 13 forks source link

Connect button giving id=retry #8

Closed Mrinnaal closed 7 years ago

Mrinnaal commented 7 years ago

Thank you so much for the work! It is really worth a shot. But when i try to make the agent available by clicking on connect, the id is returning retry! Could you throw some light over it?

ankitbko commented 7 years ago

Can you try to debug and see what errors are occurring?

Mrinnaal commented 7 years ago

bro it is resolved!!! actually the problem was with message sending to bot! i forgot to put api/messages in endpoint URL! Cheers! Great work man! Thank you!