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

ceskatelevize ERROR: Unable to download JSON metadata: HTTP Error 404 #4531

Closed
nasredin opened this issue Dec 21, 2014 · 5 comments
Closed

ceskatelevize ERROR: Unable to download JSON metadata: HTTP Error 404 #4531

nasredin opened this issue Dec 21, 2014 · 5 comments

Comments

@nasredin
Copy link

@nasredin nasredin commented Dec 21, 2014

Hello,

today i get error when tried download this show:
http://www.ceskatelevize.cz/ivysilani/ivysilani/10441294653-hyde-park-civilizace/214411058091220

comand:
youtube-dl "http://www.ceskatelevize.cz/ivysilani/ivysilani/10441294653-hyde-park-civilizace/214411058091220"

reply:

[CeskaTelevize] 214411058091220: Downloading webpage
[CeskaTelevize] 214411058091220: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

regards
HN

@tuttle
Copy link

@tuttle tuttle commented Dec 21, 2014

The same for another video:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-c', '-t', 'http://www.ceskatelevize.cz/ivysilani/10269150559-osmy/', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.12.16.2
[debug] Python version 2.7.5+ - Linux-3.13.0-40-generic-i686-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 9.16-6, avprobe 9.16-6, rtmpdump 2.4
[debug] Proxy map: {}
[CeskaTelevize] 10269150559-osmy/: Downloading webpage
[CeskaTelevize] 10269150559-osmy/: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "...youtube_dl/extractor/common.py", line 276, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "...youtube_dl/YoutubeDL.py", line 1370, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

Thanks for this great software!

@nasredin
Copy link
Author

@nasredin nasredin commented Dec 22, 2014

hello again,

sems to work today, probably some error on ceskatelevize website? can u confim tuttle?

regards
HN

@tuttle
Copy link

@tuttle tuttle commented Dec 22, 2014

Yup, works now, checked on two different videos.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 22, 2014

Thanks for the report, since it seems to be working now I'll close the issue. If the issue reappears please comment here or open a new issue. You can also try playing the video on a browser, to check if it's a problem on their side or in youtube-dl.

@jaimeMF jaimeMF closed this Dec 22, 2014
@pointh
Copy link

@pointh pointh commented Jan 1, 2015

The error repeated on 01/01/2015:

youtube-dl http://www.ceskatelevize.cz/ivysilani/10552566680-atp-tyden-tenisu/
[CeskaTelevize] 10552566680-atp-tyden-tenisu/: Downloading webpage
[CeskaTelevize] 10552566680-atp-tyden-tenisu/: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
~/tmp$ youtube-dl --verbose http://www.ceskatelevize.cz/ivysilani/10552566680-atp-tyden-tenisu/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.ceskatelevize.cz/ivysilani/10552566680-atp-tyden-tenisu/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.12.16.2
[debug] Python version 2.7.3 - Linux-3.2.0-74-generic-i686-with-Ubuntu-12.04-precise
[debug] exe versions: none
[debug] Proxy map: {}
[CeskaTelevize] 10552566680-atp-tyden-tenisu/: Downloading webpage
[CeskaTelevize] 10552566680-atp-tyden-tenisu/: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 276, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1370, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 406, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 519, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 444, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

@dstftw dstftw reopened this Jan 1, 2015
@dstftw dstftw closed this in 02ec32a Jan 1, 2015
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
5 participants
You can’t perform that action at this time.