-
Notifications
You must be signed in to change notification settings - Fork 13
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
Illegal Argument Exception thrown #8
Comments
Hi, thanks for reaching out. What is the console output when running? Even if I don't know your RCON password, I can see:
It seems to attempt to read a negative amount of bytes, which could indicate that the underlying I don't know how you are hosting this Minecraft server, but be wary of going through a reverse proxy, as it is quite challenging to make work without protocol knowledge. In either case – I'm running this library on 0.0.16 in production with a Spring Boot web application on top of it for many months now, so the library has some battle testing even across several Minecraft updates etc. 😄 |
Thanks for the quick reply!
I am using the latest version, yes |
Have you verified the RCON exchange using another client? |
How so? |
My guess is currently that some network issue prevents you from connecting. However, I am unsure how to assist you with this |
Hello, I'm attempting to make a discord application using your RCON library, I followed your example closely and ive double checked that all the credentials are correct, however I get the IllegalArgumentException that gets thrown
i'll link my CustomCommand class here: https://pastebin.com/me4KjDYy,
any help would be very much appreciated
The text was updated successfully, but these errors were encountered: