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

RTE.ie not working #7746

Closed
poflynn opened this issue Dec 3, 2015 · 2 comments
Closed

RTE.ie not working #7746

poflynn opened this issue Dec 3, 2015 · 2 comments

Comments

@poflynn
Copy link

poflynn commented Dec 3, 2015

This is an EC2 box running in Amazon's Irish data center. I get the same error from my home machine but it is a much older version of Fedora so I left that out. Any ideas?

[fedora@ip-172-31-19-75 ~]$ !21
youtube-dl http://www.rte.ie/player/ie/show/better-off-abroad-30003639/10484171/
[Rte] 10484171: Downloading webpage
[Rte] 10484171: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 500: INTERNAL SERVER ERROR (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.
[fedora@ip-172-31-19-75 ~]$ youtube-dl --verbose http://www.rte.ie/player/ie/show/better-off-abroad-30003639/10484171/
[debug] System config: [u'--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.rte.ie/player/ie/show/better-off-abroad-30003639/10484171/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.10.16
[debug] Python version 2.7.10 - Linux-4.2.3-300.fc23.x86_64-x86_64-with-fedora-23-Twenty_Three
[debug] exe versions: none
[debug] Proxy map: {}
[Rte] 10484171: Downloading webpage
[Rte] 10484171: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 500: INTERNAL SERVER ERROR (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/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 329, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1872, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 437, in open
    response = meth(req, response)
  File "/usr/lib64/python2.7/urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.7/urllib2.py", line 475, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

[fedora@ip-172-31-19-75 ~]$ uname -a
Linux ip-172-31-19-75.eu-west-1.compute.internal 4.2.3-300.fc23.x86_64 #1 SMP Mon Oct 5 15:42:54 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[fedora@ip-172-31-19-75 ~]$ python --version
Python 2.7.10
[fedora@ip-172-31-19-75 ~]$ cat /etc/*release*
Fedora release 23 (Twenty Three)
NAME=Fedora
VERSION="23 (Cloud Edition)"
ID=fedora
VERSION_ID=23
PRETTY_NAME="Fedora 23 (Cloud Edition)"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:fedoraproject:fedora:23"
HOME_URL="https://fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=23
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=23
PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
VARIANT="Cloud Edition"
VARIANT_ID=cloud
Fedora release 23 (Twenty Three)
Fedora release 23 (Twenty Three)
cpe:/o:fedoraproject:fedora:23
[fedora@ip-172-31-19-75 ~]$ 
@dstftw
Copy link
Collaborator

dstftw commented Dec 3, 2015

Can you watch it in browser in the first place?

@poflynn
Copy link
Author

poflynn commented Dec 4, 2015

Well, the box in the log above is just an EC2 box with no desktop and thus no browser but when using it as a proxy I can watch this show in my local browser just fine using the provided URL. I am based in the US and this particular show is geo-fenced to be only available in Ireland. I notice I can download all the other non-geofenced shows no problem using my US-based box. This is why I set up the EC2 box in Ireland, assuming that that would fix my problem, but it didnt. Does this make sense?

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