barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
532 stars 74 forks source link

quarry.net.protocol.ProtocolError: Packet is too long: chat_message #200

Open KyngK opened 1 year ago

KyngK commented 1 year ago

I've looked everywhere to fix this issue and nothing works. I'm writing a proxy, and whenever I add packet_downstream_chat_message method to my Bridge, it always throws this error. Even if I just add it and put "pass" inside of it, it throws this. I've tried the solution in #112 as well, but that hasn't worked either.