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

Started receiving ERROR: Signature extraction failed, stack is up-to-date #25101

Closed
akatiyar123 opened this issue May 2, 2020 · 0 comments
Closed

Comments

@akatiyar123
Copy link

@akatiyar123 akatiyar123 commented May 2, 2020

(env)# youtube-dl --version
2020.03.24

ISSUE ======>

Log Output
(env) # youtube-dl --rm-cache-dir --verbose https://www.youtube.com/watch?v=4jTy5jnMkYc
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--rm-cache-dir', u'--verbose', u'https://www.youtube.com/watch?v=4jTy5jnMkYc']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2020.03.24
[debug] Python version 2.7.5 (CPython) - Linux-4.14.138-89.102.amzn1.x86_64-x86_64-with-redhat-7.7-Maipo
[debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2
[debug] Proxy map: {}
Removing cache dir /root/.cache/youtube-dl ..
[youtube] 4jTy5jnMkYc: Downloading webpage
[youtube] 4jTy5jnMkYc: Downloading video info webpage
WARNING: unable to extract html5 player; 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.
[youtube] {18} signature length 104, html5 player None
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1386, in _decrypt_signature
video_id, player_url, s
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1262, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)
ExtractorError: Cannot identify player u'https://www.youtube.com/s/player/64dddad9/player_ias.vflset/en_US/base.js'; 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.
(caused by ExtractorError(u"Cannot identify player u'https://www.youtube.com/s/player/64dddad9/player_ias.vflset/en_US/base.js'; 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.
Traceback (most recent call last):
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1386, in _decrypt_signature
video_id, player_url, s
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1262, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)
ExtractorError: Cannot identify player u'https://www.youtube.com/s/player/64dddad9/player_ias.vflset/en_US/base.js'; 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.
Traceback (most recent call last):
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 2049, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1396, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)
ExtractorError: Signature extraction failed: Traceback (most recent call last):
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1386, in _decrypt_signature
video_id, player_url, s
File "/docker-stream/env/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1262, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)
ExtractorError: Cannot identify player u'https://www.youtube.com/s/player/64dddad9/player_ias.vflset/en_US/base.js'; 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.
(caused by ExtractorError(u"Cannot identify player u'https://www.youtube.com/s/player/64dddad9/player_ias.vflset/en_US/base.js'; 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.

@dstftw dstftw closed this May 2, 2020
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
2 participants
You can’t perform that action at this time.