mojira.dev

Toshimichi

Assigned

No issues.

Reported

MC-134552 The same character is input twice when I input "/" or "t" Duplicate

Comments

I can see the error using Chrome developer tools.

The error is as follows:

Status Code: 500

{"namespace":"ServiceRuntime","code":"OperationError","message":"Failed to register votes to storage. PlayerId: XXX.","customData":{},"innerError":{"namespace":"ServiceRuntime","code":"OperationError","message":"Event has ended and is no longer accepting any votes.","customData":{}}}

I tried to vote from Japan so It might be a timezone issue...? I'm not sure though.

I don't like my mod being called "random" but thanks for using my mod anyways.

Well, the reason this bug happens is that the server sends entity pose packet to the client.

When a player sneaks

  1. Client sends entity pose packet(start sneaking)

  2. Server receives entity pose packet

  3. A player stops sneaking, and the client sends entity pose packet(stop sneaking)

  4. Server sends entity pose packet(start sneaking)

  5. Client receives "start sneaking" packet, even though the player has already stopped sneaking

  6. Client stops sneaking 1 tick later

  7. Client receives "stop sneaking" packet

Confirmed for 1.14-prerelease-5