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

Youtube video gives `ERROR: Did not get any data blocks` #23113

Closed
littlesandra88 opened this issue Nov 16, 2019 · 1 comment
Closed

Youtube video gives `ERROR: Did not get any data blocks` #23113

littlesandra88 opened this issue Nov 16, 2019 · 1 comment
Labels

Comments

@littlesandra88
Copy link

@littlesandra88 littlesandra88 commented Nov 16, 2019

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2019.11.05
  • 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

~$ youtube-dl -U
youtube-dl is up-to-date (2019.11.05)
~$ .bin/youtube-dl -v -o "%(title)s-%(id)s.%(ext)s" --no-mtime -f 22 ijRsv7D6r30
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'-o', u'%(title)s-%(id)s.%(ext)s', u'--no-mtime', u'-f', u'22', u'ijRsv7D6r30']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.11.05
[debug] Python version 2.7.16 (CPython) - Linux-5.3.6-200.fc30.x86_64-x86_64-with-fedora-30-Thirty
[debug] exe versions: ffmpeg 4.1.4, ffprobe 4.1.4
[debug] Proxy map: {}
[youtube] ijRsv7D6r30: Downloading webpage
[youtube] ijRsv7D6r30: Downloading video info webpage
[debug] Invoking downloader on u'https://r1---sn-45gpjx-3x4e.googlevideo.com/videoplayback?expire=1573940256&ei=wBfQXebaBoTI1wLGoYWoCQ&ip=185.159.158.57&id=8a346cbfb0faaf7d&itag=22&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-45gpjx-3x4e%2Csn-aigl6ney&ms=au%2Crdu&mv=m&mvi=0&pl=24&initcwndbps=2190000&mime=video%2Fmp4&ratebypass=yes&dur=450.745&lmt=1568215573458626&mt=1573918543&fvip=3&fexp=23842630&c=WEB&txp=3516222&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cratebypass%2Cdur%2Clmt&sig=ALgxI2wwRQIhALSLqk-O32JgfIrrNo98YJBav1onD7UyFeDLjLx4oYKXAiBuKBfv9_437WIRWhWS81YOdAIlFCCOPsjFsdUXKFGEqQ%3D%3D&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml4wRgIhALwFqqU5K0ngOnzdNC29PrJ-58swbzT9iv8KkxmabQoiAiEA_ZgJL-9cJMjddlTiPt8ZfV9NIOxQg4CjxiuUj0_r518%3D'
[download] Resuming download at byte 162412


ERROR: Did not get any data blocks
  File "/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File ".bin/youtube-dl/__main__.py", line 19, in <module>
    youtube_dl.main()
  File ".bin/youtube-dl/youtube_dl/__init__.py", line 474, in main
    _real_main(argv)
  File ".bin/youtube-dl/youtube_dl/__init__.py", line 464, in _real_main
    retcode = ydl.download(all_urls)
  File ".bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2018, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File ".bin/youtube-dl/youtube_dl/YoutubeDL.py", line 807, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File ".bin/youtube-dl/youtube_dl/YoutubeDL.py", line 862, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File ".bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1643, in process_video_result
    self.process_info(new_info)
  File ".bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1925, in process_info
    success = dl(filename, info_dict)
  File ".bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1864, in dl
    return fd.download(name, info)
  File ".bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download
    return self.real_download(filename, info_dict)
  File ".bin/youtube-dl/youtube_dl/downloader/http.py", line 342, in real_download
    return download()
  File ".bin/youtube-dl/youtube_dl/downloader/http.py", line 312, in download
    self.report_error('Did not get any data blocks')
  File ".bin/youtube-dl/youtube_dl/downloader/common.py", line 165, in report_error
    self.ydl.report_error(*args, **kargs)
  File ".bin/youtube-dl/youtube_dl/YoutubeDL.py", line 624, in report_error
    self.trouble(error_message, tb)
  File ".bin/youtube-dl/youtube_dl/YoutubeDL.py", line 586, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())

~$ 
~$ youtube-dl -F ijRsv7D6r30
[youtube] ijRsv7D6r30: Downloading webpage
[youtube] ijRsv7D6r30: Downloading video info webpage
[info] Available formats for ijRsv7D6r30:
format code  extension  resolution note
249          webm       audio only tiny   65k , opus @ 50k (48000Hz), 2.81MiB
250          webm       audio only tiny   83k , opus @ 70k (48000Hz), 3.69MiB
140          m4a        audio only tiny  130k , m4a_dash container, mp4a.40.2@128k (44100Hz), 6.96MiB
251          webm       audio only tiny  153k , opus @160k (48000Hz), 7.20MiB
160          mp4        256x144    144p  110k , avc1.4d400c, 25fps, video only, 4.79MiB
278          webm       256x144    144p  186k , webm container, vp9, 25fps, video only, 5.22MiB
242          webm       426x240    240p  228k , vp9, 25fps, video only, 10.28MiB
133          mp4        426x240    240p  312k , avc1.4d4015, 25fps, video only, 10.38MiB
243          webm       640x360    360p  416k , vp9, 25fps, video only, 18.58MiB
134          mp4        640x360    360p  600k , avc1.4d401e, 25fps, video only, 19.96MiB
244          webm       854x480    480p  783k , vp9, 25fps, video only, 30.37MiB
135          mp4        854x480    480p  915k , avc1.4d401e, 25fps, video only, 30.12MiB
247          webm       1280x720   720p 1523k , vp9, 25fps, video only, 54.48MiB
136          mp4        1280x720   720p 1661k , avc1.4d401f, 25fps, video only, 47.22MiB
248          webm       1920x1080  1080p 2688k , vp9, 25fps, video only, 123.88MiB
137          mp4        1920x1080  1080p 4536k , avc1.640028, 25fps, video only, 159.05MiB
43           webm       640x360    360p , vp8.0, vorbis@128k, 46.48MiB
18           mp4        640x360    360p  668k , avc1.42001E, mp4a.40.2@ 96k (44100Hz), 35.89MiB
22           mp4        1280x720   720p 2201k , avc1.64001F, mp4a.40.2@192k (44100Hz) (best)

Description

As seen above format 22 is available, but it can't be downloaded for some reason.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 16, 2019

Server side Youtube error.

@dstftw dstftw closed this Nov 16, 2019
@dstftw dstftw added the invalid label Nov 16, 2019
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.