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

[noco] content too short #3970

Closed
ianuxfr opened this issue Oct 16, 2014 · 1 comment
Closed

[noco] content too short #3970

ianuxfr opened this issue Oct 16, 2014 · 1 comment

Comments

@ianuxfr
Copy link

@ianuxfr ianuxfr commented Oct 16, 2014

Since a few days (around 2014-10-14), all downloads from noco.tv fail with a "content too short" error (always 64 bytes missing). The downloaded file is left with a .part suffix and is fully readable after renaming.

youtube-dl --verbose http://noco.tv/emission/15134/nolife/crunch-time/03-le-triangle-magique
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--netrc', '--prefer-ffmpeg', '--output', '%(title)s.%(ext)s', '--verbose', 'http://noco.tv/emission/15134/nolife/crunch-time/03-le-triangle-magique']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.10.13
[debug] Python version 3.4.2 - Linux-3.16.5-1-ck-i686-with-arch
[debug] Proxy map: {}
[Noco] Logging in as ianux
[Noco] 15134: Downloading video JSON
[Noco] 15134: Downloading qualities JSON
[Noco] 15134: Downloading HD_720 video JSON
[Noco] 15134: Downloading HQ video JSON
[Noco] 15134: Downloading show JSON
[debug] Invoking downloader on 'http://video.noco.tv/nol/6/0/CRUN_S14s42_notime08.mp4?st=YQOW-vHyNwvN3grB3d3izw&e=1413505217&u=1749&d=0'
[download] Destination: Crunch Time #3 - Le Triangle Magique.mp4
[download] 100% of 68.84MiB in 03:12
ERROR: content too short (expected 72183076 bytes and served 72183012)
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1037, in process_info
    success = dl(filename, info_dict)
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1013, in dl
    return fd.download(name, info)
  File "/usr/lib/python3.4/site-packages/youtube_dl/downloader/common.py", line 292, in download
    return self.real_download(filename, info_dict)
  File "/usr/lib/python3.4/site-packages/youtube_dl/downloader/http.py", line 198, in real_download
    raise ContentTooShortError(byte_counter, int(data_len))
youtube_dl.utils.ContentTooShortError: (72183012, 72183076)
@ianuxfr
Copy link
Author

@ianuxfr ianuxfr commented Oct 21, 2014

Problem is gone. I don't know if this is related to a version change (I'm know using 2014-10-15), but I think not. Probably a modification on noco.tv side.

@ianuxfr ianuxfr closed this Oct 21, 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
1 participant
You can’t perform that action at this time.