The servers for installing the version are not working
Igroman-live opened this issue ยท 0 comments
Error from the console:
org.json.JSONException: JSONObject["data"] is not a JSONObject (class org.json.JSONObject$Null : null).
at org.json.JSONObject.wrongValueFormatException(JSONObject.java:2698)
at org.json.JSONObject.getJSONObject(JSONObject.java:784)
at de.hellbz.forge.Utils.Data.getValueFromJSONObject(Data.java:283)
at de.hellbz.forge.Utils.Data.getJsonValue(Data.java:267)
at de.hellbz.forge.Utils.Remote.requestUniqueID(Remote.java:97)
at de.hellbz.forge.Utils.Remote.checkForUpdate(Remote.java:29)
at de.hellbz.forge.ServerStarter.main(ServerStarter.java:85)
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "newUniqueId" is null
at de.hellbz.forge.Utils.Remote.requestUniqueID(Remote.java:99)
at de.hellbz.forge.Utils.Remote.checkForUpdate(Remote.java:29)
at de.hellbz.forge.ServerStarter.main(ServerStarter.java:85)