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

Error on certain youtube videos - youtube-dl http://www.youtube.com/watch?v=xcIvIladNnQ -v #1071

Closed
johnmcauley opened this issue Jul 17, 2013 · 5 comments

Comments

@johnmcauley
Copy link

@johnmcauley johnmcauley commented Jul 17, 2013

Hey all,

Problem downloading video in the states:

youtube-dl http://www.youtube.com/watch?v=xcIvIladNnQ -v

ERROR: Unable to decrypt signature, key length 92 not supported; retrying might work; 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.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 95, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 594, in _real_extract
signature = self._decrypt_signature(url_data['s'][0])
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 200, in _decrypt_signature
raise ExtractorError(u'Unable to decrypt signature, key length %d not supported; retrying might work' % (len(s)))
ExtractorError: Unable to decrypt signature, key length 92 not supported; retrying might work; 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

Thanks,

j

@phihag
Copy link
Contributor

@phihag phihag commented Jul 17, 2013

Can you post the complete output?

@johnmcauley
Copy link
Author

@johnmcauley johnmcauley commented Jul 17, 2013

Hi Philip,

Is that not the complete output? I am using the verbose flag.

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.youtube.com/watch?v=xcIvIladNnQ']
[debug] youtube-dl version 2013.07.12
[debug] Python version 2.7.3 - Linux-3.8.13-xxxx-grs-ipv6-64-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] xcIvIladNnQ: Downloading video webpage
[youtube] xcIvIladNnQ: Downloading video info webpage
[youtube] xcIvIladNnQ: Extracting video information
[youtube] xcIvIladNnQ: Encrypted signatures detected.
[youtube] encrypted signature length 92 (79.5), itag 35, html5 player vflQw-fB4
ERROR: Unable to decrypt signature, key length 92 not supported; retrying might work; 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.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 95, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 594, in _real_extract
signature = self._decrypt_signature(url_data['s'][0])
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 200, in _decrypt_signature
raise ExtractorError(u'Unable to decrypt signature, key length %d not supported; retrying might work' % (len(s)))
ExtractorError: Unable to decrypt signature, key length 92 not supported; retrying might work; 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.

j

@johnmcauley
Copy link
Author

@johnmcauley johnmcauley commented Jul 17, 2013

Hi Philip,

I updated and it is working now, thanks for the quick reply.

j

@phihag
Copy link
Contributor

@phihag phihag commented Jul 17, 2013

The second post did indeed contain the complete output; we ask for it specifically because it allows us to detect outdated versions immediately.

@phihag phihag closed this Jul 17, 2013
@johnmcauley
Copy link
Author

@johnmcauley johnmcauley commented Jul 18, 2013

Cool.

Thanks for the help.

On 17 Jul 2013, at 21:16, Philipp Hagemeister notifications@github.com
wrote:

The second post did indeed contain the complete output; why we ask for it
specifically because it allows us to detect outdated versions immediately.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/1071#issuecomment-21141368
.

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.