Went to vote to test that the giving of items was working with votes and it threw this error and didnt even do anything
Error handling vote connection
javax.crypto.BadPaddingException: Padding error in decryption
at java.base/com.sun.crypto.provider.RSACipher.doFinal(RSACipher.java:385) ~[?:?] {}
at java.base/com.sun.crypto.provider.RSACipher.engineDoFinal(RSACipher.java:449) ~[?:?] {}
at java.base/javax.crypto.Cipher.doFinal(Cipher.java:2281) ~[?:?] {}
at TRANSFORMER/votifier@1.0.3/com.uberswe.votifier.VotifierServer.handleV1(VotifierServer.java:104) ~[modded-votifier-neoforge-mc1.21.1-1.0.3.jar%23606!/:?] {re:classloading}
at TRANSFORMER/votifier@1.0.3/com.uberswe.votifier.VotifierServer.handleConnection(VotifierServer.java:77) [modded-votifier-neoforge-mc1.21.1-1.0.3.jar%23606!/:?] {re:classloading}
at TRANSFORMER/votifier@1.0.3/com.uberswe.votifier.VotifierServer.lambda$listen$0(VotifierServer.java:50) [modded-votifier-neoforge-mc1.21.1-1.0.3.jar%23606!/:?] {re:classloading}
at java.base/java.lang.Thread.run(Thread.java:1474) [?:?] {re:mixin}

Went to vote to test that the giving of items was working with votes and it threw this error and didnt even do anything