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.
ERROR: Unable to download webpage: <urlopen error [Errno 0] Error> (caused by URLError(OSError(0, 'Error'))) #26102
Comments
|
most likely a problem with the proxy you're using. |
Checklist
Question
WRITE QUESTION HERE
ERROR: Unable to download webpage: <urlopen error [Errno 0] Error> (caused by URLError(OSError(0, 'Error')))
report:
youtube-dl -f 137+140 https://www.youtube.com/watch?v=f9ohvZyQrmY --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-f', '137+140', 'https://www.youtube.com/watch?v=f9ohvZyQrmY', '--verbose']
[debug] Encodings: locale cp936, fs utf-8, out utf-8, pref cp936
[debug] youtube-dl version 2020.06.16.1
[debug] Python version 3.8.3 (CPython) - Windows-10-10.0.18362-SP0
[debug] exe versions: ffmpeg git-2020-07-21-b5f1e05, ffprobe git-2020-07-21-b5f1e05
[debug] Proxy map: {'http': 'http://127.0.0.1:10809', 'https': 'https://127.0.0.1:10809', 'ftp': 'ftp://127.0.0.1:10809'}
[youtube] f9ohvZyQrmY: Downloading webpage
ERROR: Unable to download webpage: IncompleteRead(84189 bytes read) (caused by IncompleteRead(84189 bytes read)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "d:\python3.8\lib\site-packages\youtube_dl\extractor\common.py", line 627, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "d:\python3.8\lib\site-packages\youtube_dl\YoutubeDL.py", line 2238, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "d:\python3.8\lib\urllib\request.py", line 531, in open
response = meth(req, response)
File "d:\python3.8\lib\site-packages\youtube_dl\utils.py", line 2624, in http_response
content = resp.read()
File "d:\python3.8\lib\http\client.py", line 461, in read
return self._readall_chunked()
File "d:\python3.8\lib\http\client.py", line 575, in _readall_chunked
raise IncompleteRead(b''.join(value))