someaddons / connectivity

Minecraft mod connectivity which fixes connection issues
9 stars 0 forks source link

Payload to big #12

Closed Waurick closed 2 years ago

Waurick commented 2 years ago

Mod file version connectivity-2.4-1.16.5

Describe the bug kicked from the server with this error Message unknown

To Reproduce Steps to reproduce the behavior: It is not that easy. You have to use a storage mod like refined storage. I used Occultism. Put in an Item with big NBT Data. In my Case, a Minecart Contraption full of Items from the Mod Create.

Expected behavior taking it out.

Workaround I have to get it out using a Hopper.

someaddons commented 2 years ago

do you have connectivity on both sides? I'll need logs of both server and client from the time the error happens, preferably with the debug config option set to true: debugPrintMessages = true

Waurick commented 2 years ago

It is installed on both sides. No debug messages(I didn't include them with intention. I read through them, there was nothing). The Error is Server side. Can you increase the max Payload?

someaddons commented 2 years ago

connectivity makes the size not limited, but isntead logs warnings. Without the logs during the time of the issues I won't be able to help