-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I am unable to perform lookups on the database with the latest CoreProtect plugin (v21.1)
CoreProtect added new features to v21, so I think this may of broke something.
I get "Unknown error occured." and this json response while performing any lookups:
[{"time":1647562270.447199,"flags":5,"status":-1,"duration":0.06136584281921387}]
Could it be a sqlite3 error? The server is Apache on Debian linux. I have multiple Minecraft servers with CoreProtect. I am still able to perform lookup on one server I am hosting, the others do not work.
What is strange is I copied the the database.db that did not work on linux to my windows PC under IIS and the lookup works, so I am very puzzled as to why this no longer works on my linux machine.
Some extra logging options would be helpful for me to diagnose this problem.