Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to convert command errors #12145

Closed
Folas1337 opened this issue Feb 17, 2025 · 0 comments · Fixed by #12146
Closed

Failed to convert command errors #12145

Folas1337 opened this issue Feb 17, 2025 · 0 comments · Fixed by #12146
Labels
version: 1.21.4 Game version 1.21.4

Comments

@Folas1337
Copy link

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:

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version: 1.21.4 Game version 1.21.4
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants