-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
youtube-dl 2014.07.11.3 ERROR: Automatic signature extraction failed: Traceback (most recent call last) / unsupported opcode 96 #3255
Comments
Yah! Same problem here... |
Same here, it is exactly "unsupported opcode 96" in the youtube.py script, function: resfunc |
[debug] System config: [] ERROR: Automatic signature extraction failed: Traceback (most recent call last): |
I got same fail |
Same here. |
same here, but happens only on linux, not windows. |
I am seeing this in windows.
[download] Downloading video #1 of 2 ERROR: Automatic signature extraction failed: Traceback (most recent call last): File "youtube_dl\extractor\youtube.pyo", line 883, in _decrypt_signature [download] Downloading video #2 of 2 ERROR: Automatic signature extraction failed: Traceback (most recent call last): File "youtube_dl\extractor\youtube.pyo", line 883, in _decrypt_signature |
Same here, i think (OSX10.9.4): "youtube-dl is up-to-date (2014.07.11.3)" [debug] System config: [] ERROR: Automatic signature extraction failed: Traceback (most recent call last): |
will try installing rtmpdump. to see if that helps any :) |
Can confirm here as well, on Linux.
|
Fedora 20 [n0oir@localhost ~]$ youtube-dl --verbose https://www.youtube.com/watch?v=HsD8YjMz4qs ERROR: Automatic signature extraction failed: Traceback (most recent call last): [n0oir@localhost ~]$ youtube-dl --version |
Linux here too.
|
Same problem here on linux it looks like "Linux xxxx 3.8.0-35-generic #50-Ubuntu SMP Tue Dec 3 01:24:59 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux": prompt$ ~/youtube-dl/youtube-dl --verbose http://www.youtube.com/watch?v=cKZMzZSguA0 ERROR: Automatic signature extraction failed: Traceback (most recent call last): |
|
Please stop reporting the bug. I'm sure the maintainer has got the message. The same exact error message is showing for everyone. |
Thanks for the report, it will work in the next version. If you need it right now, you can get the source from the repo and use it. |
Fixed in youtube-dl 2014.07.15. Type |
kaushik:Music$ youtube-dl --verbose -f 140 https://www.youtube.com/watch?v=voyxn7zsvGE WARNING: Automatic signature extraction failed: Traceback (most recent call last): WARNING: Warning: Falling back to static signature algorithm WARNING: Automatic signature extraction failed: Traceback (most recent call last): WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Automatic signature extraction failed: Traceback (most recent call last): WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm WARNING: Warning: Falling back to static signature algorithm kaushik:Music$ |
@kaushiksv You are using an outdated version, run |
Was getting the similar error. After uninstalling the existing one, re-installing the latest version ( 2014.07.24) resolved it. If "sudo youtube-dl -U" is not working, then just just follow the commands from - http://rg3.github.io/youtube-dl/download.html |
@jaimeMF thanks, updating solved the problem on Fedora 20 |
Thanks. Pulled recent code from master branch and did 'make all'. Sorry to
|
Thank You ! |
Worked by updating it to "2015.12.29" Command to check version: youtube-dl --version |
youtube-dl --verbose "https://youtube.com/watch?v=HkMNOlYcpHg"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://youtube.com/watch?v=HkMNOlYcpHg']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.07.11.3
[debug] Python version 2.7.3 - Linux-3.2.0-65-generic-x86_64-with-LinuxMint-13-maya
[debug] Proxy map: {}
[youtube] Setting language
[youtube] HkMNOlYcpHg: Downloading webpage
[youtube] HkMNOlYcpHg: Downloading video info webpage
[youtube] HkMNOlYcpHg: Extracting video information
[youtube] HkMNOlYcpHg: Encrypted signatures detected.
[youtube] encrypted signature length 84 (40.43), itag 22, html5 player en_US-vfl0Cbn9e
[youtube] HkMNOlYcpHg: Downloading js player vfl0Cbn9e
WARNING: Writing cache to u'/home/thisuser/.cache/youtube-dl/youtube-sigfuncs/js_vfl0Cbn9e_84.json' failed: Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 391, in _extract_signature_function
cache_res = res(test_string)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 449, in
return lambda s: initial_function([s])
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]
KeyError: u'fo'
ERROR: Automatic signature extraction failed: Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 883, in _decrypt_signature
return func(s)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 449, in
return lambda s: initial_function([s])
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]
KeyError: u'fo'
; 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. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 883, in _decrypt_signature
return func(s)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 449, in
return lambda s: initial_function([s])
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]
KeyError: u'fo'
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 168, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1249, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 887, in _decrypt_signature
u'Automatic signature extraction failed: ' + tb, cause=e)
ExtractorError: Automatic signature extraction failed: Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 883, in _decrypt_signature
return func(s)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 449, in
return lambda s: initial_function([s])
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]
KeyError: u'fo'
; 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. Make sure you are using the latest version; type youtube-dl -U to update.
The text was updated successfully, but these errors were encountered: