Yesterday, 07:10 PM
I am on an Intel Mac and seems to get something similar:
I reinstalled from a backup but now get the same results form 10.10.7 as with 10.11.0
HELP please
Code:
[2025-10-21 14:34:53.054 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/jpf/.local/share/jellyfin/cache"
[2025-10-21 14:34:53.323 -04:00] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
[2025-10-21 14:34:53.352 -04:00] [INF] [9] Main: Jellyfin version: "10.11.0"
[2025-10-21 14:34:53.354 -04:00] [INF] [9] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/jpf/.local/share/jellyfin/log]"]
[2025-10-21 14:34:53.355 -04:00] [INF] [9] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/jpf/.local/share/jellyfin"]
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Operating system: "Darwin 24.6.0 Darwin Kernel Version 24.6.0: Mon Aug 11 21:16:05 PDT 2025; root:xnu-11417.140.69.701.11~1/RELEASE_X86_64"
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Architecture: X64
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: 64-Bit Process: True
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: User Interactive: True
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Processor count: 12
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Program data path: "/Users/jpf/.local/share/jellyfin"
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Log directory path: "/Users/jpf/.local/share/jellyfin/log"
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Config directory path: "/Users/jpf/.local/share/jellyfin/config"
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Cache path: "/Users/jpf/.local/share/jellyfin/cache"
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Temp directory path: "/var/folders/p_/spvq9tw53855b2g67djscg500000gq/T/jellyfin"
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
[2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
[2025-10-21 14:34:53.369 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/Users/jpf/.local/share/jellyfin/data"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "2GB".
[2025-10-21 14:34:53.370 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/Users/jpf/.local/share/jellyfin/log"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "512MB".
[2025-10-21 14:34:53.370 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/Users/jpf/.local/share/jellyfin/cache"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "2GB".
[2025-10-21 14:34:53.370 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/Users/jpf/.local/share/jellyfin"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "2GB".
[2025-10-21 14:34:53.370 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/var/folders/p_/spvq9tw53855b2g67djscg500000gq/T/jellyfin"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "2GB".
[2025-10-21 14:34:53.375 -04:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/jpf/.local/share/jellyfin/cache"
[2025-10-21 14:34:53.462 -04:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=/Users/jpf/.local/share/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True"
[2025-10-21 14:34:53.471 -04:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-21 14:34:53.472 -04:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-21 14:34:53.517 -04:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
[2025-10-21 14:34:53.525 -04:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.
[2025-10-21 14:34:54.464 -04:00] [FTL] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
[2025-10-21 14:34:54.470 -04:00] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
I reinstalled from a backup but now get the same results form 10.10.7 as with 10.11.0
HELP please