2024-07-10, 06:04 PM
(2024-07-10, 05:54 PM)TheDreadPirate Wrote: Interesting. I will give this a try.
I remembered a problem a long time ago with the Restart button and Reports.
When this post showed up, I activated the Reports plugin to test and it failed with the same error message.
Code:
[2024-07-10 13:27:46.321 -04:00] [FTL] [11] Main: Error while starting server
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Emby.Server.Implementations.Data.SqliteExtensions.Execute(SqliteConnection sqliteConnection, String commandText)
at Emby.Server.Implementations.Data.ManagedConnection.Execute(String commandText)
at Emby.Server.Implementations.Data.BaseSqliteRepository.Initialize()
at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize()
at Emby.Server.Implementations.ApplicationHost.InitializeServices()
at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
[2024-07-10 13:27:46.692 -04:00] [INF] [11] Main: Running query planner optimizations in the database... This might take a while
[2024-07-10 13:27:46.694 -04:00] [INF] [11] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2024-07-10 13:27:46.695 -04:00] [INF] [11] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"