Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on new CLI #250

Open
cunhar opened this issue Jul 9, 2024 · 3 comments
Open

Error on new CLI #250

cunhar opened this issue Jul 9, 2024 · 3 comments
Labels
Bug Nasty little bugs that need fixing.

Comments

@cunhar
Copy link

cunhar commented Jul 9, 2024

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
Copy link
Author

cunhar commented Jul 9, 2024

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

@pdinklag pdinklag added the Bug Nasty little bugs that need fixing. label Jul 10, 2024
@pdinklag
Copy link
Owner

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
Copy link
Author

cunhar commented Oct 23, 2024

@pdinklag you lied to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Nasty little bugs that need fixing.
Projects
None yet
Development

No branches or pull requests

2 participants