You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First, thank you for this great job, I were able to build almost perfect chatbot with your library 👍
I just have one issue (in addition to missing pictures in quick-replies):
My chatbot is typing almost after every message is sent (just a few seconds and then typing becomes off). I don't know why. I tried to add a page.typing_off(recipient_id) after every page.send(...) but it does nothing. My bot is still typing after each message...
Do you have any solution?
Thanks
EDIT : Moreover, I do not understand how it could be possible to see typing on with my chatbot regarding the fact that I actually never called page.typing_on() in all my code. Is there an "auto typing on" implemented with your library? I can't find it...
The text was updated successfully, but these errors were encountered:
I have the same issue even the fact I'm not using this library ... I wonder if the problem is not coming from elsewhere... It seems to only appear after a postback button (in my case)
Could it be linked to this error I get every time I push a postback button ? ('Webhook received unsupported Entry:', {u'id': u'769783789855499', u'time': 1513414644813, u'standby': [{u'timestamp': 1513414644813, u'postback': {u'title': u'Red\xe9marrer'}, u'sender': {u'id': u'1693939997299999'}, u'recipient': {u'id': u'769783789899999'}}]})
Hi,
First, thank you for this great job, I were able to build almost perfect chatbot with your library 👍
I just have one issue (in addition to missing pictures in quick-replies):
My chatbot is typing almost after every message is sent (just a few seconds and then typing becomes off). I don't know why. I tried to add a
page.typing_off(recipient_id)
after everypage.send(...)
but it does nothing. My bot is still typing after each message...Do you have any solution?
Thanks
EDIT : Moreover, I do not understand how it could be possible to see typing on with my chatbot regarding the fact that I actually never called
page.typing_on()
in all my code. Is there an "auto typing on" implemented with your library? I can't find it...The text was updated successfully, but these errors were encountered: