Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing after each message sent #45

Open
timdid opened this issue Dec 14, 2017 · 2 comments
Open

Typing after each message sent #45

timdid opened this issue Dec 14, 2017 · 2 comments

Comments

@timdid
Copy link

timdid commented Dec 14, 2017

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...

@yfe404
Copy link

yfe404 commented Dec 15, 2017

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)

@timdid
Copy link
Author

timdid commented Dec 16, 2017

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'}}]})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants