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

2019.04.24 bug - Downloaded X bytes, expected Y byte #20823

Closed
5 tasks
davidfavor opened this issue Apr 25, 2019 · 2 comments
Closed
5 tasks

2019.04.24 bug - Downloaded X bytes, expected Y byte #20823

davidfavor opened this issue Apr 25, 2019 · 2 comments

Comments

@davidfavor
Copy link

Yes to the following...

  • I've verified and I assure that I'm running youtube-dl 2019.04.24

  • At least skimmed through the README, most notably the FAQ and BUGS sections

  • Searched the bugtracker for similar issues including closed ones

  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

  • Bug report (encountered problems with youtube-dl)

I'm a long time youtube-dl user with fair command line Kung Fu, so I can likely do any additional testing requested + provide any data required.

Just let me know next steps.

imac> youtube-dl --version
2019.04.24

imac> youtube-dl -f mp4 -v 'https://www.youtube.com/watch?v=MSkYsl9O8OQ'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-f', u'mp4', u'-v', u'https://www.youtube.com/watch?v=MSkYsl9O8OQ']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.04.24
[debug] Python version 2.7.16 (CPython) - Darwin-15.6.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.1.3, ffprobe 4.1.3, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] MSkYsl9O8OQ: Downloading webpage
[youtube] MSkYsl9O8OQ: Downloading video info webpage
[debug] Invoking downloader on u'https://r3---sn-bvvbax4pcxg-50ne.googlevideo.com/videoplayback?source=youtube&fvip=1&sparams=dur%2Cei%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cnh%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cexpire&requiressl=yes&ratebypass=yes&nh=%2CEA0&txp=5535432&lmt=1556195195935563&dur=3657.793&c=WEB&expire=1556217384&ei=yKnBXPDIGoTGDfPZg8AG&key=yt6&mime=video%2Fmp4&initcwndbps=2543750&signature=35B4BFF6063215B2F10EE93A35E468EDABDC36E6.39D47BACF4627FC5B8F062F5C9EF6136A29DC95B&ipbits=0&itag=22&mm=31%2C29&ip=136.49.241.94&mv=m&mt=1556195646&ms=au%2Crdu&mn=sn-bvvbax4pcxg-50ne%2Csn-bvvbax-hjpe&pl=20&id=o-AIMcq77-SX0w4R6G6F2o3Wu0WO6Y7XH9NJhD4fLPC7Bd'
[download] Resuming download at byte 1635147


ERROR: Did not get any data blocks
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module>
    youtube_dl.main()
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 474, in main
    _real_main(argv)
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 464, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2008, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 807, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 861, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1642, in process_video_result
    self.process_info(new_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1915, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1854, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 364, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 342, in real_download
    return download()
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 312, in download
    self.report_error('Did not get any data blocks')
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 165, in report_error
    self.ydl.report_error(*args, **kargs)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 624, in report_error
    self.trouble(error_message, tb)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 586, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())
@remitamine
Copy link
Collaborator

server-side issue with format 22, choose another format.

@davidfavor
Copy link
Author

This worked...

youtube-dl -f 137 -v

Thanks!

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