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

JSON out_of_range exceptions #29

Open
Guitarmadillo opened this issue Jan 9, 2023 · 0 comments
Open

JSON out_of_range exceptions #29

Guitarmadillo opened this issue Jan 9, 2023 · 0 comments

Comments

@Guitarmadillo
Copy link

Hello,

All is going well with LibTelegram so far.

One thing I overlooked is that I am getting these JSON exception messages every time I send a message to a bot.
They look like this:

LibTelegram: JSON out_of_range exception calling json edited message callback: [json.exception.out_of_range.403] key 'edited_message' not found

LibTelegram: JSON out_of_range exception calling edited message callback: [json.exception.out_of_range.403] key 'edited_message' not found
LibTelegram: JSON out_of_range exception calling json inline query callback: [json.exception.out_of_range.403] key 'inline_query' not found
LibTelegram: JSON out_of_range exception calling json chosen inline result callback: [json.exception.out_of_range.403] key 'chosen_inline_result' not found
LibTelegram: JSON out_of_range exception calling json callback query callback: [json.exception.out_of_range.403] key 'callback_query' not found
LibTelegram: JSON out_of_range exception calling callback query callback: [json.exception.out_of_range.403] key 'callback_query' not found
LibTelegram: Sender: DEBUG: json request:

I do see them in the Base.h file but I do not know what they mean. They do occur on two of the examples, echobot and calculator.
I used both of those as starting templates for bots.

Any insight is appreciated.

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