December 7, 2025Dec 7 Hello,since the newest Update (10.11) I fetch an error starting my JellyFin-Docker. I didn't change anything. Any guess? Maybe a bug?I am not sure but I restarted my server and the last notice in the logs is[2025-12-07 13:34:21.740 +01:00] [INF] [12] Main: Running query planner optimizations in the database... This might take a whileIs it possible that my database was corrupted because of the restart? If yes, is this fixable?Thanks in advance Edited December 7, 2025Dec 7 by Raz3r
December 8, 2025Dec 8 12 hours ago, Raz3r said:Hello,since the newest Update (10.11) I fetch an error starting my JellyFin-Docker. I didn't change anything. Any guess? Maybe a bug?I am not sure but I restarted my server and the last notice in the logs isIs it possible that my database was corrupted because of the restart? If yes, is this fixable?Thanks in advancesounds like you interrupted the migration.you can try and restore your old library and try migration again (automatic) as per the release notes: https://jellyfin.org/posts/jellyfin-release-10.11.0/ Edited December 8, 2025Dec 8 by tjb_altf4
December 8, 2025Dec 8 Hi everyone,I’m having trouble getting the Plugin Catalog to appear in Jellyfin on Unraid. No matter which container I use, the Catalog tab is missing under Dashboard → Plugins.What I’ve tried so farInstalled official Jellyfin image (jellyfin/jellyfin) – no Catalog.Installed LSIO Jellyfin container (lscr.io/linuxserver/jellyfin) – also no Catalog.Deleted /mnt/user/appdata/jellyfin fully and let Jellyfin recreate a fresh config.Confirmed networking works.Confirmed metadata and images download correctly.Permissions appear correct:PUID = 99PGID = 100What I need help withDoes Jellyfin no longer support the Plugin Catalog on Docker installs under Unraid?Is there a required folder or permission change to make the Catalogue appear?Are there known issues with the Catalog on Unraid 7.1.x?Should I be using a different container template (Binhex... etc)?Despite clean installs, the Catalog remains completely missing, even though logs show plugin manager loading correctly.If you can provide guidance or have a working setup with the Catalog visible, I would greatly appreciate your help.Thank you!
December 13, 2025Dec 13 Hello, I am having an issue setting up Tailscale with this container. It looks like there was a previous different issue about a year ago (mentioned in this thread), which presented similarly but was fixed.I am on Unraid 7.0.0 and the latest version of this container.Executing Unraid Docker Hook for Tailscale Detecting Package Manager... Detected pacman Package Manager! Installing packages... Please wait... ERROR: Installing packages! :: Synchronizing package databases... core downloading... extra downloading... warning: jq-1.8.1-1 is up to date -- reinstalling :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing aspnet-runtime (10.0.0.sdk100-1) breaks dependency 'aspnet-runtime-9.0' required by jellyfin-server ERROR: Unraid Docker Hook script throw an error! Starting container without Tailscale! Starting container...
December 13, 2025Dec 13 Im having the same issue is there any fix for this? i can no longer use tailscale with jellyfin
December 13, 2025Dec 13 2 hours ago, Polishboi88 said:Im having the same issue is there any fix for this? i can no longer use tailscale with jellyfinThe error message is clear: error: failed to prepare transaction (could not satisfy dependencies):: installing aspnet-runtime (10.0.0.sdk100-1) breaks dependency 'aspnet-runtime-9.0' required by jellyfin-server. So there appears to be a version mismatch. Usually these dependency errors go away as soon as the dependency is fulfilled. That needs someone to upload the right version of a package. So patience is needed here.
December 13, 2025Dec 13 Seems to be an Unraid problem, binhex has a fully functional container... how is Binhex supposed to anticipate what random scripts get injected by the Unraid OS?
December 14, 2025Dec 14 Hello, I'm trying to add some menu links to jellyfin using this: https://jellyfin.org/docs/general/clients/web-config/. Does anyone know where the config.json is stored for this container?
December 16, 2025Dec 16 On 12/12/2025 at 7:53 PM, Zeiat said:Hello, I am having an issue setting up Tailscale with this container. It looks like there was a previous different issue about a year ago (mentioned in this thread), which presented similarly but was fixed.I am on Unraid 7.0.0 and the latest version of this container.Executing Unraid Docker Hook for Tailscale Detecting Package Manager... Detected pacman Package Manager! Installing packages... Please wait... ERROR: Installing packages! :: Synchronizing package databases... core downloading... extra downloading... warning: jq-1.8.1-1 is up to date -- reinstalling :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing aspnet-runtime (10.0.0.sdk100-1) breaks dependency 'aspnet-runtime-9.0' required by jellyfin-server ERROR: Unraid Docker Hook script throw an error! Starting container without Tailscale! Starting container...I was able to update the container today and this appears to be fixed now.
March 9Mar 9 I am pretty new unraid and servers in general. I have uninstalled and reinstalled the Jellyfin app and checked owners/permissions. I am not sure why this is happening. The Server has been running great for months. I recently had to rebuild from a bit read error on one of my media drives and this has been happening ever since. I thought it was a corrupted file but deleting and adding new one didn't help. At this point I have completely deleted all files and clean installed the image. I also used the official Jellyfin image and did not get any errors. So I am at a loss. I have looked at quite a few treads to get this far, so any help would be greatly appreciated. Edit.... I posted this on the general unraid FAQ and the MOD told me to come here. 2026-03-07 18:51:59,963 DEBG 'jellyfin' stdout output: [18:51:59] [ERR] [7] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table'; 2026-03-07 18:51:59,963 INFO success: jellyfin entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2026-03-07 18:51:59,979 DEBG 'jellyfin' stdout output: [18:51:59] [FTL] [1] Main: Unhandled Exception Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'. at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db) at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext() at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext() 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.ExecuteScalar() at System.Data.Common.DbCommand.ExecuteScalarAsync(CancellationToken cancellationToken) --- End of stack trace from previous location --- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.ExistsAsync(CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.GetAppliedMigrationsAsync(CancellationToken cancellationToken) at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider) at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider) at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) at Jellyfin.Server.Program.StartApp(StartupOptions options) at Jellyfin.Server.Program.<Main>(String[] args) Edited March 10Mar 10 by Boringnewdad
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.