-
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
Voting only working for Minecraft-Server-List.com #16
Comments
Try to take a look at #8, perhaps you have a similar problem. Let me know if it worked. |
I'm going to assume you fixed your problem. Feel free to reopen this issue if needed. |
I believe I am seeing this issue: `198.74.57.227:58268 established a connection. 198.74.57.227:58268 disconnected. 198.74.57.227:58270 disconnected. 198.74.57.227:58274 disconnected.` Sending a test vote via http://minecraftservers.org |
Thanks for the report. Tomorrow I'm going to try to test out VanillaVotifier with http://minecraftservers.org and see what I can find out. |
I was able to reproduce the problem. Working on a solution... |
I fixed the issue in the new release which you can download here. Again, thanks for reporting: this seems like a really old bug which finally got fixed! |
Confirmed as working for me |
I've noticed that if a player votes on the MCL (minecraft-server-list.com) the vote is registered and the rcon command is executed, but any other voting site that I've found that uses votifier gives an error like this one:
178.63.120.101:33578 established a connection.
Unexpected exception while comunicating with client: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:146)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at co.virtualdragon.vanillaVotifier.impl.VanillaVotifierServer$1$1.run(VanillaVotifierServer.java:102)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
178.63.120.101:33578 disconnected.
Thanks
The text was updated successfully, but these errors were encountered: