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

As long as the error 0 is prompted, you need to re-download manually, it is recommended to re-download automatically #24391

Closed
pongfcnkl opened this issue Mar 18, 2020 · 0 comments
Labels

Comments

@pongfcnkl
Copy link

@pongfcnkl pongfcnkl commented Mar 18, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.03.08
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

[debug] System config: []

[debug] User config: ['--proxy', 'socks5://127.0.0.1:2801', '--o', 'D:\youtube_videos\%(title)s.%(ext)s', '-R', '999999', '-i']
[debug] Custom config: []
[debug] Command-line args: ['https://www.youtube.com/watch?v=Jc-P65TN8iQ', '-v']
[debug] Encodings: locale cp936, fs utf-8, out utf-8, pref cp936
[debug] youtube-dl version 2020.03.08
[debug] Python version 3.7.4 (CPython) - Windows-10-10.0.17763-SP0
[debug] exe versions: ffmpeg 4.2.1, ffprobe 4.2.1
[debug] Proxy map: {'http': 'socks5://127.0.0.1:2801', 'https': 'socks5://127.0.0.1:2801'}
[youtube] Jc-P65TN8iQ: Downloading webpage
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'https://r1---sn-ogul7n7d.googlevideo.com/videoplayback?expire=1584546061&ei=rexxXq64MKmPlQSY_LeADQ&ip=150.95.202.99&id=o-ADB0pBJPqRC-tpMxxfaYHFzxgKKRI34YOv2OE-vBZ0PF&itag=137&aitags=133%2C134%2C135%2C136%2C137%2C160%2C242%2C243%2C244%2C247%2C248%2C278&source=youtube&requiressl=yes&mh=2w&mm=31%2C26&mn=sn-ogul7n7d%2Csn-i3b7kn7s&ms=au%2Conr&mv=m&mvi=0&pl=18&initcwndbps=871250&vprv=1&mime=video%2Fmp4&gir=yes&clen=4747310538&dur=13423.966&lmt=1584429494879455&mt=1584524374&fvip=1&keepalive=yes&fexp=23882514&c=WEB&txp=7316222&sparams=expire%2Cei%2Cip%2Cid%2Caitags%2Csource%2Crequiressl%2Cvprv%2Cmime%2Cgir%2Cclen%2Cdur%2Clmt&sig=ADKhkGMwRAIgD-4WmJTB3Szx0wqx_ydzq4ZEoIE38YZ7s4syhlrJ--oCIGL7cGZCT8I9C85rsQvC3t5WKSL62tcaQOkaaJUuj6g1&lsparams=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=ABSNjpQwRQIhALHwBM_qI0-yWf33SkksrIZX9YeOR5DzjYhUh1Yip1RYAiB_I2sSMw0VyVTfIyjwLqKkce4OXT7DE46YmsC-5AEtOw%3D%3D&ratebypass=yes'
[download] Resuming download at byte 1686907345
[download] Destination: D:\youtube_videos\第五人格(Identity V):【零之启】触手魔法棒 biu!100块变29(3月16日晚间场).f137.mp4
[download] 47.0% of 4.42GiB at 1.07MiB/s ETA 37:15 ERROR: unable to download video data: <urlopen error [Errno 0] Error>
Traceback (most recent call last):
File "c:\users\00\appdata\local\programs\python\python37-32\lib\urllib\request.py", line 1317, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "c:\users\00\appdata\local\programs\python\python37-32\lib\http\client.py", line 1244, in request
self._send_request(method, url, body, headers, encode_chunked)
File "c:\users\00\appdata\local\programs\python\python37-32\lib\http\client.py", line 1290, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "c:\users\00\appdata\local\programs\python\python37-32\lib\http\client.py", line 1239, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "c:\users\00\appdata\local\programs\python\python37-32\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "c:\users\00\appdata\local\programs\python\python37-32\lib\http\client.py", line 966, in send
self.connect()
File "c:\users\00\appdata\local\programs\python\python37-32\lib\site-packages\youtube_dl\utils.py", line 2699, in connect
self.sock, server_hostname=self.host)
File "c:\users\00\appdata\local\programs\python\python37-32\lib\ssl.py", line 423, in wrap_socket
session=session
File "c:\users\00\appdata\local\programs\python\python37-32\lib\ssl.py", line 870, in _create
self.do_handshake()
File "c:\users\00\appdata\local\programs\python\python37-32\lib\ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error`

PASTE VERBOSE LOG HERE

Description

As long as the error 0 is prompted, you need to re-download manually, it is recommended to re-download automatically
@pongfcnkl pongfcnkl changed the title ERROR: unable to download video data: <urlopen error [Errno 0] Error> As long as the error 0 is prompted, you need to re-download manually, it is recommended to re-download automatically Mar 18, 2020
@dstftw dstftw closed this Mar 18, 2020
@dstftw dstftw added the duplicate label Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.