So when I login to the server on mc, it gives me a huge error in the console:
Code
[02:19:07] [Head Conversion Thread - 0/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1f5427ab[id=28c88a77-31f6-4d27-927e-ef90878ead0c,name=Altruis_,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:79) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.TileEntitySkull$1.load(TileEntitySkull.java:76) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.TileEntitySkull$1.load(TileEntitySkull.java:1) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.TileEntitySkull$3.run(TileEntitySkull.java:201) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_121]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_121]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Display More
I tried reading through the stacktrace but all I see is "sent too many requests." Does that mean I tried logging in too fast? I only logged in once, so I'm not sure what it means.