hilburn / StevesAddons

Additional functionality for SFM
Other
17 stars 10 forks source link

Exception when loading from Pastebin #85

Open xilni opened 1 year ago

xilni commented 1 year ago

While trying to load a program from Pastebin, the command fails silently but server logs show the following:

[13:48:52] [Thread-63/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: net.minecraft.nbt.NBTException: Encountered multiple top tags, only one expected
[13:48:52] [Thread-63/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.nbt.JsonToNBT.func_150315_a(SourceFile:19)
[13:48:52] [Thread-63/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at stevesaddons.helpers.Threaded$Set.run(Threaded.java:74)
[13:48:52] [Thread-63/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at java.lang.Thread.run(Thread.java:750)

Maybe pastebin changed their API slightly so the parsing is off? Was able to load this program years back without issue.

Some info that may or may not help your debugging: