-
Notifications
You must be signed in to change notification settings - Fork 190
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
pyrad + python3.6 #73
Comments
It looks like the computer where you are running python can't resolve localhost. I expect if you run this python snippet you will receive the same error:
Troubleshoot that before looking at pyrad (e.g. is there an entry for localhost in your |
~$ python2.7
~$ python3.6
~$ nslookup localhost Non-authoritative answer: |
Thank you, that's quite interesting. The only way I could replicate your problem was by breaking my ability to resolve localhost. I'd like to try and find a minimal case that still breaks for you. Does this break, or does it work?
That should be very close to what pyrad is doing (and works for me with no error). Also, could you comment about what platform you are using please? E.g. windows, mac, linux distribution / version? |
Sorry for the late response. The project slowed down a bit and the problem moved to the second row. The platform used Ubuntu 64 16.04 LTS |
I still replace one feature that I'm sorry, did not specify. The problem arises if the address is specified in IPV6. When IPV4 everything is working fine |
Please try with latest version from master which should support IPv6 as well and close issue if working. |
Good afternoon. I used your wonderful library in python 2.7.It's time to move to 3.6 and asyncio and ran into this problem.
'''
Tell me please what this means, since the conclusion about anything does not tell me
The text was updated successfully, but these errors were encountered: