Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
"Network is Unreachable" with force ipv6 parameter #4869
Comments
|
Are you sure that you do have IPv6 connectivity? Can you post a screenshot of http://test-ipv6.com/ run on that machine? What is the output of |
|
I haven't installed Desktop on it but this |
|
That's fine, the route table is enough to show that you do not have IPv6 connectivity. You must configure your routing (or use a SLAAC or DHCPv6) before you can actually use IPv6. |
Hello, I have the latest youtube-dl installed at a VPS. It is a Ubuntu 14.04 x64 machine and has both IPv4 and IPv6 connectivity but the tool only works with IPv4. This is what i get
youtube-dl -6 -f 43 -g https://www.youtube.com/watch?v=GC2qk2X3fKAERROR: Unable to download webpage: <urlopen error [Errno 101] Network is unreachable> (caused by URLError(error(101, 'Network is unreachable'),))As I said the same url works with IPv4. What could be the problem?