xmamo / VanillaVotifier

Votifier plugin, but for Minecraft vanilla!
https://mamo.dev/vanillavotifier
Other
17 stars 8 forks source link

Error on Ping from Servers #6

Closed IceSelkie closed 8 years ago

IceSelkie commented 8 years ago

Successful Startup; six pings received when I tried to add Votifier to http://minecraftservers.org/, all give exact same message.

Problem:

[INFO] /198.74.57.227:40399 established a connection. [WARNING] Unexpected exception while decrypting client request: Decryption error javax.crypto.BadPaddingException: Decryption error at sun.security.rsa.RSAPadding.unpadV15(RSAPadding.java:380) at sun.security.rsa.RSAPadding.unpad(RSAPadding.java:291) at com.sun.crypto.provider.RSACipher.doFinal(RSACipher.java:363) at com.sun.crypto.provider.RSACipher.engineDoFinal(RSACipher.java:389) at javax.crypto.Cipher.doFinal(Cipher.java:2165) at com.mamoslab.vanillaVotifier.handlers.ConnectionHandler$1.run(ConnectionHandler.java:127) at java.lang.Thread.run(Thread.java:745)

IceSelkie commented 8 years ago

Could this be that my java is out of date again? I updated java, and I think it is up to date... "java -version" returns: openjdk version "1.8.0_65" OpenJDK Runtime Environment (build 1.8.0_65-b17) OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)

xmamo commented 8 years ago

Another one already seems to have the same problem. I'll close this issue and leave the other one open.

xmamo commented 8 years ago

Seems the problem is now solved: https://github.com/VirtualDragon/VanillaVotifier/issues/3.