SpigotMC / BungeeCord

BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
https://www.spigotmc.org/go/bungeecord
Other
1.57k stars 1.1k forks source link

A decoder exception has been thrown #3428

Open dongzh1 opened 1 year ago

dongzh1 commented 1 year ago

Bungeecord version

510

Server version

1.19.3

Client version

1.19.3

Bungeecord plugins

image

The bug

A decoder exception has been thrown: io.netty.handler.codec.DecoderException: net.md_5.bungee.protocol.OverflowPacketException: Cannot receive string longer than 98301 (got 1370366 bytes)

Log output (links)

A decoder exception has been thrown: io.netty.handler.codec.DecoderException: net.md_5.bungee.protocol.OverflowPacketException: Cannot receive string longer than 98301 (got 1370366 bytes)

Checking

Outfluencer commented 1 year ago

I dont understand the BungeeCord version, its a issue from 2013 lol

Also hard to say whats the issue as the limitation is Short.MAX_VALUE and near every packet in bungee uses this limit More information would be great

Outfluencer commented 1 year ago

Maybe you can apply this changes to your bungee and send the new error message here so we could help you easier