Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ERROR: Signature extraction failed: Traceback (most recent call last): #11676
Comments
|
How was this issue solved? |
|
@knightmar3z It's already fixed in version 2017.01.10 |
|
after update to version 2017.01.10 then one day work fine but after one day error start again. |
|
Please paste the log it things are broken.
|
|
No problem using command line. Working fine via ssh comand line.
But, get error with django. With bellow code. Suddenly start the error.
ydl = YoutubeDL()
info = ydl.extract_info(url, download=False)
|
|
|
|
I'm receiving a similar extraction error on Linux Mint 18.1 serena/cinnamon using youtube-dl (2017.01.14) Adding my output, hope it helps
|
|
@TopazHarley from your log
|
|
@dstftw I originally installed from Mint/Ubuntu repos, then used manual install from GitHub ... let me remove all and start over :-) |
|
@dstftw |
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/youtube_dl/extractor/youtube.py", line 1005, in _decrypt_signature
if player_url.startswith('//'):
File "/usr/lib/python2.6/site-packages/youtube_dl/extractor/youtube.py", line 932, in _extract_signature_function
url = 'https://www.youtube.com/watch?v=1n-g0IhmNuQ'
ydl = YoutubeDL()
info = ydl.extract_info(url, download=False)
not get error with "1n-g0IhmNuQ" in last 10 month but suddenly start error (Signature extraction failed: Traceback) so, i update youtube-dl version to 2017.1.10. but, get same error after update to latest version.
Please fix this error.
Thanks,