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

ContentTooShort when downloading recorded Hangout from YouTube. #1489

Closed
mcepl opened this issue Sep 23, 2013 · 2 comments
Closed

ContentTooShort when downloading recorded Hangout from YouTube. #1489

mcepl opened this issue Sep 23, 2013 · 2 comments

Comments

@mcepl
Copy link
Contributor

@mcepl mcepl commented Sep 23, 2013

When trying to download a recorded Hangout (I am not sure whether it is the problem, but it seems to be the only distinguishing character of the issue) it always fail even with the master of this repository.

Running youtube-dl with python2.7 on RHEL-7/x86_64 (more or less Fedora 19 ATM).

matej@wycliff: youtube-dl (master *)$ ./youtube-dl --verbose 'http://www.youtube.com/watch?v=pRb1zpCjoR8'
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.youtube.com/watch?v=pRb1zpCjoR8']
[debug] youtube-dl version 2013.09.20.1
[debug] Python version 2.7.5 - Linux-3.10.0-26.el7.x86_64-x86_64-with-redhat-7.0-Maipo
[debug] Proxy map: {}
[youtube] Setting language
[youtube] pRb1zpCjoR8: Downloading video webpage
[youtube] pRb1zpCjoR8: Downloading video info webpage
[youtube] pRb1zpCjoR8: Extracting video information
[download] Destination: RH - Golang - An Introduction (follow-up)-pRb1zpCjoR8.webm
[download] 100% of 120.98MiB in 00:08
ERROR: content too short (expected 126858815 bytes and served 2097136)
Traceback (most recent call last):
  File "./youtube-dl/youtube_dl/YoutubeDL.py", line 546, in process_info
    success = self.fd._do_download(filename, info_dict)
  File "./youtube-dl/youtube_dl/FileDownloader.py", line 553, in _do_download
    raise ContentTooShortError(byte_counter, int(data_len))
ContentTooShortError

matej@wycliff: youtube-dl (master *)$ git log|head -n1
commit 5b333c1ce6287badd89dacdd280a3876a09dcbcb
matej@wycliff: youtube-dl (master *)$
@ocisly
Copy link
Contributor

@ocisly ocisly commented May 26, 2014

@phihag I successfully downloaded this, seems like it was the usual intermittent error

@mcepl
Copy link
Contributor Author

@mcepl mcepl commented May 26, 2014

Yes, it was intermittent. Closing.

@mcepl mcepl closed this May 26, 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.