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
I have a Telegram bot that creates Telegraph pages with some user stats.
Sometimes it raises requests.exceptions.JSONDecodeError at Telegraph.create_page:
I have a Telegram bot that creates Telegraph pages with some user stats.
Sometimes it raises
requests.exceptions.JSONDecodeError
atTelegraph.create_page
:What's strange is that if you try to call
Telegraph.create_page
again - it runs flawlessly.So I ended up with "fuckit" strategy:
I suspect this could be fixed if we could pass in
timeout
argument to inner post request.The text was updated successfully, but these errors were encountered: