-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
NPE on start-up #560
Comments
This kinda looks like the error is in the Minecraft/Paper server itself, not in the plugin. Not sure how muwh is doable there from the plugin's side. |
OK, I will try an update to paper and see if that makes a difference. I had a feeling it might be there, but all searches didn't really help. Thanks for the response. |
Hmmm, that didn't help using 118, still disabled. I will continue to search and see if I can find a solution. Frustrating. |
You could try older builds/versions and see when it works again. Or just report to Paper. |
Yeh I think it is the number of checks being done by multiple plugins for offline players via the new auth process. I disabled combinations of plugins and it works with some and not with others. Spartan appears to take the biggest load but not sure why. I have Chestshop working now by disabling different plugins on different servers to ensure Chestshop is working. |
Thanks for the update with Mojang API, been through several re-boots now with all plugins enabled and appears to be working perfect, thank you. |
What is happening?
The plugin disables on start-up with the following error:
Error occurred while enabling ChestShop v3.12.3-SNAPSHOT (build 389) (Is it up to date?)
java.lang.NullPointerException: Cannot read the array length because the return value of "com.mojang.authlib.yggdrasil.response.ProfileSearchResultsResponse.getProfiles()" is null
What did you expect to happen?
The plugin to start as normal. I have not changed any values in the config files.
Plugin Version
3.12.3-SNAPSHOT (build 389)
Plugin Config
Config
Server Version
Paper 1.20.1 build 116
Server Log
Log
What other plugins are you running?
I am running this on three different servers and all three fail with the same reason and server version.
Agreements
Additional context
I cannot replicate the issue on my localhost version. All the main game servers are in off-line mode as they run behind the Bungee (Waterfall) proxy.
I am at a loss as to what could be causing this, your help would be appreciated
The text was updated successfully, but these errors were encountered: