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

Couldn't look up profile properties issue #329

Open
sanegaming opened this issue Jul 2, 2022 · 9 comments
Open

Couldn't look up profile properties issue #329

sanegaming opened this issue Jul 2, 2022 · 9 comments
Labels
bug Something isn't working

Comments

@sanegaming
Copy link

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

@Camotoy
Copy link
Member

Camotoy commented Jul 5, 2022

This has to do with looking up player heads. It's safe to ignore, and is technically a Floodgate issue.

@ijgeoffrey
Copy link

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.

@sanegaming
Copy link
Author

This has to do with looking up player heads. It's safe to ignore, and is technically a Floodgate issue.

Isn't this the floodgate github?

@Konicai
Copy link
Member

Konicai commented Jan 18, 2023

Yes. This is the right place - its a Floodgate issue

@hedrizzle
Copy link

hedrizzle commented Dec 6, 2023

Still open the Issue on 1.20.2 Purpur: https://pastebin.com/XVpaxQRB
Geyser-Dumb: https://dump.geysermc.org/isTMAE7FJQbRaM3P207VL91dphN6UOh0

@hedrizzle
Copy link

@sanegaming @Camotoy @ijgeoffrey @Konicai

I just found the solution!

i bet you guys are all on Windows Server, right?
Exlude in Windows Defender your minecraft server folder and no error in logs anymore! you're welcome xD

@Konicai
Copy link
Member

Konicai commented Dec 6, 2023

The specific error you had isn't related to this issue

Please avoid pinging everyone in a conversation

@hedrizzle
Copy link

hm, ok, maybe not but the solution for me is still working with excluding it from windows defender. maybe someone will help this comment.
sorry for pinging everyone, it was my first post ever on github.

@MatinHQ
Copy link

MatinHQ commented Mar 4, 2024

Still no solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants