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

giving up after 10 retries #3346

Closed
plavcik opened this issue Jul 24, 2014 · 1 comment
Closed

giving up after 10 retries #3346

plavcik opened this issue Jul 24, 2014 · 1 comment

Comments

@plavcik
Copy link

@plavcik plavcik commented Jul 24, 2014

youtube-dl --verbose "https://www.youtube.com/watch?v=IGgsOwfrCbY"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--title', '--verbose', 'https://www.youtube.com/watch?v=IGgsOwfrCbY']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.07.23.2
[debug] Python version 2.7.5 - Darwin-13.3.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] IGgsOwfrCbY: Downloading webpage
[youtube] IGgsOwfrCbY: Downloading video info webpage
[youtube] IGgsOwfrCbY: Extracting video information
[debug] Invoking downloader on u'https://r4---sn-2apm-f5fee.googlevideo.com/videoplayback?signature=142A2FF6C4583E1FFCEB7D0100925AF862C017C1.C525ECB29F34CB652C6E6285A130AA37A6CF68AD&source=youtube&upn=L-FB_QsATaI&itag=18&fexp=901070%2C902408%2C917000%2C918013%2C924222%2C927622%2C934024%2C934030%2C937427%2C938648%2C946013&ipbits=0&requiressl=yes&ip=89.22.65.254&ms=au&expire=1406209752&key=yt5&mv=m&sparams=id%2Cip%2Cipbits%2Citag%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AGF4eRSUJlxpm-mFyrH6MVVQLZgQp85GXntRZZMYvELg&sver=3&ratebypass=yes&mws=yes&mt=1406188054'
[download] Resuming download at byte 614
[download] Got server HTTP error. Retrying (attempt 1 of 10)...
[download] Got server HTTP error. Retrying (attempt 2 of 10)...
[download] Got server HTTP error. Retrying (attempt 3 of 10)...
[download] Got server HTTP error. Retrying (attempt 4 of 10)...
[download] Got server HTTP error. Retrying (attempt 5 of 10)...
[download] Got server HTTP error. Retrying (attempt 6 of 10)...
[download] Got server HTTP error. Retrying (attempt 7 of 10)...
[download] Got server HTTP error. Retrying (attempt 8 of 10)...
[download] Got server HTTP error. Retrying (attempt 9 of 10)...
[download] Got server HTTP error. Retrying (attempt 10 of 10)...
ERROR: giving up after 10 retries
Traceback (most recent call last):
File "/Users/navratil/bin/youtube-dl/youtube_dl/downloader/http.py", line 58, in real_download
data = self.ydl.urlopen(request)
File "/Users/navratil/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1231, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 24, 2014

That's a problem on Youtube's side, other formats can be downloaded without problems, for example youtube-dl 'https://www.youtube.com/watch?v=IGgsOwfrCbY' -f 43 will download with the same resolution, but with the webm format.
I'm closing this issue because there's nothing we can do. Thanks for the report.

@jaimeMF jaimeMF closed this Jul 24, 2014
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.