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 Watch Later -> 500 Internal Server Error #1340

Closed
AnnanFay opened this issue Aug 28, 2013 · 1 comment
Closed

Youtube Watch Later -> 500 Internal Server Error #1340

AnnanFay opened this issue Aug 28, 2013 · 1 comment

Comments

@AnnanFay
Copy link

@AnnanFay AnnanFay commented Aug 28, 2013

I just cloned to download my watch later list.

bin/youtube-dl --verbose -c -u _________ -p "__________" :ytwatchlater
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-c', '-u', '<PRIVATE>', '-p', '<PRIVATE>', ':ytwatchlater']
[debug] youtube-dl version 2013.08.28
[debug] Git HEAD: 920ef07
[debug] Python version 2.7.3 - Linux-3.2.0-23-generic-i686-with-LinuxMint-13-maya
[debug] Proxy map: {}
[youtube:watch_later] Logging in
[youtube:watch_later] watch_later feed: Downloading page 0
ERROR: Unable to download webpage: HTTP Error 500: Internal Server Error; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
  File "/home/sai/youtube-dl/youtube_dl/extractor/common.py", line 133, in _request_webpage
    return compat_urllib_request.urlopen(url_or_request)
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, 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)

I added a print statement which says the url it's trying to download is:
http://www.youtube.com/feed_ajax?action_load_personal_feed=1&feed_name=watch_later&paging=0

I use 2-Step Verification, might be the problem?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Aug 28, 2013

Thanks for reporting, The 2-Step Verification's probably the problem, I have just tried (I don't use 2-step auth) and it works without problems. Moving to #1336.

@jaimeMF jaimeMF closed this Aug 28, 2013
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.