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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: