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
failed to write database
java.lang.NullPointerException
at de.pdinklag.mcstats.Updater.lambda$run$23(Updater.java:692)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at de.pdinklag.mcstats.Updater.run(Updater.java:691)
at de.pdinklag.mcstats.cli.CLIUpdater.run(CLIUpdater.java:65)
at de.pdinklag.mcstats.cli.MinecraftStatsCLI.main(MinecraftStatsCLI.java:45)
The text was updated successfully, but these errors were encountered:
From a quick look I cannot tell what's wrong, none of the involved variables should ever become null. I will try to add some more logging here in the scope of #251 so we can see what's going on. Until then, I suggest you downgrade to 3.3.0.
(The time gap between 3.3.1 and the next release will not be that long)
failed to write database
java.lang.NullPointerException
at de.pdinklag.mcstats.Updater.lambda$run$23(Updater.java:692)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at de.pdinklag.mcstats.Updater.run(Updater.java:691)
at de.pdinklag.mcstats.cli.CLIUpdater.run(CLIUpdater.java:65)
at de.pdinklag.mcstats.cli.MinecraftStatsCLI.main(MinecraftStatsCLI.java:45)
The text was updated successfully, but these errors were encountered: