-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Couldn't look up profile properties issue #329
Comments
This has to do with looking up player heads. It's safe to ignore, and is technically a Floodgate issue. |
Nice to know that this is safe to ignore, but it's definitely very annoying as a server admin because I get about 20 of them and it buries the other data in my server console. |
Isn't this the floodgate github? |
Yes. This is the right place - its a Floodgate issue |
Still open the Issue on 1.20.2 Purpur: https://pastebin.com/XVpaxQRB |
@sanegaming @Camotoy @ijgeoffrey @Konicai I just found the solution! i bet you guys are all on Windows Server, right? |
The specific error you had isn't related to this issue Please avoid pinging everyone in a conversation |
hm, ok, maybe not but the solution for me is still working with excluding it from windows defender. maybe someone will help this comment. |
Still no solution for that? |
Is this still a problem? |
Yes, this is still a problem. |
Which server version are you using? |
I'm using 1.20.4. |
Describe the bug
The server is constantly spamming the console chat with various player profiles with the following error:
[17:56:20 WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6a736d2e[id=00000000-0000-0000-0009-01fd43ae45cf,name=.E1ectroxity,properties={},legacy=false]
java.lang.IllegalArgumentException: Name and ID cannot both be blank
at com.mojang.authlib.GameProfile.(GameProfile.java:26) ~[authlib-3.5.41.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:203) ~[authlib-3.5.41.jar:?]
at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.19.jar:git-Paper-42]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:175) ~[authlib-3.5.41.jar:?]
at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.19.jar:git-Paper-42]
at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$3(SkullBlockEntity.java:142) ~[?:?]
at net.minecraft.Util.ifElse(Util.java:460) ~[?:?]
at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$6(SkullBlockEntity.java:139) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
To Reproduce
Unsure, this server was upgraded from 1.18 to 1.19 and has had this issue since 1.19
Expected behaviour
I would expect if the profile is invalid to delete it, or automatically add the Name/ID as it is requesting.
Screenshots / Videos
No response
Server Version and Plugins
No response
Geyser Dump
https://dump.geysermc.org/rhFyiwjFn7s16YFjKlbs97t4NKiytdMf
Geyser Version
2.0.4-SNAPSHOT (git-master-f2f894b)
Minecraft: Bedrock Edition Device/Version
All devices
Additional Context
No response
The text was updated successfully, but these errors were encountered: