2024-09-30, 11:12 PM
Hey thanks for your work on this! I'm trying to get it to work but get the following error:
Should the variable JELLYFIN_CONFIG_DIR be pointing to the directory where 'jellyfin.db' is? Right now it points to '/config' but 'jellyfin.db' is at '/config/data/data/'
Or maybe something else?
Code:
Content root path: /app
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: JellySearch.Controllers.SearchController[0]
No hits, not proxying
Should the variable JELLYFIN_CONFIG_DIR be pointing to the directory where 'jellyfin.db' is? Right now it points to '/config' but 'jellyfin.db' is at '/config/data/data/'
Or maybe something else?
Jellyfin 10.9.10 [LSIO Docker] | Ubuntu 24.04 LTS | i7-12700T | 16 GB RAM | 60TB Storage