SQLite Error 14: 'unable to open database file'.
I'm trying to get this running on an Unraid server. Running docker Jellyfin 10.9.9 at lscr.io/linuxserver/jellyfin This sounds like great improvement and I would love to get this running. Thank you!
fail: JellySearch.Jobs.IndexJob[0]
SQLite Error 14: 'unable to open database file'.
fail: JellySearch.Jobs.IndexJob[0]
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
at Microsoft.Data.Sqlite.SqliteConnection.Open()
at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at JellySearch.Jobs.IndexJob.Execute(IJobExecutionContext context) in /builds/DomiStyle/jellysearch/src/JellySearch/Jobs/IndexJob.cs:line 57
info: Microsoft.Hosting.Lifetime[0]
Application is shutting down...