So I had made a SevTech Ages server and it worked fine for a couple weeks, then I think a json file got corrupted somehow but I cant seem to fix it.
Every time I try and launch the server through the command prompt I get this error message:
[11:19:11] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
If anyone knows how to solve this it would be much appreciated!
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
Sorry, I actually managed to fix the issue. Turns out if you scroll up, there is an error stating that the server failed to use the port given (I have multiple
servers with the same port) so I went ahead and changed the port which fixed the whole issue. The error message with the malformed JSON is actually
So I had made a SevTech Ages server and it worked fine for a couple weeks, then I think a json file got corrupted somehow but I cant seem to fix it.
Every time I try and launch the server through the command prompt I get this error message:
[11:19:11] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
If anyone knows how to solve this it would be much appreciated!
Post the entire log. Use https://paste.ubuntu.com/
Sorry, I actually managed to fix the issue. Turns out if you scroll up, there is an error stating that the server failed to use the port given (I have multiple
servers with the same port) so I went ahead and changed the port which fixed the whole issue. The error message with the malformed JSON is actually
irrelevant to the true issue.
The full error message and solution are at this website: https://github.com/DarkPacks/SevTech-Ages/issues/2970