-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Exception: GameProfile name and skin name do not match. #1410
Labels
Comments
Brokkonaut
changed the title
GameProfile name and skin name do not match.
Exception: GameProfile name and skin name do not match.
Feb 16, 2018
Can you post the npc savedata for that NPC? |
|
Looks like the user had name |
I guess the question is when to expire the cache. |
mcmonkey4eva
added
Bug Report
A bug was reported.
Work To Do
Development team has work to do on this issue.
labels
Oct 12, 2018
For now I have changed the exception to a debug message. Need to see what impact that has. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Since updating citizens I get the following exception
[05:04:48 WARN]: [Citizens] Task #465 for Citizens v2.0.22-SNAPSHOT (build 1503) generated an exception
java.lang.IllegalArgumentException: GameProfile name (xTICEx) and skin name (jacobus7) do not match.
at net.citizensnpcs.npc.skin.Skin.setData(Skin.java:268) ~[?:?]
at net.citizensnpcs.npc.skin.Skin.access$600(Skin.java:32) ~[?:?]
at net.citizensnpcs.npc.skin.Skin$1.onResult(Skin.java:173) ~[?:?]
at net.citizensnpcs.npc.profile.ProfileRequest$1.run(ProfileRequest.java:120) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:58) ~[patched_1.12.2.jar:git-Paper-1329]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:356) [patched_1.12.2.jar:git-Paper-1329]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:833) [patched_1.12.2.jar:git-Paper-1329]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426) [patched_1.12.2.jar:git-Paper-1329]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767) [patched_1.12.2.jar:git-Paper-1329]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) [patched_1.12.2.jar:git-Paper-1329]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
The text was updated successfully, but these errors were encountered: