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): #18921
Comments
|
it's not just your program, it seems to be a problem with youtube-dl itself. i tried downloading a video [youtube] UysJ2Kh35O4: Downloading webpage i think it might be a problem on youtube's side, considering the "encodeURIComponent" part of the error. either way, i hope it can be fixed before it causes too many problems. |
|
I had the problem too. I realized it didn't update successfully because I had youtube-dl in /home/user/.local/bin/ and in /usr/local/bin/ and it would only execute the first one. I had to delete it and move the new one there. After updating it worked again. |
|
Hmm... I am having this |
|
My Solution for Mac/Linux & Unix: Uninstall youtube-dl via your package manager and install the lastest build from the official website. https://rg3.github.io/youtube-dl/download.html I saw there has been a commit to mpv works too! |
Getting errors while playing a song with my discord.py bot,
So I don't know what the problem is but when i play other songs it works but when i play this song
https://www.youtube.com/watch?v=_Yhyp-_hX2s, It just gives me the error below!!!! What is the difference? They're both YouTube videos and it's not a playlist or something, it straight a video.ERROR: Signature extraction failed: Traceback (most recent call last):
2019-01-19T13:47:49.048394+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1226, in _decrypt_signature
2019-01-19T13:47:49.048396+00:00 app[worker.1]: video_id, player_url, s
2019-01-19T13:47:49.048413+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1134, in _extract_signature_function
2019-01-19T13:47:49.048415+00:00 app[worker.1]: res = self._parse_sig_js(code)
2019-01-19T13:47:49.048417+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1201, in _parse_sig_js
2019-01-19T13:47:49.048419+00:00 app[worker.1]: initial_function = jsi.extract_function(funcname)
2019-01-19T13:47:49.048425+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/youtube_dl/jsinterp.py", line 245, in extract_function
2019-01-19T13:47:49.048427+00:00 app[worker.1]: raise ExtractorError('Could not find JS function %r' % funcname)
2019-01-19T13:47:49.048430+00:00 app[worker.1]: youtube_dl.utils.ExtractorError: Could not find JS function 'encodeURIComponent'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
2019-01-19T13:47:49.048434+00:00 app[worker.1]: (caused by ExtractorError("Could not find JS function 'encodeURIComponent'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
I'm not going to share my respiratory but it's like this https://github.com/CharmingMother/kurusaki_voice/blob/ddc2628cbb2ebe1fe2987a37fa3733f1316064d4/audio.py and same issue with that too, so IDK