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
Traceback (most recent call last):
File "/home/graingert/projects/test_foo.py", line 9, in <module>
asyncio.run(amain())
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in runreturn loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 641, in run_until_completereturn future.result()
File "/home/graingert/projects/test_foo.py", line 7, in amainawait asyncio.get_running_loop().sock_connect(sock, ("google.com", "443"))
File "/usr/lib/python3.10/asyncio/selector_events.py", line 496, in sock_connect
resolved =awaitself._ensure_resolved(
File "/usr/lib/python3.10/asyncio/base_events.py", line 1395, in _ensure_resolvedreturnawait loop.getaddrinfo(host, port, family=family, type=type,
File "/usr/lib/python3.10/asyncio/base_events.py", line 855, in getaddrinforeturnawaitself.run_in_executor(
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result =self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfofor res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -7] ai_socktype not supported
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: