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

Having issues with downlad #2921

Closed
nindogo opened this issue May 14, 2014 · 5 comments
Closed

Having issues with downlad #2921

nindogo opened this issue May 14, 2014 · 5 comments

Comments

@nindogo
Copy link

@nindogo nindogo commented May 14, 2014

Can not be able to pull https://www.youtube.com/watch?v=RripQHLHLzU

Youtube keeps getting error 500.

Thanks.

$ youtube-dl https://www.youtube.com/watch?v=RripQHLHLzU
[youtube] Setting language
[youtube] RripQHLHLzU: Downloading webpage
[youtube] RripQHLHLzU: Downloading video info webpage
[youtube] RripQHLHLzU: Extracting video information
[download] Destination: 024 - Database Basics-RripQHLHLzU.mp4
[download] 100% of 40.30MiB in 00:00
ERROR: content too short (expected 42259336 bytes and served 14718)
$ youtube-dl https://www.youtube.com/watch?v=RripQHLHLzU
[youtube] Setting language
[youtube] RripQHLHLzU: Downloading webpage
[youtube] RripQHLHLzU: Downloading video info webpage
[youtube] RripQHLHLzU: Extracting video information
[download] Resuming download at byte 14718
[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
$ youtube-dl --version 
2014.05.13
$ 
@chbrown
Copy link

@chbrown chbrown commented May 15, 2014

Same here, even after a youtube-dl --update. Video X4CxwKUjagI, maxes out at 5333 bytes. Deleted .part file and retried, same problem.

[chbrown@air ~/Movies]$ youtube-dl -v X4CxwKUjagI
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'X4CxwKUjagI']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.05.13
[debug] Python version 2.7.5 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] X4CxwKUjagI: Downloading webpage
[youtube] X4CxwKUjagI: Downloading video info webpage
[youtube] X4CxwKUjagI: Extracting video information
[download] Destination: HTML5Devonf Session Bryan Klimt - '7 Ways Transpiling Makes JavaScript Better'-X4CxwKUjagI.mp4
[download] 100% of 317.02MiB in 00:00
ERROR: content too short (expected 332424213 bytes and served 5333)
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1009, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 985, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 291, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 191, in real_download
    raise ContentTooShortError(byte_counter, int(data_len))
ContentTooShortError

This particular video plays just fine directly through Youtube.com.

@dhjw
Copy link

@dhjw dhjw commented May 23, 2014

No problems here for either of the above:

# youtube-dl RripQHLHLzU
[youtube] Setting language
[youtube] RripQHLHLzU: Downloading webpage
[youtube] RripQHLHLzU: Downloading video info webpage
[youtube] RripQHLHLzU: Extracting video information
[download] Destination: 024 - Database Basics-RripQHLHLzU.mp4
[download] 100% of 40.30MiB in 00:05
# youtube-dl X4CxwKUjagI
[youtube] Setting language
[youtube] X4CxwKUjagI: Downloading webpage
[youtube] X4CxwKUjagI: Downloading video info webpage
[youtube] X4CxwKUjagI: Extracting video information
[download] Destination: HTML5Devonf Session Bryan Klimt - '7 Ways Transpiling Makes JavaScript Better'-X4CxwKUjagI.mp4
[download] 100% of 317.02MiB in 01:37
[debug] youtube-dl version 2014.05.19
[debug] Python version 2.7.6 - Linux-3.13.0-24-generic-x86_64-with-Ubuntu-14.04-trusty
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 23, 2014

It's also working for me (it used to failed), so I guess it's something on their side.
I'm closing the issue, but if you still have the problem, please comment here and we will reopen it.

@jaimeMF jaimeMF closed this May 23, 2014
@chbrown
Copy link

@chbrown chbrown commented May 23, 2014

Yep, suddenly it works-- must have been something weird on YouTube's side.

@nindogo
Copy link
Author

@nindogo nindogo commented Jun 8, 2014

It also ended up working for me.

Thanks though.

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
4 participants
You can’t perform that action at this time.