2024-04-03, 02:33 PM
It looks like your server hard crashed yesterday or otherwise did not shut down gracefully. And the database is borked or locked.
And since this log is from after the one you posted to sourcebin I am going to assuming that this is the current state of it.
Since it sounds like this is a fresh setup, are you ok with starting over? If so, go to C:\ProgramData\Jellyfin\Server\data and delete jellyfin.db and library.db. There may also be .wal or .journal files for jellyfin.db and library.db that you should also delete.
Code:
Busy: SQLitePCL.pretty.SQLiteException: database is locked
And since this log is from after the one you posted to sourcebin I am going to assuming that this is the current state of it.
Since it sounds like this is a fresh setup, are you ok with starting over? If so, go to C:\ProgramData\Jellyfin\Server\data and delete jellyfin.db and library.db. There may also be .wal or .journal files for jellyfin.db and library.db that you should also delete.