2023-08-22, 12:18 PM
(This post was last modified: 2023-08-22, 01:19 PM by drnickriviera. Edited 1 time in total.
Edit Reason: Task Manager snip added
)
Hi all. I hope you can help me with this problem. I've been using Jellyfin for a few years now with no issues - but I'm not a power-user by any means. I started having some problems with my database (constant spinning circle for days) after having to move my media after a lightning strike took out a computer. Eventually I decided to start from scratch. I totally removed Jellyfin and its install directories and installed version 10.8.10 using the Windows installer.
Now HALF OF THE TIME when Jellyfin starts up it immediately crashes. Basically, Jellyfin starts, immediately crashes, click OK, exit Jellyfin from the tray and restart from the icon and it works fine from that point (although I think if you start stop it again you have to go through the same crash/no crash procedure).
There are no entries in the Jellyfin log but the Windows Event Log shows the following. Does anyone know why this issue is sporadic, more importantly, how to fix it? It's not the end of the world but I'd like to see it go back to working flawlessly. Thanks in advance.
Application: jellyfin.exe
CoreCLR Version: 6.0.1623.17311
.NET Version: 6.0.16
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.Data.Sqlite.SqliteException (0x80004005):
SQLite Error 8: 'attempt to write a readonly database'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32
rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior
behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject
parameterObject)
at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRaw(DatabaseFacade
databaseFacade, String sql, IEnumerable`1 parameters)
at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRaw(DatabaseFacade
databaseFacade, String sql, Object[] parameters)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
Now HALF OF THE TIME when Jellyfin starts up it immediately crashes. Basically, Jellyfin starts, immediately crashes, click OK, exit Jellyfin from the tray and restart from the icon and it works fine from that point (although I think if you start stop it again you have to go through the same crash/no crash procedure).
There are no entries in the Jellyfin log but the Windows Event Log shows the following. Does anyone know why this issue is sporadic, more importantly, how to fix it? It's not the end of the world but I'd like to see it go back to working flawlessly. Thanks in advance.
Application: jellyfin.exe
CoreCLR Version: 6.0.1623.17311
.NET Version: 6.0.16
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.Data.Sqlite.SqliteException (0x80004005):
SQLite Error 8: 'attempt to write a readonly database'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32
rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior
behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject
parameterObject)
at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRaw(DatabaseFacade
databaseFacade, String sql, IEnumerable`1 parameters)
at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRaw(DatabaseFacade
databaseFacade, String sql, Object[] parameters)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)