TwelveIterationMods / ExCompressum

Minecraft Mod. Ex Nihilo Addon. Attempts to reduce grind by adding pre-automation tools like compressed hammers.
https://mods.twelveiterations.com/mc/ex-compressum/
Other
27 stars 25 forks source link

Could not load remote skins for auto sieve #367

Closed Ironnoob73 closed 1 year ago

Ironnoob73 commented 1 year ago

Minecraft Version

1.12.x

Mod Loader

Forge

Mod Loader Version

14.23.5.2860

Mod Version

3.0.32

Describe the Issue

Auto sieves cannot read skin automatically. Using nametags still works.

Could not load remote skins for auto sieve: 
com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonObject but was com.google.gson.JsonPrimitive
    at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:913) ~[TypeAdapters$35$1.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
    at net.blay09.mods.excompressum.registry.AutoSieveSkinRegistry.lambda$load$0(AutoSieveSkinRegistry.java:31) ~[AutoSieveSkinRegistry.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_251]

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine)?

No response

WinterSoldier290 commented 1 year ago

I have the same problem on 1.18.2, Forge 40.1.48 [Thread-1/ERROR] [excompressum/]: Could not load remote skins for auto sieve: >

BlayTheNinth commented 1 year ago

Is this causing a crash or just logging an error? The error log is expected, as older versions are trying to sieve skins from an endpoint that is no longer active.

Ironnoob73 commented 1 year ago

No crashes.