Skip to content

Instantly share code, notes, and snippets.

@namiken
Created September 16, 2017 00:47
Show Gist options
  • Save namiken/d816296f8b716eb3be47d0a5b7089049 to your computer and use it in GitHub Desktop.
Save namiken/d816296f8b716eb3be47d0a5b7089049 to your computer and use it in GitHub Desktop.
[09:45:40] [Head Conversion Thread - 0/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@25e90e95[id=668762bc-cae7-497e-a908-2c54c9e16c09,name=kinako,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[spigot.jar:git-Spigot-550ebac-7019900]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:158) [spigot.jar:git-Spigot-550ebac-7019900]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:151) [spigot.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.TileEntitySkull$1.load(TileEntitySkull.java:58) [spigot.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.TileEntitySkull$1.load(TileEntitySkull.java:1) [spigot.jar:git-Spigot-550ebac-7019900]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [spigot.jar:git-Spigot-550ebac-7019900]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [spigot.jar:git-Spigot-550ebac-7019900]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [spigot.jar:git-Spigot-550ebac-7019900]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [spigot.jar:git-Spigot-550ebac-7019900]
at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [spigot.jar:git-Spigot-550ebac-7019900]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [spigot.jar:git-Spigot-550ebac-7019900]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [spigot.jar:git-Spigot-550ebac-7019900]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [spigot.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.TileEntitySkull$3.run(TileEntitySkull.java:160) [spigot.jar:git-Spigot-550ebac-7019900]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_141]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_141]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment