Jellyfin Forum
New Jellyfin Server/Web release: 10.11.0 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Announcements (https://forum.jellyfin.org/f-announcements)
+--- Forum: Project Announcements (https://forum.jellyfin.org/f-project-announcements)
+--- Thread: New Jellyfin Server/Web release: 10.11.0 (/t-new-jellyfin-server-web-release-10-11-0)

Pages: 1 2 3 4 5


RE: New Jellyfin Server/Web release: 10.11.0 - SkullOne - 2025-10-20

I can't upgrade jellyfin-server on my Ubuntu 24.04 LTS box. I run Jellyfin on bare metal.

This is the error:

The following packages have unmet dependencies:
jellyfin-server : Depends: libicu70 but it is not installable

libicu70 was the version with 22.04. I believe 24.04 is on libicu74 so the dependency needs to be updated.


RE: New Jellyfin Server/Web release: 10.11.0 - Iskelderon - 2025-10-20

Only problem on my end so far seems to be that some caches aren't working.

When I open a library, it takes up to 10 seconds for the content so a appear and trying to use "Add To Collection" took so long to generate the list that I gave up.

And that's after two restarts of the service, one for the plugin updates and one to make sure it recalculated everything it would need after I had run a full rescan again.


RE: New Jellyfin Server/Web release: 10.11.0 - MegaUltraGigaChad - 2025-10-20

It seems the update completely broke the Intro Skipper pluggin, there is no prompt to skip intro anymore

Edit : seems like it's working again after restarting scan from 0


RE: New Jellyfin Server/Web release: 10.11.0 - Seraph4 - 2025-10-20

Great Job, Thanks


RE: New Jellyfin Server/Web release: 10.11.0 - TaikoToaster - 2025-10-20

Had to add the local Docker container IP to the known proxies to stop it from spamming the log, otherwise the upgrade went fine.


RE: New Jellyfin Server/Web release: 10.11.0 - Revv23 - 2025-10-20

Edit - decided to just grind it out; with around a 20TB library took from 17:26 to 17:49. Not bad at all! Now I know to version lock LOL.


Only real bug I have found so far is that my libraries arent being displayed in dashboard, but they are still acting normally on the home page. I'm going to leave it alone but I have a feeling they wont persist for long Slightly-frowning-face



Original Post: watchtower got me last night. lesson learned... had the same activity log issue many have posted on this thread.

spent last 4 hours getting 10.10.7 back up and backed up... (my fault it took me 2 hours to realize that my error was caused by a version change, also my fault for automatically pulling updates)

now i cant decide to try right now or wait a few weeks before messing with it again. on 1 hand ive got a snapshot of the whole server ready to roll on the other i dont know if i want to do any more work today LOL.


Sounds like this will be an awesome change long term thanks team!


RE: New Jellyfin Server/Web release: 10.11.0 - matt1984 - 2025-10-20

I updated (Windows install) all seemed to be going ok but the jellyfin process closed. Reloaded and it loaded into 10.11 then went to do the full scan as advised but within a few mins the main jellyfin process closed again. Again relaunched it from the tray app and once again within a few mins it goes again. Can’t see anything in the log, the last few lines are just:

22:43:43.401 +01:00] [WRN] [34] MediaBrowser.Controller.Entities.BaseItem: Library folder "C:\ProgramData\Jellyfin\Server\data\playlists" is inaccessible or empty, skipping
[2025-10-20 22:44:04.854 +01:00] [WRN] [31] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.50.1" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
[2025-10-20 22:44:04.868 +01:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.50.1" closed

can’t see what’s wrong, all I can think is the initial time the process closed it hadn’t actually properly finished?

To go back to 10.10.7 would it just be a case of uninstalling then reinstalling the older one and popping my backup of data and config back? I’ve never had to roll back before as it’s always been so smooth

Edited to add: back on 10.10.7 now and so far seems as stable as was before. Such a shame as 10.11 seemed much faster, but just wouldn’t stay running Slightly-frowning-face - I’ll give it another go probably when a .1 is out


RE: New Jellyfin Server/Web release: 10.11.0 - lleto - 2025-10-20

I updated my docker install and got this error recurrently:

[INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
[INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True
[INF] [7] 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;

[INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
[INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
[INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
[INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 5 migrations for stage PreInitialisation.
[INF] [7] InternalCodeMigration: Perform migration 20250420000000_CreateNetworkConfiguration
[INF] [7] InternalCodeMigration: Migration 20250420000000_CreateNetworkConfiguration was successfully applied
[FTL] [1] Main: Unhandled Exception
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'LoggerFactory'.
at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
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.
(String[] args)
Unhandled exception. System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'LoggerFactory'.
at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
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.
(String[] args)

and

[FTL] [9] Main: Error while starting server
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
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 Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)



Back to 10.10.7 and waiting for a solution. I tried a clean install to test everything and it's amazing, I hope to be able to update my current installation soon. Thanks team!


RE: New Jellyfin Server/Web release: 10.11.0 - hugefinfan - 2025-10-20

I've been staring at the 'Jellyfin Server still starting. Please wait.' screen for 10+ hours on a 10th gen i5 with 64G RAM. CPU and RAM load are minimal. Is there any way to tell if this is hung or if I should keep waiting? The logs keep repeating:

.........
2025-10-20 18:48:27.300 -04:00] [WRN] [24] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "StartupCheck" with status Degraded completed after 0.0001ms with message '"Server is still starting up."'
[2025-10-20 18:48:57.339 -04:00] [WRN] [24] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "StartupCheck" with status Degraded completed after 0.0001ms with message '"Server is still starting up."'
..........

The last log before that repeated for 10 hours was:
[2025-10-20 08:47:36.720 -04:00] [INF] [7] InternalDatabaseMigration: Perform migration "20241112232041_FixMediaStreams"


library is about 50TB music movies and TV, initially built 5 + years ago. running docker container on linux.

Thanks!


I just stopped it and restored the db.old and restarted it to see if it would tell me anything different and the status is the same:

[2025-10-20 19:32:22.475 -04:00] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-20 19:32:22.478 -04:00] [INF] [7] Main: Prepare system for possible migrations
[2025-10-20 19:32:22.505 -04:00] [INF] [7] Main: A migration will attempt to modify the library.db, will attempt to backup the file now.
[2025-10-20 19:32:22.505 -04:00] [INF] [7] Main: Backing up "library.db" to "/config/data/library.db.bak6"
[2025-10-20 19:32:23.283 -04:00] [INF] [7] Main: "library.db" backed up to "/config/data/library.db.bak6"
[2025-10-20 19:32:23.283 -04:00] [INF] [7] Main: "library.db" has been backed up as "/config/data/library.db.bak6"
[2025-10-20 19:32:23.283 -04:00] [INF] [7] Main: A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
[2025-10-20 19:32:24.027 -04:00] [INF] [7] Main: Jellyfin database has been backed up as "20251020113223"
[2025-10-20 19:32:24.033 -04:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation.
[2025-10-20 19:32:24.035 -04:00] [INF] [7] InternalDatabaseMigration: Perform migration "20241112232041_FixMediaStreams"
[2025-10-20 19:32:25.841 -04:00] [WRN] [9] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "StartupCheck" with status Degraded completed after 0.6549ms with message '"Server is still starting up."'

I guess I have to run this for more than 11 hours?


RE: New Jellyfin Server/Web release: 10.11.0 - dreamon - 2025-10-20

did a fresh install from start by using the windows build but scan for my music library gets stuck at 15% and then the server shuts down itself. no matter how many times i restarted the app, the result is still the same.

and the log doesn't tell any errors for me:
Code:
[2025-10-21 02:18:18.409 +03:00] [INF] [9] Main: Startup complete 0:00:08.4758816
[2025-10-21 02:18:21.738 +03:00] [INF] [9] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 3 seconds
[2025-10-21 02:18:23.046 +03:00] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.x.x.x" request
[2025-10-21 02:18:30.831 +03:00] [INF] [21] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2025-10-21 02:18:30.834 +03:00] [INF] [21] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2025-10-21 02:18:55.948 +03:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "E:\server\music asian"
[2025-10-21 02:18:55.951 +03:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "E:\server\music"
[2025-10-21 02:18:55.955 +03:00] [INF] [23] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2025-10-21 02:18:56.489 +03:00] [WRN] [23] MediaBrowser.Controller.Entities.BaseItem: Library folder "C:\ProgramData\Jellyfin\Server\data\playlists" is inaccessible or empty, skipping
[2025-10-21 02:18:56.647 +03:00] [WRN] [16] MediaBrowser.Controller.Entities.BaseItem: Library folder "C:\ProgramData\Jellyfin\Server\data\playlists" is inaccessible or empty, skipping

the log ends there.