You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since build 163 of paper 1.21.4 I've been spammed with logs that look like the following:
[Mon 21:48:37 ERROR ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands] Failed to convert command '/say im a big fat idiot with no life lol'
java.lang.IllegalStateException: Cannot handle non-root redirects
at ca.spottedleaf.dataconverter.util.CommandArgumentUpgrader.copyCommand(CommandArgumentUpgrader.java:460)
at ca.spottedleaf.dataconverter.util.CommandArgumentUpgrader.copyCommand(CommandArgumentUpgrader.java:500)
at ca.spottedleaf.dataconverter.util.CommandArgumentUpgrader.<init>(CommandArgumentUpgrader.java:108)
at ca.spottedleaf.dataconverter.util.CommandArgumentUpgrader.<init>(CommandArgumentUpgrader.java:87)
at ca.spottedleaf.dataconverter.util.CommandArgumentUpgrader.upgrader_1_20_4_to_1_20_5(CommandArgumentUpgrader.java:75)
at ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands$1.lambda$$0(V3818_Commands.java:197)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands$1.convert(V3818_Commands.java:207)
at ca.spottedleaf.dataconverter.minecraft.datatypes.MCValueType.convert(MCValueType.java:66)
at ca.spottedleaf.dataconverter.minecraft.MCDataConverter.convert(MCDataConverter.java:56)
at ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands.walkComponent(V3818_Commands.java:83)
at ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands.walkComponent(V3818_Commands.java:179)
at ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands$2.walkPath(V3818_Commands.java:228)
at ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands$2.walkBookContent(V3818_Commands.java:252)
at ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands$2.convert(V3818_Commands.java:259)
at ca.spottedleaf.dataconverter.minecraft.converters.custom.V3818_Commands$2.convert(V3818_Commands.java:221)
at ca.spottedleaf.datac
According to Lynx on Discord "We touched commands in 163 and apparently it blows up there somewhere o.O"
Steps/models to reproduce
This is a creative server where it happened. Pretty hard to tell how to reproduce this honestly because there are lots of weird things on this server which are somewhat out of my control.
I hope you're able to work with the error logs :/
Plugin and Datapack List
Hopefully not relevant/necessary
Paper version
1.21.4-165
Other
No response
The text was updated successfully, but these errors were encountered:
Expected behavior
No spam in the logs 😅
Observed/Actual behavior
Since build 163 of paper 1.21.4 I've been spammed with logs that look like the following:
According to Lynx on Discord "We touched commands in 163 and apparently it blows up there somewhere o.O"
Steps/models to reproduce
This is a creative server where it happened. Pretty hard to tell how to reproduce this honestly because there are lots of weird things on this server which are somewhat out of my control.
I hope you're able to work with the error logs :/
Plugin and Datapack List
Hopefully not relevant/necessary
Paper version
1.21.4-165
Other
No response
The text was updated successfully, but these errors were encountered: