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
Crashes on launch, i used to work for maybe 2 days now im getting:
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
at com.google.gson.Gson.fromJson(Gson.java:944)
at com.google.gson.Gson.fromJson(Gson.java:897)
at de.lars.remotelightcore.colors.palette.PaletteLoader.load(PaletteLoader.java:73)
at de.lars.remotelightcore.RemoteLightCore.(RemoteLightCore.java:137)
at de.lars.remotelightclient.Main.(Main.java:119)
at de.lars.remotelightclient.Main.main(Main.java:96)
Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:351)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:80)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
at com.google.gson.Gson.fromJson(Gson.java:932)
... 5 more
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting.
The error occured when the color palettes were not saved properly. The corrupted data file then caused a crash with your reported exception when loading the palettes on the next program start.
Please delete the palettes.json file in %userprofile%/.RemoteLight to reset the color palettes. Otherwise RemoteLight might not start.
Crashes on launch, i used to work for maybe 2 days now im getting:
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
at com.google.gson.Gson.fromJson(Gson.java:944)
at com.google.gson.Gson.fromJson(Gson.java:897)
at de.lars.remotelightcore.colors.palette.PaletteLoader.load(PaletteLoader.java:73)
at de.lars.remotelightcore.RemoteLightCore.(RemoteLightCore.java:137)
at de.lars.remotelightclient.Main.(Main.java:119)
at de.lars.remotelightclient.Main.main(Main.java:96)
Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:351)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:80)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
at com.google.gson.Gson.fromJson(Gson.java:932)
... 5 more
The text was updated successfully, but these errors were encountered: