You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I get the following error when using savify:
[ERROR] ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/youtube_dl-2021.1.24.1-py3.8.egg/youtube_dl/extractor/youtube.py", line 1303, in _decrypt_signature
func = self._extract_signature_function(
File "/usr/local/lib/python3.8/site-packages/youtube_dl-2021.1.24.1-py3.8.egg/youtube_dl/extractor/youtube.py", line 1216, in _extract_signature_function
cache_res = res(test_string)
File "/usr/local/lib/python3.8/site-packages/youtube_dl-2021.1.24.1-py3.8.egg/youtube_dl/extractor/youtube.py", line 1280, in <lambda>
return lambda s: initial_function([s])
File "/usr/local/lib/python3.8/site-packages/youtube_dl-2021.1.24.1-py3.8.egg/youtube_dl/jsinterp.py", line 258, in resf
res, abort = self.interpret_statement(stmt, local_vars)
File "/usr/local/lib/python3.8/site-packages/youtube_dl-2021.1.24.1-py3.8.egg/youtube_dl/jsinterp.py", line 56, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
File "/usr/local/lib/python3.8/site-packages/youtube_dl-2021.1.24.1-py3.8.egg/youtube_dl/jsinterp.py", line 182, in interpret_expression
return obj[member](argvals)
KeyError: 'QV'
(caused by KeyError('QV')); 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.
Describe the bug
I get the following error when using savify:
This seems to be from yt-dl: ytdl-org/youtube-dl#32314
To Reproduce
Expected behavior
I expect it to download my playlist. This has worked fine in the past.
Screenshots
N/A
Desktop (please complete the following information):
Ubuntu
Docker latest image
Additional context
N/A
The text was updated successfully, but these errors were encountered: