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: unable to download video data: HTTP Error 404: Not Found #24196

Closed
nadermx opened this issue Feb 29, 2020 · 0 comments
Closed

ERROR: unable to download video data: HTTP Error 404: Not Found #24196

nadermx opened this issue Feb 29, 2020 · 0 comments
Labels

Comments

@nadermx
Copy link

@nadermx nadermx commented Feb 29, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.02.16
  • 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 --verbose --youtube-skip-dash-manifest -f bestvideo yhydkqpF280
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--youtube-skip-dash-manifest', '-f', 'bestvideo', 'yhydkqpF280']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.02.16
[debug] Python version 3.7.5 (CPython) - Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 4.2.2-0york0, ffprobe 4.2.2-0york0
[debug] Proxy map: {}
[youtube] yhydkqpF280: Downloading webpage
[youtube] yhydkqpF280: Downloading video info webpage
[youtube] {18} signature length 106, html5 player vflsFV4r3
[youtube] {137} signature length 102, html5 player vflsFV4r3
[youtube] {248} signature length 106, html5 player vflsFV4r3
[youtube] {136} signature length 106, html5 player vflsFV4r3
[youtube] {247} signature length 106, html5 player vflsFV4r3
[youtube] {135} signature length 106, html5 player vflsFV4r3
[youtube] {244} signature length 106, html5 player vflsFV4r3
[youtube] {134} signature length 106, html5 player vflsFV4r3
[youtube] {243} signature length 102, html5 player vflsFV4r3
[youtube] {133} signature length 106, html5 player vflsFV4r3
[youtube] {242} signature length 106, html5 player vflsFV4r3
[youtube] {160} signature length 106, html5 player vflsFV4r3
[youtube] {278} signature length 106, html5 player vflsFV4r3
[youtube] {140} signature length 106, html5 player vflsFV4r3
[youtube] {251} signature length 102, html5 player vflsFV4r3
[debug] Invoking downloader on 'https://r4---sn-p5qlsnsy.googlevideo.com/videoplayback?expire=1583023806&ei=XrJaXuOyMeWJ8gTK46mQAg&ip=38.106.72.50&id=o-AMKwUbIETkRZNeWT6uSCzAB6WnFJoqdT65BcZ0WYPUIa&itag=137&aitags=133%2C134%2C135%2C136%2C137%2C160%2C242%2C243%2C244%2C247%2C248%2C278&source=yt_otf&requiressl=yes&mm=31%2C29&mn=sn-p5qlsnsy%2Csn-p5qs7nel&ms=au%2Crdu&mv=m&mvi=3&pl=22&initcwndbps=1503750&vprv=1&mime=video%2Fmp4&otf=1&otfp=1&dur=0.000&lmt=1582922862864570&mt=1583002127&fvip=4&keepalive=yes&fexp=23842630&c=WEB&sparams=expire%2Cei%2Cip%2Cid%2Caitags%2Csource%2Crequiressl%2Cvprv%2Cmime%2Cotf%2Cotfp%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=ABSNjpQwRQIgePGd234pLrDk6jwpMcbr0XFn2IP0IvtJVqQGIJCx5zMCIQCgYnkOR4D1euLjoYc-5pNVOQWYHW4V_A9ij3Sw7zXhqQ%3D%3D&sig=ADKhkGMwRAIgHRObxwVT-vXhvcoCqFRB3xWASCsg7s0OPqmTkSvCXrQCIA87vFfK9bZgLr1CCx7xYveUIDfcfrITBYDfyCxEESfV&ratebypass=yes'
[download] Resuming download at byte 76027696
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 1925, in process_info
    success = dl(filename, info_dict)
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 1864, in dl
    return fd.download(name, info)
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/downloader/common.py", line 366, in download
    return self.real_download(filename, info_dict)
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/downloader/http.py", line 341, in real_download
    establish_connection()
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/downloader/http.py", line 109, in establish_connection
    ctx.data = self.ydl.urlopen(request)
  File "/home/www/env/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2237, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python3.7/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.7/urllib/request.py", line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python3.7/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.7/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

Description

For some reason this finds a 404 url, but if you try it without --youtube-skip-dash-manifest it works

@dstftw dstftw closed this Feb 29, 2020
@dstftw dstftw added the duplicate label Feb 29, 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.