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
A TypeError exception is thrown with the message: Object of type _SentinelObject is not JSON serializable
Failure Information (for bugs)
If you explicitly specify the parse_mode parameter when creating an object of type InputTextMessageContent (even if it is an empty string), an exception is not thrown and the bot successfully responds to the user
Context
Expected Behavior
The bot will successfully respond to
InlineQuery
Current Behavior
A
TypeError
exception is thrown with the message:Object of type _SentinelObject is not JSON serializable
Failure Information (for bugs)
If you explicitly specify the
parse_mode
parameter when creating an object of typeInputTextMessageContent
(even if it is an empty string), an exception is not thrown and the bot successfully responds to the userSteps to Reproduce
https://gist.github.com/t3m8ch/3e6d484c04c2e9e487acb948f093c617
Failure Logs
https://gist.github.com/t3m8ch/3e6d484c04c2e9e487acb948f093c617#file-logs-txt
The text was updated successfully, but these errors were encountered: