Skip to content
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

OSError: [Errno 101] Network is unreachable - ipv6 related #10

Open
037g opened this issue Apr 22, 2021 · 1 comment
Open

OSError: [Errno 101] Network is unreachable - ipv6 related #10

037g opened this issue Apr 22, 2021 · 1 comment

Comments

@037g
Copy link

037g commented Apr 22, 2021

OS: Ubuntu(18.08 LTS) or OSX 11.2.3
Installed via pip3. (Python 3.7.3)

I get the same behavior on both systems. Appreciate any help you can provide.

connvitals -t domain.com Traceback (most recent call last): File "/home/arctiqleo/.local/bin/connvitals", line 10, in <module> sys.exit(main()) File "/usr/local/lib/python3.7/dist-packages/connvitals/__init__.py", line 51, in main from . import collector File "/usr/local/lib/python3.7/dist-packages/connvitals/collector.py", line 19, in <module> from . import utils, config, ping, traceroute, ports File "/usr/local/lib/python3.7/dist-packages/connvitals/ping.py", line 26, in <module> from . import icmp File "/usr/local/lib/python3.7/dist-packages/connvitals/icmp.py", line 31, in <module> s.connect(("2001:4998:c:1023::4", 1)) #yahoo.com public IPv6 address OSError: [Errno 101] Network is unreachable

@ocket8888
Copy link
Collaborator

That error is coming from your operating system. I would suspect that your network interface doesn't support IPv6 - does that sound right? Can you run ping 2001:4998:44:3507::8001?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants