Zdravím, dnes jsem dal na server spigot a po restartu mi to háže chybu.. Viz dole.. Navíc mi nefungovali Citizens.. Server jsem do vyřešení dal prozatím zpět na CB.. (Verze Spigotu 1.7.5)
Ukázka jedné z chyb, bylo jich tam víc, víceméně stejných
Spoiler: zobrazit
Kód: Vybrat vše
> [07:48:11 WARN]: Couldn't look up profile properties for org.spigotmc.authlib.GameProfile@191ed740[id=40ffb372-12f6-4678-b3f2-2176bf56dd4b,name=MHF_Enderman,properties={},legacy=false]
org.spigotmc.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at org.spigotmc.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:64) ~[minecraft_server.jar:git-Spigot-1387]
at org.spigotmc.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:155) [minecraft_server.jar:git-Spigot-1387]
at org.spigotmc.HeadConverter$1.run(HeadConverter.java:120) [minecraft_server.jar:git-Spigot-1387]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_51]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
> [07:48:11 WARN]: Exception in thread "Head Conversion Thread - 24"
> [07:48:11 WARN]: java.lang.IllegalArgumentException: Empty string not allowed
> [07:48:11 WARN]: at net.minecraft.server.v1_7_R2.NBTTagString.<init>(SourceFile:14)
> [07:48:11 WARN]: at net.minecraft.server.v1_7_R2.NBTTagCompound.setString(SourceFile:80)
> [07:48:11 WARN]: at org.spigotmc.HeadConverter$1.run(HeadConverter.java:134)
> [07:48:11 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> [07:48:11 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> [07:48:11 WARN]: at java.lang.Thread.run(Thread.java:744)
> [07:48:11 WARN]: Exception in thread "Head Conversion Thread - 25"
> [07:48:11 WARN]: java.lang.IllegalArgumentException: Empty string not allowed
> [07:48:11 WARN]: at net.minecraft.server.v1_7_R2.NBTTagString.<init>(SourceFile:14)
> [07:48:11 WARN]: at net.minecraft.server.v1_7_R2.NBTTagCompound.setString(SourceFile:80)
> [07:48:11 WARN]: at org.spigotmc.HeadConverter$1.run(HeadConverter.java:134)
> [07:48:11 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> [07:48:11 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> [07:48:11 WARN]: at java.lang.Thread.run(Thread.java:744)
> [07:48:11 WARN]: Exception in thread "Head Conversion Thread - 22"
> [07:48:11 WARN]: java.lang.IllegalArgumentException: Empty string not allowed
> [07:48:11 WARN]: at net.minecraft.server.v1_7_R2.NBTTagString.<init>(SourceFile:14)
> [07:48:11 WARN]: at net.minecraft.server.v1_7_R2.NBTTagCompound.setString(SourceFile:80)
> [07:48:11 WARN]: at org.spigotmc.HeadConverter$1.run(HeadConverter.java:134)
> [07:48:11 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> [07:48:11 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> [07:48:11 WARN]: at java.lang.Thread.run(Thread.java:744)Předem děkuji za odpoveď
