HughBone / fabrilous-updater

Detect updates for fabric mods.
25 stars 7 forks source link

'fabdateserver autoupdate' command does not work #25

Open wb1016 opened 2 years ago

wb1016 commented 2 years ago

enviroment: fabric api 0.52.0~0.53.0\ log output

[10:53:31] [Thread-1344/INFO]: [STDERR]: java.lang.NullPointerException: Cannot invoke "com.google.gson.JsonElement.getAsString()" because the return value of "com.google.gson.JsonObject.get(String)" is null
[10:53:31] [Thread-1344/INFO]: [STDERR]:    at com.hughbone.fabrilousupdater.platform.CurrentMod.<init>(CurrentMod.java:32)
[10:53:31] [Thread-1344/INFO]: [STDERR]:    at com.hughbone.fabrilousupdater.platform.ModPlatform.start(ModPlatform.java:58)
[10:53:31] [Thread-1344/INFO]: [STDERR]:    at com.hughbone.fabrilousupdater.command.AutoUpdateCommand$StartThread.run(AutoUpdateCommand.java:81) 
ST-DDT commented 2 years ago

Maybe curse updated their API?

wb1016 commented 2 years ago

Maybe curse updated their API?

nah, it cant get mods from modrinth too. seems like some kind of dependency issue.