-
Notifications
You must be signed in to change notification settings - Fork 65
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postback stop sending till refresh #59
Comments
No logs appear on heroku aswell |
And appears to be only with persisten menus |
Having similar issue with postback buttons in persistent menu. |
I too experience something similar to this |
I have this problem randomly too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever i try to interact with the persistent menu, the first 2 interactions it does what it is supposed to do, but after those 2, if i want it to work i have to refresh the whole page.
Any help would be appreciated.
page.show_persistent_menu([Template.ButtonPostBack('Menu', 'MENU_PAYLOAD')])
`@page.handle_postback
def received_postback(event):
sender_id = event.sender_id
recipient_id = event.recipient_id
time_of_postback = event.timestamp
The text was updated successfully, but these errors were encountered: