2024-03-05, 05:18 AM
Hi, I am running jellyfin using mac mini with m2 apple silicon, I am using the .dmg version of Jellyfin V10.8.13.
I installed a few plugins: Jellyfin.MeiamSub.Shooter, Jellyfin.MeiamSub.Thunder, Jellyfin.Plugin.MergeVersions, Jellyfin.Plugin.MetaShark, MetaTube.
The jellyfin server will crash and cannot be accessed once in a while(like daily but with random time), the process became not responding and needs to be forced exited. After that, it requires a reboot for the system in order to recover, otherwise there will be such error in the log:
I put log before crash and log after crash in the attachment, plase help and see if there is problem with a plugin or just a random bug?
I installed a few plugins: Jellyfin.MeiamSub.Shooter, Jellyfin.MeiamSub.Thunder, Jellyfin.Plugin.MergeVersions, Jellyfin.Plugin.MetaShark, MetaTube.
The jellyfin server will crash and cannot be accessed once in a while(like daily but with random time), the process became not responding and needs to be forced exited. After that, it requires a reboot for the system in order to recover, otherwise there will be such error in the log:
Code:
[2024-03-05 13:08:05.345 +08:00] [FTL] [1] Main: Error while starting server.
Busy: SQLitePCL.pretty.SQLiteException: database is locked
at SQLitePCL.pretty.SQLiteException.Throw(Int32 rc, Int32 extended, String msg)
at SQLitePCL.pretty.SQLiteException.CheckOk(sqlite3 db, Int32 rc)
at SQLitePCL.pretty.SQLiteDatabaseConnection.PrepareStatement(String sql, String& tail)
at SQLitePCL.pretty.DatabaseConnection.PrepareStatement(IDatabaseConnection This, String sql)
at SQLitePCL.pretty.DatabaseConnection.Execute(IDatabaseConnection This, String sql)
at Emby.Server.Implementations.Data.BaseSqliteRepository.GetConnection(Boolean readOnly)
at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize(SqliteUserDataRepository userDataRepo, IUserManager userManager)
at Emby.Server.Implementations.ApplicationHost.InitializeServices()
at Jellyfin.Server.Program.StartApp(StartupOptions options)
[2024-03-05 13:08:05.356 +08:00] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
[2024-03-05 13:08:05.399 +08:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2024-03-05 13:08:05.404 +08:00] [INF] [2] Main: Received a SIGTERM signal, shutting down
I put log before crash and log after crash in the attachment, plase help and see if there is problem with a plugin or just a random bug?