• 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 Support Troubleshooting Library scanning stuck at 48% and my Jellyfin server only updates 1 movie

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Library scanning stuck at 48% and my Jellyfin server only updates 1 movie

    So I did spin up a new Jellyfin server and it is stuck at scanning 48%, and out of 100 movies only 1 is being updated in 2 hours now.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-06-17, 01:21 AM
    I don't think this is the cause of your problem, but you should have a path mapped for /cache.

    Can you turn on debugging logging?

    https://jellyfin.org/docs/general/admini...ug-logging

    Once that is enabled, rescan and select replace all metadata and replace all images for this library.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    fedonr
    Offline

    Junior Member

    Posts: 21
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    #12
    2024-06-17, 03:08 AM (This post was last modified: 2024-06-17, 04:26 AM by fedonr. Edited 2 times in total.)
    (2024-06-17, 01:21 AM)TheDreadPirate Wrote: I don't think this is the cause of your problem, but you should have a path mapped for /cache.

    Can you turn on debugging logging?

    https://jellyfin.org/docs/general/admini...ug-logging

    Once that is enabled, rescan and select replace all metadata and replace all images for this library.

    Sure I'll try that but I'll also attach new logs for your reference as there seems to be something really wrong, I faced the same issue when I spin up a new Jellyfin docker with Test Media of only 3 movies. It goes from 0 to 48% in a second and it stops suddenly after 48%, while only 1 movie is updated without metadata out of 3.

    Same with both LinuxServer Image and official once. attached logs for both, official image logs are marked as official.

    Edit: I turned on Debug logging attaching the same (done that on official Jellyfin image), getting error while uploading it as it says Max allowed 200KBs while the file is above 600KBs


    Attached Files
    .txt   jellyfintestlog.txt (Size: 51.3 KB / Downloads: 72)
    .txt   jellyfinOfficialTest.txt (Size: 43.09 KB / Downloads: 60)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2024-06-17, 01:33 PM
    You can zip the file before attaching it to a forum post.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    fedonr
    Offline

    Junior Member

    Posts: 21
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    #14
    2024-06-17, 02:00 PM
    (2024-06-17, 01:33 PM)TheDreadPirate Wrote: You can zip the file before attaching it to a forum post.

    Done, thank you. I presumed .zip won't be accepted here, so I didn't earlier. Attached a zip file below for official Jellyfin image with Debug logging.


    Attached Files
    .zip   debugJellyfinOfficial.zip (Size: 49.89 KB / Downloads: 59)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2024-06-17, 02:48 PM
    Can you check if you have DOTNET_SYSTEM_GLOBALIZATION_INVARIANT set in docker?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    fedonr
    Offline

    Junior Member

    Posts: 21
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    #16
    2024-06-17, 03:35 PM
    (2024-06-17, 02:48 PM)TheDreadPirate Wrote: Can you check if you have DOTNET_SYSTEM_GLOBALIZATION_INVARIANT set in docker?

    No I checked it doesn't exist


    Attached Files Thumbnail(s)
       
    fedonr
    Offline

    Junior Member

    Posts: 21
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    #17
    2024-06-18, 05:23 AM (This post was last modified: 2024-06-18, 07:04 AM by fedonr. Edited 1 time in total.)
    Okay, so here is how I fixed it. Jellyfin Devs can look further into it.

    So if I start Fresh and clear config each time for Fresh Jellyfin Instance, the issues stays persistent no matter the version I use, either 10.7.7, 10.8.0, 10.8.9 or 10.9.6. Library scan shows stuck at x% and suddenly stops, while only updating 1 movie without any Metadata.

    But now if I go back to 10.7.7 Fresh Install the issue was still there, but this time while upgrading 10.8.9 instead of fresh I did a dirty upgrade, keeping the config from 10.7.7, and doing that dirty upgrade somehow fixed it and I am able to scan all my libraries now, all movies are updated with all Metadata. But something here is a hit or miss. As when I upgrade to 10.9.6 (dirty upgrade) I face the same issue again, reverting back to 10.8.9 works again. I would so some more testing to see how the pattern goes and would update if there is any change.

    In short, 1 Movie updated=doesnt work, all movies updated=works

    Fresh 10.7.7 (Doesnt work), Fresh 10.8.9 (doesnt work), Fresh 10.9.6 (doesnt work)

    In Fresh 10.7.7 after first scan in 10.7.7, which would not work, do the Dirty upgrade to 10.8.9, and remove/Add the same library (works)

    In Fresh 10.7.7 after first scan in 10.7.7, which would not work, do the Dirty upgrade to 10.9.6, and remove/Add the same library (doesnt work)
    fedonr
    Offline

    Junior Member

    Posts: 21
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    #18
    2024-06-18, 12:17 PM
    From Github I was suggested this as a solution: Please try removing Aśoka and scan again

    And I'm glad to inform that it works even with the latest 10.9.6 Fresh install
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

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