Created
March 12, 2024 15:34
-
-
Save daviddanielng/48a9b6183f540325f966efcdd1f53a05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/codespace/.local/share/virtualenvs/simpletap-WA04qNPT/lib/python3.10/site-packages/telegram/request/_httpxrequest.py", line 276, in do_request | |
res = await self._client.request( | |
File "/home/codespace/.local/share/virtualenvs/simpletap-WA04qNPT/lib/python3.10/site-packages/httpx/_client.py", line 1574, in request | |
return await self.send(request, auth=auth, follow_redirects=follow_redirects) | |
File "/home/codespace/.local/share/virtualenvs/simpletap-WA04qNPT/lib/python3.10/site-packages/httpx/_client.py", line 1661, in send | |
response = await self._send_handling_auth( | |
File "/home/codespace/.local/share/virtualenvs/simpletap-WA04qNPT/lib/python3.10/site-packages/httpx/_client.py", line 1689, in _send_handling_auth | |
response = await self._send_handling_redirects( | |
File "/home/codespace/.local/share/virtualenvs/simpletap-WA04qNPT/lib/python3.10/site-packages/httpx/_client.py", line 1726, in _send_handling_redirects | |
response = await self._send_single_request(request) | |
File "/home/codespace/.local/share/virtualenvs/simpletap-WA04qNPT/lib/python3.10/site-packages/httpx/_client.py", line 1763, in _send_single_request | |
response = await transport.handle_async_request(request) | |
File "/home/codespace/.local/share/virtualenvs/simpletap-WA04qNPT/lib/python3.10/site-packages/httpx/_transports/default.py", line 372, in handle_async_request | |
with map_httpcore_exceptions(): | |
File "/usr/local/python/3.10.13/lib/python3.10/contextlib.py", line 153, in __exit__ | |
self.gen.throw(typ, value, traceback) | |
File "/home/codespace/.local/share/virtualenvs/simpletap-WA04qNPT/lib/python3.10/site-packages/httpx/_transports/default.py", line 86, in map_httpcore_exceptions | |
raise mapped_exc(message) from exc | |
httpx.ReadTimeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment