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

Error in Console #88

Closed
CloudeLecaw opened this issue Apr 29, 2021 · 5 comments
Closed

Error in Console #88

CloudeLecaw opened this issue Apr 29, 2021 · 5 comments

Comments

@CloudeLecaw
Copy link

CloudeLecaw commented Apr 29, 2021

i dont know if this is comming from gamebox but the error mentions gamebox in the last lines so i decided to inform you :)
We often have this one when the Server starts. (its just posted once when it happens on serverstart)

[06:01:37] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-629 (MC: 1.16.5) ---
[06:01:37] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
[06:01:37] [Paper Watchdog Thread/ERROR]: ------------------------------
[06:01:37] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[06:01:37] [Paper Watchdog Thread/ERROR]: ------------------------------
[06:01:37] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[06:01:37] [Paper Watchdog Thread/ERROR]: 	PID: 17 | Suspended: false | Native: true | State: RUNNABLE
[06:01:37] [Paper Watchdog Thread/ERROR]: 	Stack:
[06:01:37] [Paper Watchdog Thread/ERROR]: 		java.net.SocketInputStream.socketRead0(Native Method)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		java.net.SocketInputStream.read(SocketInputStream.java:171)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		java.net.SocketInputStream.read(SocketInputStream.java:141)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.security.ssl.InputRecord.read(InputRecord.java:503)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		java.io.BufferedInputStream.read(BufferedInputStream.java:345)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1593)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:88)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:104)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:99)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:56)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:44)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.TileEntitySkull$1.load(TileEntitySkull.java:75)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.TileEntitySkull$1.load(TileEntitySkull.java:57)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache.get(LocalCache.java:4154)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.TileEntitySkull$3.call(TileEntitySkull.java:231)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.TileEntitySkull$3.call(TileEntitySkull.java:228)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.TileEntitySkull.b(TileEntitySkull.java:247)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_16_R3.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:104)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:535)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack.asNMSCopy(CraftItemStack.java:42)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventory.setItem(CraftInventory.java:100)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		me.nikl.gamebox.utility.ItemStackUtility.getPlayerHead(ItemStackUtility.java:118)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		me.nikl.gamebox.inventory.gui.game.TopListPage.update(TopListPage.java:68)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		me.nikl.gamebox.data.toplist.TopList.updateUsers(TopList.java:70)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		me.nikl.gamebox.data.toplist.TopList.updatePlayerScores(TopList.java:42)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		me.nikl.gamebox.data.database.FileDB$2.onSuccess(FileDB.java:140)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		me.nikl.gamebox.data.database.FileDB$2.onSuccess(FileDB.java:137)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		me.nikl.gamebox.data.database.FileDB$3$1.run(FileDB.java:270)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1423)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:419)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1338)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1126)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.v1_16_R3.MinecraftServer$$Lambda$3073/1460074072.run(Unknown Source)
[06:01:37] [Paper Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:748)
[06:01:37] [Paper Watchdog Thread/ERROR]: ------------------------------
[06:01:37] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[06:01:37] [Paper Watchdog Thread/ERROR]: ------------------------------
[06:01:38] [Server thread/INFO]: [Lululand] Es sind 10 Module in der cloud

Edit: Today we had it too.

@resi23
Copy link

resi23 commented May 27, 2021

something similar with us

