MrTigreroux / TigerReports

Spigot plugin to manage player reports.
16 stars 16 forks source link

Failed Bungeecord Notifications #128

Closed nicholasveronico closed 1 year ago

nicholasveronico commented 1 year ago

Hello!

I am getting the following occasional error:

[01:01:32 ERROR]: [TigerReports] An error has occurred when processing a BungeeCord notification: java.lang.IllegalArgumentException: Invalid UUID string: null at java.util.UUID.fromString(UUID.java:215) ~[?:?] at fr.mrtigreroux.tigerreports.managers.BungeeManager.processPluginNotification(BungeeManager.java:867) ~[?:?] at fr.mrtigreroux.tigerreports.managers.BungeeManager.onPluginMessageReceived(BungeeManager.java:554) ~[?:?] at org.bukkit.plugin.messaging.StandardMessenger.dispatchIncomingMessage(StandardMessenger.java:427) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.PlayerConnection.a(SourceFile:2477) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload.a(SourceFile:39) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.PacketPlayInCustomPayload.a(SourceFile:18) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.PlayerConnectionUtils.lambda$ensureMainThread$0(SourceFile:52) ~[spigot.jar:git-iSpigot-PaperEdition] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?] at org.imanity.imanityspigot.final .cD.run(Unknown Source) ~[spigot.jar:git-iSpigot-PaperEdition] at org.imanity.imanityspigot.final .cB.executeTask(Unknown Source) ~[spigot.jar:git-iSpigot-PaperEdition] at org.imanity.imanityspigot.final .cC.executeTask(Unknown Source) ~[spigot.jar:git-iSpigot-PaperEdition] at org.imanity.imanityspigot.final .cB.executeNext(Unknown Source) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.MinecraftServer.executeNext(SourceFile:1921) ~[spigot.jar:git-iSpigot-PaperEdition] at org.imanity.imanityspigot.final .cB.awaitTasks(Unknown Source) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.MinecraftServer.sleepForTick(SourceFile:1894) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.MinecraftServer.run(SourceFile:831) ~[spigot.jar:git-iSpigot-PaperEdition] at java.lang.Thread.run(Thread.java:829) [?:?]

It happens only once after the server restarts when a staff member joins.

Thanks in advance!

MrTigreroux commented 1 year ago

Hi,

Thank you for reporting this error, I think that I found the cause and will fix it in the next version.

MrTigreroux commented 1 year ago

This error should be fixed in the new version 5.1.3. Please tell me if it's not the case. Thank you again for reporting it.