Any help please!! 
Got home this evening….
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | [23:23:50] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on all interfaces
jellyfin | [23:23:51] [INF] [10] Main: Jellyfin version: 10.11.11
jellyfin | [23:23:51] [INF] [10] Main: Environment Variables: [“[JELLYFIN_DATA_DIR, /config/data]”, “[JELLYFIN_CACHE_DIR, /config/cache]”, “[JELLYFIN_CONFIG_DIR, /config]”, “[JELLYFIN_LOG_DIR, /config/log]”, “[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]”]
jellyfin | [23:23:51] [INF] [10] Main: Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”]
jellyfin | [23:23:51] [INF] [10] Main: Operating system: Ubuntu 24.04.4 LTS
jellyfin | [23:23:51] [INF] [10] Main: Architecture: X64
jellyfin | [23:23:51] [INF] [10] Main: 64-Bit Process: True
jellyfin | [23:23:51] [INF] [10] Main: User Interactive: True
jellyfin | [23:23:51] [INF] [10] Main: Processor count: 16
jellyfin | [23:23:51] [INF] [10] Main: Program data path: /config/data
jellyfin | [23:23:51] [INF] [10] Main: Log directory path: /config/log
jellyfin | [23:23:51] [INF] [10] Main: Config directory path: /config
jellyfin | [23:23:51] [INF] [10] Main: Cache path: /config/cache
jellyfin | [23:23:51] [INF] [10] Main: Temp directory path: /tmp/jellyfin
jellyfin | [23:23:51] [INF] [10] Main: Web resources path: /usr/share/jellyfin/web
jellyfin | [23:23:51] [INF] [10] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/cache` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:51] [INF] [10] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:51] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
jellyfin | [23:23:51] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
jellyfin | PRAGMA locking_mode=NORMAL;
jellyfin | PRAGMA journal_size_limit=134217728;
jellyfin | PRAGMA synchronous=1;
jellyfin | PRAGMA temp_store=2;
jellyfin |
jellyfin | [23:23:51] [INF] [10] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.
jellyfin | [23:23:51] [FTL] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | [23:23:51] [FTL] [1] Main: Unhandled Exception
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | [23:23:52] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on all interfaces
jellyfin | [23:23:52] [INF] [10] Main: Jellyfin version: 10.11.11
jellyfin | [23:23:52] [INF] [10] Main: Environment Variables: [“[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]”, “[JELLYFIN_CONFIG_DIR, /config]”, “[JELLYFIN_CACHE_DIR, /config/cache]”, “[JELLYFIN_DATA_DIR, /config/data]”, “[JELLYFIN_LOG_DIR, /config/log]”]
jellyfin | [23:23:52] [INF] [10] Main: Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”]
jellyfin | [23:23:52] [INF] [10] Main: Operating system: Ubuntu 24.04.4 LTS
jellyfin | [23:23:52] [INF] [10] Main: Architecture: X64
jellyfin | [23:23:52] [INF] [10] Main: 64-Bit Process: True
jellyfin | [23:23:52] [INF] [10] Main: User Interactive: True
jellyfin | [23:23:52] [INF] [10] Main: Processor count: 16
jellyfin | [23:23:52] [INF] [10] Main: Program data path: /config/data
jellyfin | [23:23:52] [INF] [10] Main: Log directory path: /config/log
jellyfin | [23:23:52] [INF] [10] Main: Config directory path: /config
jellyfin | [23:23:52] [INF] [10] Main: Cache path: /config/cache
jellyfin | [23:23:52] [INF] [10] Main: Temp directory path: /tmp/jellyfin
jellyfin | [23:23:52] [INF] [10] Main: Web resources path: /usr/share/jellyfin/web
jellyfin | [23:23:52] [INF] [10] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/cache` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:52] [INF] [10] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:52] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
jellyfin | [23:23:52] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
jellyfin | PRAGMA locking_mode=NORMAL;
jellyfin | PRAGMA journal_size_limit=134217728;
jellyfin | PRAGMA synchronous=1;
jellyfin | PRAGMA temp_store=2;
jellyfin |
jellyfin | [23:23:52] [INF] [10] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.
jellyfin | [23:23:53] [FTL] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | [23:23:53] [FTL] [1] Main: Unhandled Exception
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | [23:23:54] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on all interfaces
jellyfin | [23:23:54] [INF] [10] Main: Jellyfin version: 10.11.11
jellyfin | [23:23:54] [INF] [10] Main: Environment Variables: [“[JELLYFIN_CONFIG_DIR, /config]”, “[JELLYFIN_DATA_DIR, /config/data]”, “[JELLYFIN_CACHE_DIR, /config/cache]”, “[JELLYFIN_LOG_DIR, /config/log]”, “[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]”]
jellyfin | [23:23:54] [INF] [10] Main: Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”]
jellyfin | [23:23:54] [INF] [10] Main: Operating system: Ubuntu 24.04.4 LTS
jellyfin | [23:23:54] [INF] [10] Main: Architecture: X64
jellyfin | [23:23:54] [INF] [10] Main: 64-Bit Process: True
jellyfin | [23:23:54] [INF] [10] Main: User Interactive: True
jellyfin | [23:23:54] [INF] [10] Main: Processor count: 16
jellyfin | [23:23:54] [INF] [10] Main: Program data path: /config/data
jellyfin | [23:23:54] [INF] [10] Main: Log directory path: /config/log
jellyfin | [23:23:54] [INF] [10] Main: Config directory path: /config
jellyfin | [23:23:54] [INF] [10] Main: Cache path: /config/cache
jellyfin | [23:23:54] [INF] [10] Main: Temp directory path: /tmp/jellyfin
jellyfin | [23:23:54] [INF] [10] Main: Web resources path: /usr/share/jellyfin/web
jellyfin | [23:23:54] [INF] [10] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/cache` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:54] [INF] [10] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:54] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
jellyfin | [23:23:54] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
jellyfin | PRAGMA locking_mode=NORMAL;
jellyfin | PRAGMA journal_size_limit=134217728;
jellyfin | PRAGMA synchronous=1;
jellyfin | PRAGMA temp_store=2;
jellyfin |
jellyfin | [23:23:54] [INF] [10] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.
jellyfin | [23:23:55] [FTL] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | [23:23:55] [FTL] [1] Main: Unhandled Exception
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | [23:23:56] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on all interfaces
jellyfin | [23:23:56] [INF] [7] Main: Jellyfin version: 10.11.11
jellyfin | [23:23:56] [INF] [7] Main: Environment Variables: [“[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]”, “[JELLYFIN_CONFIG_DIR, /config]”, “[JELLYFIN_CACHE_DIR, /config/cache]”, “[JELLYFIN_LOG_DIR, /config/log]”, “[JELLYFIN_DATA_DIR, /config/data]”]
jellyfin | [23:23:56] [INF] [7] Main: Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”]
jellyfin | [23:23:56] [INF] [7] Main: Operating system: Ubuntu 24.04.4 LTS
jellyfin | [23:23:56] [INF] [7] Main: Architecture: X64
jellyfin | [23:23:56] [INF] [7] Main: 64-Bit Process: True
jellyfin | [23:23:56] [INF] [7] Main: User Interactive: True
jellyfin | [23:23:56] [INF] [7] Main: Processor count: 16
jellyfin | [23:23:56] [INF] [7] Main: Program data path: /config/data
jellyfin | [23:23:56] [INF] [7] Main: Log directory path: /config/log
jellyfin | [23:23:56] [INF] [7] Main: Config directory path: /config
jellyfin | [23:23:56] [INF] [7] Main: Cache path: /config/cache
jellyfin | [23:23:56] [INF] [7] Main: Temp directory path: /tmp/jellyfin
jellyfin | [23:23:56] [INF] [7] Main: Web resources path: /usr/share/jellyfin/web
jellyfin | [23:23:56] [INF] [7] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/cache` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:56] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:56] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
jellyfin | [23:23:56] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
jellyfin | PRAGMA locking_mode=NORMAL;
jellyfin | PRAGMA journal_size_limit=134217728;
jellyfin | PRAGMA synchronous=1;
jellyfin | PRAGMA temp_store=2;
jellyfin |
jellyfin | [23:23:56] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.