[Paper Watchdog Thread/ERROR] : --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-735 (MC: 1.16.5) ---
[Paper Watchdog Thread/ERROR] : The server has not responded for 10 seconds! Creating thread dump
[Paper Watchdog Thread/ERROR] : ------------------------------
[Paper Watchdog Thread/ERROR] : Server thread dump (Look for plugins here before reporting to Paper!):
[Paper Watchdog Thread/ERROR] : ------------------------------
[Paper Watchdog Thread/ERROR] : Current Thread: Server thread
[Paper Watchdog Thread/ERROR] : 	PID: 26 | Suspended: false | Native: false | State: TIMED_WAITING
[Paper Watchdog Thread/ERROR] : 	Stack:
[Paper Watchdog Thread/ERROR] : 		[email protected]/java.lang.Thread.sleep(Native Method)
[Paper Watchdog Thread/ERROR] : 		app//com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:93)
[Paper Watchdog Thread/ERROR] : 		app//com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:44)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull$1.load(TileEntitySkull.java:75)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull$1.load(TileEntitySkull.java:57)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache.get(LocalCache.java:4154)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull$3.call(TileEntitySkull.java:231)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull$3.call(TileEntitySkull.java:228)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull.b(TileEntitySkull.java:247)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:104)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:535)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack.asNMSCopy(CraftItemStack.java:42)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventory.setItem(CraftInventory.java:100)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.utility.ItemStackUtility.getPlayerHead(ItemStackUtility.java:118)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.inventory.gui.game.TopListPage.update(TopListPage.java:68)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.toplist.TopList.updateUsers(TopList.java:70)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.toplist.TopList.updatePlayerScores(TopList.java:42)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.database.MysqlDB$3.onSuccess(MysqlDB.java:312)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.database.MysqlDB$3.onSuccess(MysqlDB.java:309)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.database.MysqlDB$2$1.run(MysqlDB.java:283)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1426)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:436)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1341)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1129)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:290)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer$$Lambda$3152/0x000000080090e040.run(Unknown Source)
[Paper Watchdog Thread/ERROR] : 		[email protected]/java.lang.Thread.run(Unknown Source)
[Paper Watchdog Thread/ERROR] : ------------------------------
[Paper Watchdog Thread/ERROR] : --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[Paper Watchdog Thread/ERROR] : ------------------------------
[Paper Watchdog Thread/ERROR] : --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-735 (MC: 1.16.5) ---
[Paper Watchdog Thread/ERROR] : The server has not responded for 15 seconds! Creating thread dump
[Paper Watchdog Thread/ERROR] : ------------------------------
[Paper Watchdog Thread/ERROR] : Server thread dump (Look for plugins here before reporting to Paper!):
[Paper Watchdog Thread/ERROR] : ------------------------------
[Paper Watchdog Thread/ERROR] : Current Thread: Server thread
[Paper Watchdog Thread/ERROR] : 	PID: 26 | Suspended: false | Native: false | State: TIMED_WAITING
[Paper Watchdog Thread/ERROR] : 	Stack:
[Paper Watchdog Thread/ERROR] : 		[email protected]/java.lang.Thread.sleep(Native Method)
[Paper Watchdog Thread/ERROR] : 		app//com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:93)
[Paper Watchdog Thread/ERROR] : 		app//com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:44)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull$1.load(TileEntitySkull.java:75)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull$1.load(TileEntitySkull.java:57)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache.get(LocalCache.java:4154)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
[Paper Watchdog Thread/ERROR] : 		app//com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull$3.call(TileEntitySkull.java:231)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull$3.call(TileEntitySkull.java:228)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.TileEntitySkull.b(TileEntitySkull.java:247)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:104)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:535)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack.asNMSCopy(CraftItemStack.java:42)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventory.setItem(CraftInventory.java:100)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.utility.ItemStackUtility.getPlayerHead(ItemStackUtility.java:118)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.inventory.gui.game.TopListPage.update(TopListPage.java:68)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.toplist.TopList.updateUsers(TopList.java:70)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.toplist.TopList.updatePlayerScores(TopList.java:42)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.database.MysqlDB$3.onSuccess(MysqlDB.java:312)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.database.MysqlDB$3.onSuccess(MysqlDB.java:309)
[Paper Watchdog Thread/ERROR] : 		me.nikl.gamebox.data.database.MysqlDB$2$1.run(MysqlDB.java:283)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[Paper Watchdog Thread/ERROR] : 		app//org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1426)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:436)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1341)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1129)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:290)
[Paper Watchdog Thread/ERROR] : 		app//net.minecraft.server.v1_16_R3.MinecraftServer$$Lambda$3152/0x000000080090e040.run(Unknown Source)
[Paper Watchdog Thread/ERROR] : 		[email protected]/java.lang.Thread.run(Unknown Source)
[Paper Watchdog Thread/ERROR] : ------------------------------
[Paper Watchdog Thread/ERROR] : --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[Paper Watchdog Thread/ERROR] : ------------------------------
[11:47:27] [Server thread/INFO]: [Spielecke] Es sind 10 Module in der cloud

@CloudeLecaw
Copy link
Author

CloudeLecaw commented May 27, 2021

We Reset our database (deleted the file). This was removing the Error.
We will see if it happens aggain...

@resi23
Copy link

resi23 commented May 27, 2021

We Reset our database (deleted the file). This was removing the Error.
We will see if it happens aggain...

But that's just a workaround and not a solution to the problem. I don't want to lose the top lists and data^^

Edit: after 3 restarts in dont have this error in console :D

@CloudeLecaw
Copy link
Author

dont worry it will come back. we had it too that sometimes it does not happen

@NiklasEi
Copy link
Owner

Looks like the player head loading. Maybe related with #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants