-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getaddrinfo for res in _socket.getaddrinfo error #175
Comments
Not sure it's really related to irc3. Looks like it raise deep in asyncio. And btw, are you sure you don't have a firewall or something ? |
Also tests pass with 3.7 https://travis-ci.org/gawel/irc3/jobs/499987669 Weird issue |
Also tested locally:
|
Could this relate to ipv6? |
Maybe. But the current traceback to show some 127.0.0.1 |
Hmm pusseling, I know there is an issue if you try using dcc if you have connected with ipv6 to an ircd server. |
Maybe it's possible to reproduce with irc3d (never tried to run it with ipv6) |
Using dcc_send_and_get.py in examples with python 3.7.2 I get the following error. Works fine in 3.6.0.
The text was updated successfully, but these errors were encountered: