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

[Bug] POST Request null Error #3

Closed
GamerMedic opened this issue Jan 20, 2021 · 2 comments
Closed

[Bug] POST Request null Error #3

GamerMedic opened this issue Jan 20, 2021 · 2 comments
Labels
Tech support a user needs help fixing things on their side.

Comments

@GamerMedic
Copy link

GamerMedic commented Jan 20, 2021

I've started to receive the following error:

https://pastebin.com/JR1gdgwU

I've not changed anything since the issues I had before ( issue #2 ), and use of the minecraft /version command confirmed that I'm using version 5.2.

I've tried uninstalling and re-installing (making sure to update the config as appropriate) and I'm still getting the same issue.

EDIT:

The plugin works as expected if the command is sent from the console, or using another plugin (CustomCommands) to execute the command (though it's worth noting that CustomCommands executes from the console). In-game, however, I get the "An internal error occurred while attempting to perform this command" error, and the error in the console as posted in the PasteBin.

@uncovery uncovery added the Tech support a user needs help fixing things on their side. label Jan 20, 2021
@uncovery
Copy link
Owner

uncovery commented Jan 20, 2021

Most likely you are running an outdated Minecraft server version. Please note that 5.2 is tied to at least 1.16.3, ideally 1.16.4. If you look at the lowest "Caused by..." in the log you will see that it's looking for

INFO Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack

IIRC, you are using 1.1.6.2. That v1_16_R3 refers to 1.16.3 and this library does not exist in 1.16.2. Newer versions (1.16.4 and 1.16.5) still use the R3 libraries. So if you update to 1.16.3, all versions released here (until now at least) should be working. This is something that the spigot/paper teams are managing and I am not in control of it.

The library in question is used to read the player inventory and therefore does not throw a fit when you run it from the console since there is no inventory.

@GamerMedic
Copy link
Author

Ah, I see. I am running 1.16.2.

Thanks, I'll update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech support a user needs help fixing things on their side.
Projects
None yet
Development

No branches or pull requests

2 participants