-
Notifications
You must be signed in to change notification settings - Fork 8
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
Read timed out and decryption errors #8
Comments
I may have a solution for the first one. Suppose you have the following public key:
On your Minecraft server list settings, try to set the public key as all the stuff between
I'm not sure what the cause of the second error is. Could you please send me a complete log? |
Thanks, the wrong public key thing seems fixed now. :) The second error is still going on though, and I thought the command line was the log, and copy pasted the error from it. No logs have generated in my Votifier folder though, where can I find them? |
VanillaVotifier doesn't support writing to a log file natively. However, if you're on Linux, you can achieve the same result with |
Oh, is there a command to do that on Windows? |
Not really. However I just released a new version which automatically logs everything to a log file :) Just send me the contents of that file and I'll see what the problem is [if the error is caused by a specific command, please tell me which it is too]. |
Hmm. The current build has the exact same timeout error. Anything you can do about it? |
Sorry for answering so late. Are you still encountering the issue? If yes, can you paste the whole log file? |
Well I just downgraded, but from what I remember I got the same log file. |
Im also encountering this issue on latest version |
seem only a issue on http://minecraft-server-list.com/ |
I've been working on a new release to enable advanced logging. It will be ready soon ;) |
Ok so I made a new release, which you can get here. Just start VanillaVotifier with |
Due to inactivity, I'll close this report. If there are any more problems, fell free to reopen it :) |
Hello, the votifier works well for me on one server list, but on any other it gives one of two errors. The first one just says:
104.200.31.26:48065 established a connection.
Error while while decrypting client input! Perhaps the client has the wrong publ
ic key?
104.200.31.26:48065 disconnected.
The site has the correct public key, and I have used gen-key-pair several times in case it's generating the wrong keys.
The other error I get is:
198.74.57.227:57933 established a connection.
Unexpected exception while comunicating with client: java.net.SocketTimeoutExcep
tion: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at co.virtualdragon.vanillaVotifier.impl.VanillaVotifierServer$1$1.run(V
anillaVotifierServer.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
It will create this error many times in the command prompt, and then just give up.
The text was updated successfully, but these errors were encountered: