CodeCrafter47 / BungeeTabListPlus

GNU General Public License v3.0
149 stars 69 forks source link

Malformed JSON Error #433

Open RFSMassacre opened 5 years ago

RFSMassacre commented 5 years ago

After creating custom tablists per server on my BungeeCord network, switching to said servers that are above 1.12.2 would crash with the error on the screenshot. I've tried to change the tablists from scratch but as soon as there are multiple tablists loaded and swapping to a 1.13.X or 1.14.X server, it crashes the client. Below is one of the tablist configurations I was using. (They all are the same per server but rearranges the order of the servers based on which server you're on.)

Error: https://i.imgur.com/KfZOwHj.png Tablist Config: https://pastebin.com/J6CNkEMr

I hope you're able to let me know how to fix this if it's a simple configuration mistake on my end.

CodeCrafter47 commented 5 years ago

This isn't a configuration error.

You mention using multiple versions of Minecraft. Does that mean you're using ViaVersion or ProtocolSupport?

RFSMassacre commented 5 years ago

Sorry for responding late, I didn't receive a notification. I'm using ViaVersion on BungeeCord. Would that be the cause of it?

CodeCrafter47 commented 5 years ago

I wouldn't blame it on ViaVersion, but I think it might the specific combination of plugins and different Minecraft versions that causes this error to show up. The different pieces of Software involved make it hard to tell which one contains the bug that causes this issue.

RFSMassacre commented 5 years ago

I'll try to figure out which plugin is causing it. I ran this again on a local network and the bug stopped. I'm thinking it's to do with one of my plugins. I'll let you know if I manage to figure it out.