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
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:
Minecraft 1.7.10
forge-1.7.10-10.13.4.1614-1.7.10-universal.jar
StevesAddons-1.7.10-0.10.16.jar
StevesFactoryManagerA93.jar
The text was updated successfully, but these errors were encountered:
While trying to load a program from Pastebin, the command fails silently but server logs show the following:
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:
The text was updated successfully, but these errors were encountered: