-
Notifications
You must be signed in to change notification settings - Fork 17
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
JavaScript interpreter error (sig code) #44
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
is this the same issue?
root@pinvidious:/home/invidious/inv_sig_helper# ./target/release/inv_sig_helper_rust --tcp
[2024-12-17T18:54:58Z INFO inv_sig_helper_rust] Fetching player
[2024-12-17T18:54:58Z INFO inv_sig_helper_rust::player] Fetching player JS URL: https://www.youtube.com/s/player/03dbdfab/player_ias.vflset/en_US/base.js
[2024-12-17T18:54:59Z WARN inv_sig_helper_rust::player] nsig function ending did not work: =\s*function(\([\w]+\)\{\s*var\s+[\w\s]+=[\w\.\s]+?\.call\s*\([\w\s$]+?,[\(\)\",\s]+\)[\S\s]*?\}\s*return [\w\.\s$]+?\.call\s*\([\w\s$]+?\s*,[\(\)\",\s]+\)\s*\}\s*;)
thread 'main' panicked at src/player.rs:198:10:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted
|
#45 was closed as a duplicate of this one, but reported error message is different despite likely being the same cause.
|
@lifo9 documented instructions how to fix this here: #43 (comment) |
I hope iv-org/invidious#4985 is merged soon 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[2024-12-17T04:26:08Z ERROR inv_sig_helper_rust::jobs] JavaScript interpreter error (sig code): Some(Exception { message: Some("unexpected token in expression: 'case'"), file: Some("eval_script"), line: Some(1), column: Some(158), stack: Some(" at eval_script:1:158\n") })
The text was updated successfully, but these errors were encountered: