pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
230 stars 55 forks source link

Error on new CLI #250

Open cunhar opened 4 months ago

cunhar commented 4 months ago

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)

cunhar commented 4 months ago

i updated from v3.3.0 to v3.3.1 and now get this error

pdinklag commented 4 months ago

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)

cunhar commented 1 month ago

@pdinklag you lied to me