Skip to content
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

Closed
beaker4224 opened this issue Jul 26, 2016 · 7 comments
Closed

Voting only working for Minecraft-Server-List.com #16

beaker4224 opened this issue Jul 26, 2016 · 7 comments

Comments

@beaker4224
Copy link

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

@xmamo
Copy link
Owner

xmamo commented Jul 28, 2016

Try to take a look at #8, perhaps you have a similar problem. Let me know if it worked.

@xmamo
Copy link
Owner

xmamo commented Sep 16, 2016

I'm going to assume you fixed your problem. Feel free to reopen this issue if needed.

@xmamo xmamo closed this as completed Sep 16, 2016
@zedwick
Copy link

zedwick commented Oct 20, 2016

I believe I am seeing this issue:

`198.74.57.227:58268 established a connection.
Unexpected exception while communicating with client: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at mamo.vanillaVotifier.VotifierServer$1$1.run(VotifierServer.java:78)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

198.74.57.227:58268 disconnected.
198.74.57.227:58270 established a connection.
Unexpected exception while communicating with client: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at mamo.vanillaVotifier.VotifierServer$1$1.run(VotifierServer.java:78)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

198.74.57.227:58270 disconnected.
198.74.57.227:58274 established a connection.
Unexpected exception while communicating with client: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at mamo.vanillaVotifier.VotifierServer$1$1.run(VotifierServer.java:78)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

198.74.57.227:58274 disconnected.`

Sending a test vote via http://minecraftservers.org

@xmamo xmamo reopened this Oct 20, 2016
@xmamo
Copy link
Owner

xmamo commented Oct 20, 2016

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.

@xmamo
Copy link
Owner

xmamo commented Oct 21, 2016

I was able to reproduce the problem. Working on a solution...

@xmamo xmamo closed this as completed in 279f9bd Oct 21, 2016
@xmamo
Copy link
Owner

xmamo commented Oct 21, 2016

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!

@zedwick
Copy link

zedwick commented Oct 22, 2016

Confirmed as working for me

xmamo added a commit that referenced this issue Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants