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
Periodically, when the telegram's httpx service cannot reach API, this mega-ugly dump shows up in the logs:
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/telegram/ext/_updater.py", line 628, in _network_loop_retry
if not await action_cb():
File "/usr/local/lib/python3.10/site-packages/telegram/ext/_updater.py", line 333, in polling_action_cb
raise exc
File "/usr/local/lib/python3.10/site-packages/telegram/ext/_updater.py", line 322, in polling_action_cb
updates = await self.bot.get_updates(
File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 553, in get_updates
updates = await super().get_updates(
File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 394, in decorator
result = await func(self, *args, **kwargs) # skipcq: PYL-E1102
File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 3542, in get_updates
await self._post(
File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 482, in _post
return await self._do_post(
File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 335, in _do_post
return await super()._do_post(
File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 510, in _do_post
return await request.post(
File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 168, in post
result = await self._request_wrapper(
File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 288, in _request_wrapper
raise exc
File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 278, in _request_wrapper
code, payload = await self.do_request(
File "/usr/local/lib/python3.10/site-packages/telegram/request/_httpxrequest.py", line 243, in do_request
raise NetworkError(f"httpx.{err.__class__.__name__}: {err}") from err
telegram.error.NetworkError: httpx.ReadError:
The text was updated successfully, but these errors were encountered:
Periodically, when the telegram's httpx service cannot reach API, this mega-ugly dump shows up in the logs:
The text was updated successfully, but these errors were encountered: