-
Notifications
You must be signed in to change notification settings - Fork 4
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
[BUG] random errors #15
Comments
I found the issue!The Modrinth page for this plugin has been deleted, and in GetVersion.java at Line 25, it's requesting the Modrinth page, and because it no longer exist, it returns as "null".
Just set "update-checker:", and "auto-update:" to "false" to get rid of the random errors. If you're using FunkySk for NoteBlockAPI, set "note-elements:" to "false" as well. |
also setting "update-checker:", and "auto-update:" to "false" does not get rid of the random errors. |
Can this be fixed? this is very important for my server, it really does spam the logs. |
Describe the bug
A clear and concise description of what the bug is.
error messages in console on a kind of regular interval
To Reproduce
Steps to reproduce the behavior:
run the server on the same version and with the same things:
Expected behavior
A clear and concise description of what you expected to happen.
no error
Screenshots
If applicable, add screenshots to help explain your problem.
on startup:
randomly:
and some more...
Versions
Show the versions of Java, Paper/Spigot, Skript and Skuishy.
Additional context
Add any other context about the problem here.
everything still works fine as far as I know
The text was updated successfully, but these errors were encountered: