• 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.3

    Pages (3): « Previous 1 2 3 Next »

     
    • 1 Vote(s) - 5 Average

    New Jellyfin Server/Web release: 10.11.3

    GreenDruid
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Mar
    Reputation: 0
    Country:Ireland
    #11
    Yesterday, 01:18 AM (This post was last modified: Yesterday, 01:41 AM by GreenDruid. Edited 1 time in total. Edit Reason: Included error from log file )
    Just had an issue after updating to 10.11.3 on Windows 11.  I was unable to access any libraries stored on my external drives but could still access libraries on an internal one. When trying to play a film the player tries to load the media but the spinning circle would just spin and nothing happens. I did access the logs and this was the error:

    [2025-11-18 01:27:29.976 +00:00] [ERR] [24] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Incorrect function. : 'F:\Media\Movies\The Adjustment Bureau (2011)\The Adjustment Bureau (2011).mkv'". URL "GET" "/Users/bb8fc2a820eb41e5ab50a643e4b56351/Items/ba12fa4f1f25dcd0d45ace4224d9b803".

    I uninstalled and reinstalled 10.11.3 a total of 3 times but unfortunately this didn’t solve the issue. In the end I uninstalled 10.11.3, deleted my Jellyfin data folder, then reinstalled 10.11.2. Everything seems to be working again.

    To try and recreate it I did upgrade again to 10.11.3 leaving the Jellyfin data folder intact and once again all media in libraries on external drives is unplayable. Downgrading to 10.11.2 allowed all media tp be played.

    Cheers for all the hard work.
    bandit8623
    Offline

    Junior Member

    Posts: 11
    Threads: 0
    Joined: 2025 Nov
    Reputation: 0
    #12
    Yesterday, 01:53 AM
    so far so good!
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,450
    Threads: 0
    Joined: 2024 Jun
    Reputation: 81
    #13
    Yesterday, 03:14 AM
    (Yesterday, 01:18 AM)GreenDruid Wrote: Just had an issue after updating to 10.11.3 on Windows 11.  I was unable to access any libraries stored on my external drives but could still access libraries on an internal one. When trying to play a film the player tries to load the media but the spinning circle would just spin and nothing happens. I did access the logs and this was the error:

    [2025-11-18 01:27:29.976 +00:00] [ERR] [24] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Incorrect function. : 'F:\Media\Movies\The Adjustment Bureau (2011)\The Adjustment Bureau (2011).mkv'". URL "GET" "/Users/bb8fc2a820eb41e5ab50a643e4b56351/Items/ba12fa4f1f25dcd0d45ace4224d9b803".

    I uninstalled and reinstalled 10.11.3 a total of 3 times but unfortunately this didn’t solve the issue. In the end I uninstalled 10.11.3, deleted my Jellyfin data folder, then reinstalled 10.11.2. Everything seems to be working again.

    To try and recreate it I did upgrade again to 10.11.3 leaving the Jellyfin data folder intact and once again all media in libraries on external drives is unplayable. Downgrading to 10.11.2 allowed all media tp be played.

    Cheers for all the hard work.

    Can you please make a bug report on GitHub: https://github.com/jellyfin/jellyfin/iss...report.yml

    Please provide as much info about the storage media(what type, filesystem, how it's connected, etc.)
    comboy
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Nov
    Reputation: 0
    Country:Germany
    #14
    Yesterday, 07:02 AM (This post was last modified: Yesterday, 09:18 AM by comboy. Edited 2 times in total.)
    ok - i have massive problems since 10.11.0

    android tv app always crashing and everything sluggish.
    11.3 seems to have finally fixed the app, as i was able to show movie/show lists without the app instantly freezing and crashing.

    still sluggish and lots of errors in the log.
    scan all freezing at 57% or not starting at all and hanging at 0%

    so I started with a fresh 11.3 install

    let it scan in all movies/shows no problems. blazing fast again and seemingly no grave errors in the log.

    added my music library - initial scan took forever but ran through without errors.

    when I now start "search for missing metadata" on the music library jellyfin crashes and reboots Slightly-frowning-face
    edit:
    did some digging
    - crash log has
    Code:
    in
    [*]MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal
    and
    Code:
    MusicArtist.ValidateChildrenInternal
    .
    [*]LimitedConcurrencyLibraryScheduler.Enqueue"
    [*]
    and
    Code:
    "System.ObjectDisposedException: Cannot access a disposed object.

    Object name: 'IServiceProvider'."

    - deactivating musicbrainz did nothing
    - setting "parallel library scans" to "1" seems to fix it (at least I'm currently at 54% scanned and no crash after the first single digit % scanned)
    - I'm also getting lot's of Auth errors:
    Code:
    "[font=monospace][color=#000000][10:07:50] [INF] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: CustomAuthentication was not authenticated. Failure me[/color]
    ssage: Invalid token.
    [10:07:50] [INF] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: CustomAuthentication was not authenticated. Failure me
    ssage: Invalid token.
    [10:07:50] [INF] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was challen
    ged.
    "[/font]
    tomstephens89
    Offline

    Member

    Posts: 55
    Threads: 13
    Joined: 2023 Aug
    Reputation: 1
    Country:United Kingdom
    #15
    Yesterday, 09:53 AM
    (Yesterday, 07:02 AM)comboy Wrote: ok - i have massive problems since 10.11.0

    android tv app always crashing and everything sluggish.
    11.3 seems to have finally fixed the app, as i was able to show movie/show lists without the app instantly freezing and crashing.

    still sluggish and lots of errors in the log.
    scan all freezing at 57% or not starting at all and hanging at 0%

    so I started with a fresh 11.3 install

    let it scan in all movies/shows no problems. blazing fast again and seemingly no grave errors in the log.

    added my music library - initial scan took forever but ran through without errors.

    when I now start "search for missing metadata" on the music library jellyfin crashes and reboots Slightly-frowning-face
    edit:
    did some digging
    - crash log has
    Code:
    in
    [*]MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal
    and
    Code:
    MusicArtist.ValidateChildrenInternal
    .
    [*]LimitedConcurrencyLibraryScheduler.Enqueue"
    [*]
    and
    Code:
    "System.ObjectDisposedException: Cannot access a disposed object.

    Object name: 'IServiceProvider'."

    - deactivating musicbrainz did nothing
    - setting "parallel library scans" to "1" seems to fix it (at least I'm currently at 54% scanned and no crash after the first single digit % scanned)
    - I'm also getting lot's of Auth errors:
    Code:
    "[font=monospace][color=#000000][10:07:50] [INF] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: CustomAuthentication was not authenticated. Failure me[/color]
    ssage: Invalid token.
    [10:07:50] [INF] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: CustomAuthentication was not authenticated. Failure me
    ssage: Invalid token.
    [10:07:50] [INF] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was challen
    ged.
    "[/font]

    [*]Sounds like symptoms of database locking.

    [*]MASSIVE database problems since 10.11.0.
    Jellyfin 10.11.3 on Bare Metal (Ubuntu 22.04 LTS, Apt Native install)
    i7 13700k, 64GB DDR5, 1TB NVME OS/APP, 8 HDD RAID0 MEDIA, 10G NIC
    jellykrabbypatty
    Offline

    Member

    Posts: 91
    Threads: 28
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #16
    Yesterday, 01:57 PM
    No noticeable differences for me, though from the changelog there were some bugs I wasn't aware of that were fixed. I still have slow library loading, slow loading on Music (Roku takes forever), Home/Video is broken when using nested folders, Books has the same issue.
    I complain about Jellyfin a lot and have no idea what I'm doing.
    gaming09
    Offline

    Member

    Posts: 83
    Threads: 27
    Joined: 2023 Jun
    Reputation: 3
    Country:United States
    #17
    Yesterday, 04:01 PM
    "other" library (for me tvshow/movie other for youtube) it still spins forever with nothing showing in the log file. Works fine in 10.10.7, i dont have logs that are least bit helpful for this, it shows zero info for that.
    Stats:
    JF running on Unraid Docker
    Library Transcoded to h265 mkv via TDARR
    Ram Drive Transcode
    5950x
    a770
    60tb
    razvan.tnk
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Nov
    Reputation: 0
    Country:Romania
    #18
    Yesterday, 05:07 PM
    (Yesterday, 01:18 AM)GreenDruid Wrote: Just had an issue after updating to 10.11.3 on Windows 11.  I was unable to access any libraries stored on my external drives but could still access libraries on an internal one. When trying to play a film the player tries to load the media but the spinning circle would just spin and nothing happens. I did access the logs and this was the error:

    [2025-11-18 01:27:29.976 +00:00] [ERR] [24] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Incorrect function. : 'F:\Media\Movies\The Adjustment Bureau (2011)\The Adjustment Bureau (2011).mkv'". URL "GET" "/Users/bb8fc2a820eb41e5ab50a643e4b56351/Items/ba12fa4f1f25dcd0d45ace4224d9b803".

    I uninstalled and reinstalled 10.11.3 a total of 3 times but unfortunately this didn’t solve the issue. In the end I uninstalled 10.11.3, deleted my Jellyfin data folder, then reinstalled 10.11.2. Everything seems to be working again.

    To try and recreate it I did upgrade again to 10.11.3 leaving the Jellyfin data folder intact and once again all media in libraries on external drives is unplayable. Downgrading to 10.11.2 allowed all media tp be played.

    Cheers for all the hard work.

    Had the exact same issue on win 11, good to see I'm not the only one. I did not even realize that it was my external media that was unplayable. But since all of it is external, nothing worked for me. Had to go back down to 10.11.2 which works fine.

    Did you open an issue for this already? I would do it myself but I did not save any of the logs.

    Cheers!
    tracker
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Nov
    Reputation: 0
    Country:United States
    #19
    Yesterday, 05:50 PM
    Hey everyone, first off huge thanks to the devs and everyone contributing, Jellyfin is awesome and keeps getting better!
    Just wanted to mention the only remaining issues I’m seeing after upgrading to the latest version:

    Some shows with virtual seasons no longer create the virtual season during a regular library scan. This mostly just applies to anime using shokofin as it doesn't use the standard "season 1" type folder structure that TV shows use. I have to do a full “Refresh metadata (replace all)” on the series manually. Spent a few days fixing all the affected shows – time-consuming, but at least it works. I'm unsure why some created virtual seasons fine the first time and why some just added the series with blank seasons.
    With thousands of collections, enabling “Group by collections” slows the library down massively. Even after dropping items per page to 20, pages still take 10–20 seconds to load (it loads eventually, but wow). This wasn’t an issue before 10.11.x for me.
    Adding items to collections via the UI just spins forever (probably because of the huge collection list). I’ve been editing the collection.xml files manually as a workaround.

    None of these break core functionality, and I have workarounds, so I’m really not complaining just reporting in case it helps. Thank you again for all the hard work!
    sabertooth3
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United States
    #20
    Yesterday, 08:21 PM
    Thanks to all who work and contribute to this, Jellyfin is a fantastic resource! I have a small issue that's started with the 10.11.1 release: my SDR videos ripped from DVDs are all transcoding on my webOS LGCX TV. They used to direct play fine, but now they transcode with a message saying that anamorphic video is not supported. 1080p HD and HDR content direct plays fine, just the 720p SDR content. Any insight on why this is happening would be much appreciated, thank you!
    Pages (3): « Previous 1 2 3 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 4 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