Skip to content

Failed to write database #268

@cLegob

Description

@cLegob

Hello, using squaremap-paper-mc26.1.2-1.3.13, paper 26.1.2 build 63, every time the stats plugin goes to update, console is hit with this error:

java.lang.NullPointerException: Cannot invoke "de.pdinklag.mcstats.Player.getUuid()" because "player" is null
        at MinecraftStats.jar//de.pdinklag.mcstats.Updater.lambda$run$23(Updater.java:692)
        at java.base/java.lang.Iterable.forEach(Iterable.java:75)
        at MinecraftStats.jar//de.pdinklag.mcstats.Updater.run(Updater.java:691)
        at MinecraftStats.jar//de.pdinklag.mcstats.bukkit.BukkitUpdater.run(BukkitUpdater.java:75)
        at MinecraftStats.jar//de.pdinklag.mcstats.bukkit.BukkitUpdateTask.run(BukkitUpdateTask.java:17)
        at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78)
        at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
        at java.base/java.lang.Thread.run(Thread.java:1474)

Not sure what the cause may be other than some update breaking it - everything was working until we updated the server. Restarts didn't fix it either.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions