When I'm inserting a /give book into a command block I get this error, and minecraft logs me out. After logging back in everything is fine and the command block took the command in question.
[11:40:23] [Netty Server IO #10/ERROR]: io.netty.handler.codec.EncoderException: String too big (was 33846 bytes encoded, max 32767)
[11:40:23] [Server thread/INFO]: MikeyCarter lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: Connection reset by peer], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
Linked issues
is duplicated by 1
Attachments
Comments 14
Considering I'm using 1.8 this would be a regression if it's the same issue, wouldn't it?
Steps to reproduce.
Connect to a 1.8 multiplayer world with a 1.8 client.
place command block
paste below into command block
hit DONE
Command is attached (since it won't let me paste here)
I run into this issue a lot, confirmed for 1.8.7 I use very long command string very often. Pasting the command disconnects me but the command is pasted successfully upon logging back in. Some users of my commands (though I can't confirm this) say that it kicks them AND doesn't save the command contents so they are unable to paste the command at all.
I can't reproduce it with the attached command(although I know it's a real issue). Does it happen for you with the above command in 1.8.7? If so, what OS/java version/whatever are you using?
Yes, I've also experienced this error, but this command doesn't crash it for me. I was trying to find out what was causing it, and that's quite hard without a command that causes the issue 😛
I'm getting the same message on the server I'm running.
I'm running a mac OS X yosemite Java 8 but both my friends which are also on macs can access the server with no issues.
I have great game play in single player.
The World map doesn't get generated and i fall through the sky before getting kicked to the Connection lost Timeout Screen.
My code is
[06:46:39] [Server thread/INFO]: Crazyjestor lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: io.netty.handler.codec.EncoderException: java.io.IOException: String too big (was 61382 bytes encoded, max 32767)], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
Can anyone help??
Is this still an issue in the most recent versions (currently that is 1.10.2, or 16w42a) of Minecraft? If so, please update the affected versions and help us keeping this ticket updated from time to time.
This IS still an issue in 1.17 and is also a duplication exploit mechanism.
[12:58:17] [Netty Epoll Server IO #1/ERROR]: io.netty.handler.codec.EncoderException: java.io.UTFDataFormatException: encoded string (\{"text":...ࠝࠝࠝ"}) too long: 65546 bytes [12:58:17] [Server thread/INFO]: Player lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.io.UTFDataFormatException: encoded string (\{"text":...ࠝࠝࠝ"}) too long: 65546 bytes
This report is currently missing crucial information. Please take a look at the other comments to find out what we are looking for.
If you added the required information and a moderator sees your comment, they will reopen and update the report. However, if you think your update to this report has been overlooked or you want to make sure that this report is reopened, you can contact the Mojira staff on Discord or Reddit.
-- I am a bot. This action was performed automatically! If you think it was incorrect, please notify us on Discord or Reddit
Does MC-43984 describe ths issue ?
Otherwise, please provide the exact command you've used.