• 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 Media Scanning & Identification SOLVED: Errors during library scan

     
    • 0 Vote(s) - 0 Average

    SOLVED: Errors during library scan

    problem re-scanning music library
    He-who-is-tired
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Jul
    Reputation: 1
    #1
    2024-07-07, 12:07 AM
    I'm having an issue trying to get my music folder to refresh properly.  I get the errors (below) when scanning.  I can provide further logs if needed, but I'm hoping that this might be enough to at least point me in a general direction.  This log was taken with debug enabled, and it is frustrating in that there seems to be no mention of any specific item that the calls are failing for. 

    Any insight is greatly appreciated!

    release 10.9.6
    synology DS218+
    docker instance: jellyfin/jellyfin


    [2024-07-06 19:53:59.995 -04:00] [DBG] [46] MediaBrowser.Providers.Manager.ProviderManager: OnRefreshComplete cc7e13db3fa0bedeb99144e11664c3a4
    [2024-07-06 19:53:59.996 -04:00] [DBG] [45] MediaBrowser.Providers.Manager.ProviderManager: OnRefreshProgress cc7e13db3fa0bedeb99144e11664c3a4 18.035242290748897
    [2024-07-06 19:53:59.996 -04:00] [DBG] [46] Jellyfin.Plugin.Tvdb.Providers.TvdbMissingEpisodeProvider: Given input is not in ["Series", "Season", "Episode"]: "MediaBrowser.Controller.Entities.Folder"
    [2024-07-06 19:53:59.997 -04:00] [DBG] [46] Jellyfin.Plugin.Tvdb.Providers.TvdbMissingEpisodeProvider: "Missing Episode Fetcher" not enabled for "music"
    [2024-07-06 19:54:00.000 -04:00] [ERR] [46] MediaBrowser.Providers.Manager.ProviderManager: Error refreshing item
    System.InvalidOperationException: The data is NULL at ordinal 1. This method can't be called on NULL values. Check using IsDBNull before calling.
      at Microsoft.Data.Sqlite.SqliteDataRecord.GetNull[T](Int32 ordinal)
      at Microsoft.Data.Sqlite.SqliteValueReader.GetBlob(Int32 ordinal)
      at Microsoft.Data.Sqlite.SqliteDataRecord.GetCachedBlob(Int32 ordinal)
      at Microsoft.Data.Sqlite.SqliteDataRecord.GetStream(Int32 ordinal)
      at Emby.Server.Implementations.Data.SqliteItemRepository.GetItem(SqliteDataReader reader, InternalItemsQuery query, Boolean enableProgramAttributes, Boolean hasEpisodeAttributes, Boolean hasServiceName, Boolean queryHasStartDate, Boolean hasTrailerTypes, Boolean hasArtistFields, Boolean hasSeriesFields, Boolean skipDeserialization)
      at Emby.Server.Implementations.Data.SqliteItemRepository.GetItemList(InternalItemsQuery query)
      at MediaBrowser.Controller.Entities.Folder.GetActualChildrenDictionary()
      at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(IProgress
    1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_01.<<RunTasks>b__1>d.MoveNext()
    --- End of stack trace from previous location ---
      at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func
    3 task, IList1 children, IProgress1 progress, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(IProgress
    1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_01.<<RunTasks>b__1>d.MoveNext()
    --- End of stack trace from previous location ---
      at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func
    3 task, IList1 children, IProgress1 progress, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(IProgress
    1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_01.<<RunTasks>b__1>d.MoveNext()
    --- End of stack trace from previous location ---
      at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func
    3 task, IList1 children, IProgress1 progress, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
      at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(IProgress
    1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
      at MediaBrowser.Providers.Manager.ProviderManager.RefreshCollectionFolderChildren(MetadataRefreshOptions options, CollectionFolder collectionFolder, CancellationToken cancellationToken)
      at MediaBrowser.Providers.Manager.ProviderManager.RefreshItem(BaseItem item, MetadataRefreshOptions options, CancellationToken cancellationToken)
      at MediaBrowser.Providers.Manager.ProviderManager.StartProcessingRefreshQueue()
    [2024-07-06 19:54:07.116 -04:00] [DBG] [45] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
    [2024-07-06 19:54:13.416 -04:00] [DBG] [46] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "172.17.0.1" received message: InboundWebSocketMessage`1 { Data: null, MessageType: KeepAlive, ServerId: null }
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-07-07, 12:19 AM
    Can you share your full jellyfin log via pastebin?
    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]
    He-who-is-tired
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Jul
    Reputation: 1
    #3
    2024-07-08, 06:55 PM
    It has been a couple of days, sorry, holiday break and all. Also figuring out pastebin!

    I had to break up my log into 2 entries which I hope are accessible here:
    https://pastebin.com/u/He-who-is-tired/1/YsMSit0y
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,112
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #4
    2024-07-08, 07:25 PM
    Stop Jellyfin, remove the entry below from your migrations.xml in the config folder and restart Jellyfin. Wait until the migration completes;
        <ValueTupleOfGuidString>
          <Item1>cf6fabc2-9fbe-4933-84a5-ffe52ef22a58</Item1>
          <Item2>FixAudioData</Item2>
        </ValueTupleOfGuidString>

    Source
    1
    He-who-is-tired
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Jul
    Reputation: 1
    #5
    2024-07-08, 07:45 PM
    thank you, I will try that. Is there an indicator that migration has completed?
    He-who-is-tired
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2023 Jul
    Reputation: 1
    #6
    2024-07-08, 08:13 PM
    Aaand, that worked! Wow, thank you very much!
    « 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