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.
what is error 104? #5844
what is error 104? #5844
Comments
|
Try again. "Connection reset by peer" means that there was a network hiccup of some sort. (You see it all the time as a reason for disconnects from IRC chat servers) |
|
I'm closing it as a network error. If you can watch the video on a browser but youtube-dl fails, post the output with the |
|
[user@dhcppc0 ~]$ youtube-dl --verbose https://www.youtube.com/watch?v=DJrMpFOOL-U |
|
Assuming you can also watch the video using a browser in the same computer, what does |
|
youtube for me is Inaccessible but i use browsec plugin in google-chrome to open youtube. I think for this reason can't downlod. |
|
We can't do anything then, you can try to use a proxy with the |
|
sudo apt-get upgrade youtube-dl worked for me |
[user@dhcppc0 ~]$ youtube-dl https://www.youtube.com/watch?v=DJrMpFOOL-U
[youtube] DJrMpFOOL-U: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 104] Connection reset by peer> (caused by URLError(error(104, 'Connection reset by peer'),))
how to fix it?