Error checking questsSolved
17:04 [Info] [Quests] Error checking quests for 8298504
17:04 [Info] [Quests] Error checking quests for 8298504
17:04 [Info] [Quests] Error checking quests for 8298504
17:04 [Info] [Quests] Error checking quests for 5099918
17:04 [Info] [Quests] Error checking quests for 5099918
17:04 [Info] [Quests] Error checking quests for 5099918
17:04 [Info] [Quests] Error checking quests for 2508821
17:04 [Info] [Quests] Error checking quests for 2508821

can you explain how to debug this please?

same here 
i get the same. 

(12:06:41) | [Quests] Error checking quests for 4898615
(12:06:41) | [Quests] Error checking quests for 4898615
(12:06:41) | [Quests] Error checking quests for 4898615

thats all of them, ive tried thinking what the numbers could be.. but no idea lol, its a pretty fresh server..

Yeah, I had the same? Probably something to do with the logs? I have deleted my logs previously, then restarted the server. Not sure. Any ideas? Thanks in advance. :)

Last plugin update was about a year ago...

this error occurs when the quests for a player could not be loaded.
The number behind is a player ID.

I already tryed to reach the plugin owner, i have some fixes for the plugin.

This is the code section:

private bool hasQuests(ulong player)
        {
            try
            {
                if(PlayerProgress.ContainsKey(player))
                {
                    return true;
                }
                return false;
            }
            catch
            {
                Puts($"Error checking quests for {player}");
                return false;
            }
        }​

Oh wow, thanks so much! Much appreciated man!!! @)

But @xTheLastPhoenix i just claimed and updated the plugin with a working default chat so please downlaod the new version

Locked automatically