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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to parse messages of type inlineKeyboardMarkup #28

Open
uvarly opened this issue Jun 9, 2022 · 0 comments
Open

Unable to parse messages of type inlineKeyboardMarkup #28

uvarly opened this issue Jun 9, 2022 · 0 comments

Comments

@uvarly
Copy link

uvarly commented Jun 9, 2022

When receiving latest updates via GetLastEventsWithContext with any message that contains an event of type inlineKeyboardMarkup, bot is unable to unmarshal it and enters an infinite loop, while constantly building a queue of unresolved events

time="..." level=error msg="Failed to get updates, retrying in 3 seconds ..." err="cannot get events: cannot parse events: parse error: expected { near offset 275 of 'payload'" retry interval="3 seconds"
time="..." level=error msg="Failed to get updates, retrying in 3 seconds ..." err="cannot get events: cannot parse events: parse error: expected { near offset 275 of 'payload'" retry interval="3 seconds"
time="..." level=error msg="Failed to get updates, retrying in 3 seconds ..." err="cannot get events: cannot parse events: parse error: expected { near offset 275 of 'payload'" retry interval="3 seconds"
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

1 participant