You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to access any storage terminal always causes a PacketCodecException. This only happens client-side. There's nothing in the server logs other than showing that the user disconnected.
Steps to reproduce the problem:
Connect a storage terminal to an inventory.
Right-click the terminal
Client disconnects from the server with a "PacketCodecException". Log trace shows the dreaded "io.netty.handler.codec.EncoderException: java.io.EOFException: fieldSize is too long! Length is 28009, but maximum is 45"
Expected behaviour:
The storage terminal should open and display the contents of the inventory.
Issue type:
Short description:
Attempting to access any storage terminal always causes a PacketCodecException. This only happens client-side. There's nothing in the server logs other than showing that the user disconnected.
Steps to reproduce the problem:
Expected behaviour:
The storage terminal should open and display the contents of the inventory.
Versions:
Log file:
https://gist.github.com/flann/00549bf494d38454a8ede9e7dd685747#file-latest-log
The text was updated successfully, but these errors were encountered: