Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server
http://dinnerbone.com/minecraft/tools/status/
1.11k stars 146 forks source link

not working with MCProtocolLib #54

Closed InterVi closed 5 years ago

InterVi commented 7 years ago

connection failed, this error

MarkL4YG commented 7 years ago

If you do have the exact same error: Do NOT open a duplicate...
If not: Do provide more information.

InterVi commented 7 years ago

What kind of information? I don't know why is not working. Do not know the protocol of Minecraft. The game client sees the server, mcstatus - no.

MarkL4YG commented 7 years ago

Execution environment, version, general context could really help here. Also if you could link your log we may be able to spot differences to the linked issue.

InterVi commented 7 years ago

Manjaro, 1.12, latest mcprotocollib. My debug info:

io.netty.handler.codec.DecoderException: java.lang.IllegalStateException: Packet "StatusQueryPacket" not fully read

MarkL4YG commented 7 years ago

In that case you really don't have the same error as the other issue.

not fully read

Implies that some(tm) content could be read. I will take a peek at the exception later this day.

MarkL4YG commented 7 years ago

Can you link the script you're using to make tracing easier for me?

kevinkjt2000 commented 5 years ago

I'm not sure I understand this issue at all. @InterVi Please open a new issue with a more descriptive message, unless #56 fixed your issue already.