• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Announcements Project Announcements New Jellyfin Server/Web release: 10.11.0

    Pages (4): « Previous 1 2 3 4

     
    • 1 Vote(s) - 5 Average

    New Jellyfin Server/Web release: 10.11.0

    SkullOne
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #31
    3 hours ago
    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.
    Iskelderon
    Offline

    Member

    Posts: 80
    Threads: 21
    Joined: 2024 Feb
    Reputation: 1
    Country:Germany
    #32
    3 hours ago
    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.
    In case of troubleshooting context:
    Always latest stable installed on Win 11 Pro driven by Ryzen 7 5700X 8-core with 32GB and an RTX 3060.
    MegaUltraGigaChad
    Offline

    Junior Member

    Posts: 11
    Threads: 2
    Joined: 2023 Jul
    Reputation: 2
    #33
    3 hours ago (This post was last modified: 2 hours ago by MegaUltraGigaChad. Edited 1 time in total.)
    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
    Seraph4
    Offline

    Junior Member

    Posts: 8
    Threads: 0
    Joined: 2024 Dec
    Reputation: 0
    Country:Brazil
    #34
    2 hours ago
    Great Job, Thanks
    TaikoToaster
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Sep
    Reputation: 0
    Country:Germany
    #35
    2 hours ago
    Had to add the local Docker container IP to the known proxies to stop it from spamming the log, otherwise the upgrade went fine.
    Revv23
    Offline

    Member

    Posts: 88
    Threads: 7
    Joined: 2023 Jun
    Reputation: 0
    #36
    2 hours ago (This post was last modified: 1 hour ago by Revv23. Edited 1 time in total.)
    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!
    matt1984
    Online

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United Kingdom
    #37
    1 hour ago (This post was last modified: 15 minutes ago by matt1984. Edited 1 time in total.)
    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
    lleto
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    #38
    1 hour ago (This post was last modified: 1 hour ago by lleto. Edited 1 time in total.)
    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.<Main>(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.<Main>(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!
    hugefinfan
    Online

    Junior Member

    Posts: 27
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #39
    28 minutes ago (This post was last modified: 26 minutes ago by hugefinfan. Edited 3 times in total.)
    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!
    Pages (4): « Previous 1 2 3 4

    « Next Oldest | Next Newest »

    Users browsing this thread: 3 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode