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

Syntax error (script.js#44(eval)#100) #17

Open
xiatiaopoi opened this issue Dec 28, 2021 · 8 comments
Open

Syntax error (script.js#44(eval)#100) #17

xiatiaopoi opened this issue Dec 28, 2021 · 8 comments

Comments

@xiatiaopoi
Copy link

log:
SkyAutoPlayer.js#44(eval)#100)
SyntaxError: syntax error
It still worked yesterday😣

@StageGuard
Copy link
Owner

Please try again, I have set up proxy for domain cdn.stagex.top now

@xiatiaopoi
Copy link
Author

Please try again, I have set up proxy for domain cdn.stagex.top now

Thank you for your efforts. I tried to switch networks, but actually I still can't connect. I don't know what to do next😖😭😭

@StageGuard
Copy link
Owner

You can edit script, at the line 58, put the jsdelivr cdn source at the first place:

let sources = [
  "https://cdn.jsdelivr.net/gh/StageGuard/SkyAutoPlayerScript/source/SkyAutoplayer.js",
  "http://cdn.stagex.top:8090/StageGuard/SkyAutoPlayerScript/raw/master/source/SkyAutoplayer.js",
  "https://dl.skyautoplayerscript.stageguard.top/source/SkyAutoplayer.js",
  "https://raw.githubusercontent.com/StageGuard/SkyAutoPlayerScript/master/source/SkyAutoplayer.js"
];

Note that this is just a temporary solution. I will close this issue until it is fixed.

@StageGuard StageGuard changed the title Something goes wrong... Syntax error (script.js#44(eval)#100) Dec 29, 2021
@xiatiaopoi
Copy link
Author

You can edit script, at the line 58, put the jsdelivr cdn source at the first place:

let sources = [
  "https://cdn.jsdelivr.net/gh/StageGuard/SkyAutoPlayerScript/source/SkyAutoplayer.js",
  "http://cdn.stagex.top:8090/StageGuard/SkyAutoPlayerScript/raw/master/source/SkyAutoplayer.js",
  "https://dl.skyautoplayerscript.stageguard.top/source/SkyAutoplayer.js",
  "https://raw.githubusercontent.com/StageGuard/SkyAutoPlayerScript/master/source/SkyAutoplayer.js"
];

Note that this is just a temporary solution. I will close this issue until it is fixed.

Thanks a lot.That's amazing👍🏻

@StageGuard
Copy link
Owner

哎我去,你别close啊,解决了我自己close

@StageGuard StageGuard reopened this Dec 29, 2021
@StageGuard StageGuard pinned this issue Dec 29, 2021
@noobww
Copy link

noobww commented Jan 4, 2022

Done and received toast:
错误:ReferenceError:"activity"is not defined. (/storage/emulated/0/脚本/SkyAutoPlayer.js#21(eval)#44)

@StageGuard
Copy link
Owner

StageGuard commented Jan 4, 2022

Done and received toast: 错误:ReferenceError:"activity"is not defined. (/storage/emulated/0/脚本/SkyAutoPlayer.js#21(eval)#44)

You must be deleting the first line:

"ui";

It is required for auto.js to run script in activity mode

@noobww
Copy link

noobww commented Jan 5, 2022

Done and received toast: 错误:ReferenceError:"activity"is not defined. (/storage/emulated/0/脚本/SkyAutoPlayer.js#21(eval)#44)

You must be deleting the first line:

"ui";

It is required for auto.js to run script in activity mode

确实贴漏了。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants