Advertisement
Diamond_Cat

Votifier Error

Feb 11th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. > [00:33:14 WARN]: [Votifier] [Votifier] Unable to decrypt vote record. Make sure that that your public key
  2. > [00:33:14 WARN]: [Votifier] [Votifier] matches the one you gave the server list.
  3. javax.crypto.BadPaddingException: Decryption error
  4. at sun.security.rsa.RSAPadding.unpadV15(RSAPadding.java:383) ~[?:1.8.0_192]
  5. at sun.security.rsa.RSAPadding.unpad(RSAPadding.java:294) ~[?:1.8.0_192]
  6. at com.sun.crypto.provider.RSACipher.doFinal(RSACipher.java:363) ~[sunjce_provider.jar:1.8.0_181]
  7. at com.sun.crypto.provider.RSACipher.engineDoFinal(RSACipher.java:389) ~[sunjce_provider.jar:1.8.0_181]
  8. at javax.crypto.Cipher.doFinal(Cipher.java:2164) ~[?:1.8.0_191]
  9. at com.vexsoftware.votifier.crypto.RSA.decrypt(RSA.java:65) ~[?:?]
  10. at com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:130) ~[?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement