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
If Floodgate is installed on the server, and Bedrock players are online, running the /list Discord command causes an NPE.
java.lang.NullPointerException: Cannot invoke "com.mojang.authlib.yggdrasil.ProfileResult.profile()" because the return value of "com.mojang.authlib.minecraft.MinecraftSessionService.fetchProfile(java.util.UUID, boolean)" is null
at knot/de.erdbeerbaerlp.dcintegration.architectury.util.ServerInterface.getNameFromUUID(ServerInterface.java:174) ~[dcintegration-fabric-MC1.21.3-3.1.0.1.jar:?]
at knot/de.erdbeerbaerlp.dcintegration.common.discordCommands.CommandList.execute(CommandList.java:40) ~[de_erdbeerbaerlp_dcintegration_common-3.1.0-55dc154341f71a65.jar:?]
at knot/de.erdbeerbaerlp.dcintegration.common.DiscordEventListener.processDiscordCommand(DiscordEventListener.java:197) ~[de_erdbeerbaerlp_dcintegration_common-3.1.0-55dc154341f71a65.jar:?]
at knot/de.erdbeerbaerlp.dcintegration.common.DiscordEventListener.onEvent(DiscordEventListener.java:63) ~[de_erdbeerbaerlp_dcintegration_common-3.1.0-55dc154341f71a65.jar:?]
at knot/net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98) [de_erdbeerbaerlp_dcintegration_common-3.1.0-55dc154341f71a65.jar:?]
The text was updated successfully, but these errors were encountered:
As a temporary workaround until the issue is resolved, you can manually define the /list in Commands.toml to use the vanilla minecraft command like so:
If Floodgate is installed on the server, and Bedrock players are online, running the
/list
Discord command causes an NPE.The text was updated successfully, but these errors were encountered: