FallenMoonNetwork / CanaryRecode

CanaryMod Recode Repository
Other
11 stars 44 forks source link

"[SEVERE] Reached end of stream for <ip>" when client checks server status #65

Closed nosefish closed 11 years ago

nosefish commented 11 years ago

When I click on "Multiplayer" in my client, an error message shows up on the console:

[SEVERE] Reached end of stream for /192.168.1.24

While this message is technically true, the event is certainly not a "SEVERE" error, but expected behaviour.

darkdiplomat commented 11 years ago

That's Mojang's thing, it happens in vanilla as well

On Sep 1, 2013, at 4:22, nosefish notifications@github.com wrote:

When I click on "Multiplayer" in my client, an error message shows up on the console:

[SEVERE] Reached end of stream for /192.168.1.24 While this message is technically true, the event is certainly not a "SEVERE" error, but expected behaviour.

— Reply to this email directly or view it on GitHub.

14mRh4X0r commented 11 years ago

Doesn't mean that it shouldn't be changed though...

darkdiplomat commented 11 years ago

The error is sent from the Packet class and could be a valid error at a later time. https://github.com/FallenMoonNetwork/CanaryRecode/blob/master/src/main/java/net/minecraft/server/Packet.java#L106

darkdiplomat commented 11 years ago

I'm just going to close this. If another team member wishes to try to fix this they can go ahead but I say just wait till Mojang does something to correct it (if they ever will)