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

ERROR: Did not get any data blocks #26397

Open
dsp-stap opened this issue Aug 21, 2020 · 0 comments
Open

ERROR: Did not get any data blocks #26397

dsp-stap opened this issue Aug 21, 2020 · 0 comments

Comments

@dsp-stap
Copy link

@dsp-stap dsp-stap commented Aug 21, 2020

Note: This works with option --format 18
Note: This fails with no such --format option
Note: This fails with option --format 22
Note: Works on Chromium | 84.0.4147.105 (Official Build) Built on Ubuntu , running on Ubuntu 18.04 (64-bit)

There are many issues with error message 'ERROR: Did not get any data blocks', but none of them seem to match this one I am reporting.

Please send me an email if a solution becomes available.

Checklist

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

139 King$ youtube-dl -v https://www.youtube.com/watch?v=r9EvWz34DRk
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.youtube.com/watch?v=r9EvWz34DRk']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.07.28
[debug] Python version 2.7.17 (CPython) - Linux-4.15.0-112-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] r9EvWz34DRk: Downloading webpage
[youtube] r9EvWz34DRk: Downloading MPD manifest
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on u'https://r5---sn-5ualdn7s.googlevideo.com/videoplayback?expire=1598006289&ei=sU8_X7LkG6qPzLUPrrqI0AQ&ip=24.170.167.222&id=o-AKoJVOr5GRptcBFftMGTXIeokej12JyjZfaz8zVr3YOQ&itag=22&source=youtube&requiressl=yes&mh=aC&mm=31%2C29&mn=sn-5ualdn7s%2Csn-5uaezn6y&ms=au%2Crdu&mv=m&mvi=5&pl=18&initcwndbps=2292500&vprv=1&mime=video%2Fmp4&ratebypass=yes&dur=112.732&lmt=1521072029464285&mt=1597984596&fvip=5&c=WEB&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cvprv%2Cmime%2Cratebypass%2Cdur%2Clmt&sig=AOq0QJ8wRQIgdrIatA8-JbRVTREWbw9d7UIBL1SKQ06AkE0d8Gh7AKoCIQDjhPT5OEmshOyD45GMgvC3YZi-o6GaumK-YLEVCDv_Bw%3D%3D&lsparams=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AG3C_xAwRQIgB0qS9SvBUvE_PMWZpGr3a_6-D7Blhv1FAmgwf0yEZ7kCIQCOnHVWJa6wHfKUJPmD-0KORH6xmemVCG6SkHP1xBrHvw%3D%3D'
[download] Destination: Yaesu ft 950 mars mod-r9EvWz34DRk.mp4
[download]  22.9% of 27.69MiB at  3.29MiB/s ETA 00:06[download] Got server HTTP error: Downloaded 6641720 bytes, expected 29039552 bytes. Retrying (attempt 1 of 10)...
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1926, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1865, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 341, in real_download
    establish_connection()
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 109, in establish_connection
    ctx.data = self.ydl.urlopen(request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2238, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found

140 King$ youtube-dl -v https://www.youtube.com/watch?v=r9EvWz34DRk
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.youtube.com/watch?v=r9EvWz34DRk']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.07.28
[debug] Python version 2.7.17 (CPython) - Linux-4.15.0-112-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] r9EvWz34DRk: Downloading webpage
[youtube] r9EvWz34DRk: Downloading MPD manifest
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on u'https://r5---sn-5uaezn6y.googlevideo.com/videoplayback?expire=1598006306&ei=wk8_X_WsC9GHkAT53angCA&ip=24.170.167.222&id=o-AHNQ5hiS2sPusUlAxBIEuoVeebnqD_MiLieQQ4PoKVeg&itag=22&source=youtube&requiressl=yes&mh=aC&mm=31%2C26&mn=sn-5uaezn6y%2Csn-q4flrnek&ms=au%2Conr&mv=m&mvi=5&pl=18&initcwndbps=2173750&vprv=1&mime=video%2Fmp4&ratebypass=yes&dur=112.732&lmt=1521072029464285&mt=1597984596&fvip=5&c=WEB&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cvprv%2Cmime%2Cratebypass%2Cdur%2Clmt&sig=AOq0QJ8wRQIgR32HHlBS46m-PQlO8lDAQZTZHS9MLJFVTGaLgXOMI_8CIQCwtHwRuRw0P4Z0DPhlS59gVtONIVlOuKlStQotYYcV_A%3D%3D&lsparams=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AG3C_xAwRQIgCbNFzXayJz6yNnqOXw80bzPRMtm8VfXpjnn_ZEz4sOMCIQCB29Mr3FRCJPHYu3MKetkK5uLCaOewdUxDH_Q5ORSQTg%3D%3D'
[download] Resuming download at byte 6641720
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1926, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1865, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 341, in real_download
    establish_connection()
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 109, in establish_connection
    ctx.data = self.ydl.urlopen(request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2238, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found


Description

Cannot download video.
Error message is:
ERROR: unable to download video data: HTTP Error 404: Not Found

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
1 participant
You can’t perform that action at this time.