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

Signature extraction failed - python runtime error #7643

Closed
meain opened this issue Nov 25, 2015 · 4 comments
Closed

Signature extraction failed - python runtime error #7643

meain opened this issue Nov 25, 2015 · 4 comments

Comments

@meain
Copy link

@meain meain commented Nov 25, 2015

Signature extraction failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 817, in _decrypt_signature
video_id, player_url, s
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 744, in _extract_signature_function
cache_res = res(test_string)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 796, in
return lambda s: initial_function([s])
File "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 254, in resf
res, abort = self.interpret_statement(stmt, local_vars)
File "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 55, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
File "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 135, in interpret_expression
self._objects[variable] = self.extract_object(variable)
File "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 220, in extract_object
fields = obj_m.group('fields')
AttributeError: 'NoneType' object has no attribute 'group'
(caused by AttributeError("'NoneType' object has no attribute 'group'",));

@phihag
Copy link
Contributor

@phihag phihag commented Nov 25, 2015

Can you post the entire error output? The output should start with something along the lines of [debug] System config: []. Also make sure that you are using the latest version of youtube-dl.

@phihag
Copy link
Contributor

@phihag phihag commented Nov 25, 2015

I am closing this issue for now, because I strongly suspect that your version of youtube-dl is simply out of date. If that is not the case, please post the complete output and we will reopen this issue. Thanks!

@phihag phihag closed this Nov 25, 2015
@atropo
Copy link

@atropo atropo commented Nov 25, 2015

I can confirm that upgrading to 2015.11.24 solved the issue for me.

@meain
Copy link
Author

@meain meain commented Nov 26, 2015

I had installed the latest version but still had the error, it is working after a restart. Don't know if it is the restart or not but it is working now.

The error was after : Downloading js player en_US-vflFEzfy7

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.