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

the update has stopped working again as of 12pm EAT : key length 92 not supported #1067

Closed
skaysoft opened this issue Jul 17, 2013 · 4 comments
Closed

Comments

@skaysoft
Copy link

@skaysoft skaysoft commented Jul 17, 2013

E:>youtube-dl.exe --verbose https://www.youtube.com/watch?v=vH-sqgv9RLQ
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=vH-sqg
v9RLQ']
[debug] youtube-dl version 2013.07.12
[debug] Python version 2.7.3 - Windows-post2008Server-6.2.9200
[debug] Proxy map: {}
[youtube] Setting language
[youtube] vH-sqgv9RLQ: Downloading video webpage
[youtube] vH-sqgv9RLQ: Downloading video info webpage
[youtube] vH-sqgv9RLQ: Extracting video information
[youtube] vH-sqgv9RLQ: Encrypted signatures detected.
[youtube] encrypted signature length 92 (79.5), itag 46, 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 youtub
e-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 312, in extract_info
File "youtube_dl\extractor\common.pyo", line 95, in extract
File "youtube_dl\extractor\youtube.pyo", line 594, in _real_extract
File "youtube_dl\extractor\youtube.pyo", line 200, in _decrypt_signature
ExtractorError: Unable to decrypt signature, key length 92 not supported; retryi
ng might work; please report this issue on https://yt-dl.org/bug . Be sure to ca
ll youtube-dl with the --verbose flag and include its complete output.

@andrewdion04
Copy link

@andrewdion04 andrewdion04 commented Jul 17, 2013

same as mine
$ youtube-dl -l -v http://www.youtube.com/watch?v=_RRyniZG0Jo
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-l', '-v', 'http://www.youtube.com/watch?v=_RRyniZG0Jo']
[debug] youtube-dl version 2013.07.17
[debug] Python version 2.7.3 - Linux-3.2.0-49-generic-i686-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] _RRyniZG0Jo: Downloading video webpage
[youtube] _RRyniZG0Jo: Downloading video info webpage
[youtube] _RRyniZG0Jo: Extracting video information
[youtube] _RRyniZG0Jo: Encrypted signatures detected.
[youtube] encrypted signature length 92 (79.5), itag 44, 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.

@phihag
Copy link
Contributor

@phihag phihag commented Jul 17, 2013

Duplicate of #1060 , please update to youtube-dl 2013.07.17.1 . Thanks!

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

@skaysoft skaysoft commented Jul 17, 2013

after you closed it still doesnt work on some videos 4

@phihag
Copy link
Contributor

@phihag phihag commented Jul 17, 2013

@skaysoft Your post looks incomplete. Can you post the whole output of a youtube-dl session with -v that shows the problem? Feel free to open a new issue or, if the error is identical to the one you've portrayed here, post a comment - we'll simply reopen the issue then.

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