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

The latest release youtube-dl 2024.08.02 was working until today broken again #32899

Closed
1 of 5 tasks
nobody93 opened this issue Aug 7, 2024 · 1 comment
Closed
1 of 5 tasks

Comments

@nobody93
Copy link

nobody93 commented Aug 7, 2024

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.12.17
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

PASTE VERBOSE LOG HERE

Description

WRITE DESCRIPTION HERE

Downloaded the latest release 2024.08.02 on 2024.08.03, it was working well until today (may be yesterday) with following errors:

WARNING: [youtube] XHIct72sqIQ: Unable to decode n-parameter: expect download to be blocked or throttled (slice must be applied on a list in: u'a.slice(0,0)'; please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose option and include the complete output. Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1646, in _decrypt_nsig
ret = extract_nsig(jsi, func_code)(n)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1722, in extract_nsig
ret = func([s])
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 1122, in resf
ret, should_abort = self.interpret_statement(code.replace('\n', ' '), var_stack, allow_recursion - 1)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 249, in interpret_statement
ret, should_ret = f(self, stmt, local_vars, allow_recursion, *args, **kwargs)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 495, in interpret_statement
ret, should_return = self.interpret_statement(sub_stmt, local_vars, allow_recursion)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 249, in interpret_statement
ret, should_ret = f(self, stmt, local_vars, allow_recursion, *args, **kwargs)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 711, in interpret_statement
ret, should_abort = self.interpret_statement(sub_expr, local_vars, allow_recursion)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 249, in interpret_statement
ret, should_ret = f(self, stmt, local_vars, allow_recursion, *args, **kwargs)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 751, in interpret_statement
m.group('op'), left_val, m.group('expr'), expr, local_vars, allow_recursion)
File "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 441, in _operator
right_val = self.interpret_expression(right_expr, local_vars, allow_recursion)

@dirkf
Copy link
Contributor

dirkf commented Aug 7, 2024

#32896

@dirkf dirkf added the duplicate label Aug 7, 2024
@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants