2024-04-11, 03:42 PM
(This post was last modified: 2024-04-11, 07:22 PM by holger_kuehn. Edited 1 time in total.)
Tested the latest Unstable (jellyfin_2024040805-amd64) with a fresh install. Media scanning works fine and seem much faster then with 10.8.13, but this might be the drive used. What does not work for me is creating a collection.
When creating a collection I get a spinning wheel, and nothing else is happening in the GUI, the log shows lots of those
What should I steps test to provide a full log file via sourcebin or so?
When creating a collection I get a spinning wheel, and nothing else is happening in the GUI, the log shows lots of those
Code:
[2024-04-11 11:45:45.782 +02:00] [WRN] [8] MediaBrowser.Controller.Entities.BaseItem: Library folder "D:\JellyfinData\data\collections" is inaccessible or empty, skipping
[2024-04-11 11:45:45.785 +02:00] [WRN] [8] MediaBrowser.Controller.Entities.BaseItem: Library folder "D:\JellyfinData\data\playlists" is inaccessible or empty, skipping
[2024-04-11 11:45:45.823 +02:00] [WRN] [20] MediaBrowser.Controller.Entities.BaseItem: Library folder "D:\JellyfinData\data\collections" is inaccessible or empty, skipping
[2024-04-11 11:45:45.828 +02:00] [WRN] [20] MediaBrowser.Controller.Entities.BaseItem: Library folder "D:\JellyfinData\data\playlists" is inaccessible or empty, skipping
[2024-04-11 11:45:46.491 +02:00] [ERR] [6] MediaBrowser.Controller.Entities.BaseItem: Error refreshing folder
System.InvalidOperationException: Cannot update refresh progress of item 'Series' (48111cf153bd096b6223b9e4c99b947c) because a refresh for this item is not running
at MediaBrowser.Providers.Manager.ProviderManager.<>c__DisplayClass69_0.<OnRefreshProgress>b__0(Guid _)
at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateValueFactory)
at MediaBrowser.Providers.Manager.ProviderManager.OnRefreshProgress(BaseItem item, Double progress)
at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass64_1.<ValidateChildrenInternal2>b__0(Double innerPercent)
[2024-04-11 11:45:46.494 +02:00] [ERR] [21] MediaBrowser.Controller.Entities.BaseItem: Error refreshing folder
System.InvalidOperationException: Cannot update refresh progress of item 'Series' (48111cf153bd096b6223b9e4c99b947c) because a refresh for this item is not running
at MediaBrowser.Providers.Manager.ProviderManager.<>c__DisplayClass69_0.<OnRefreshProgress>b__0(Guid _)
at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateValueFactory)
at MediaBrowser.Providers.Manager.ProviderManager.OnRefreshProgress(BaseItem item, Double progress)
at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass64_1.<ValidateChildrenInternal2>b__0(Double innerPercent)
[2024-04-11 11:45:46.499 +02:00] [ERR] [21] MediaBrowser.Controller.Entities.BaseItem: Error refreshing folder
System.InvalidOperationException: Cannot update refresh progress of item 'Series' (20d948123a647ce898ae4bf19bba9f4e) because a refresh for this item is not running
at MediaBrowser.Providers.Manager.ProviderManager.<>c__DisplayClass69_0.<OnRefreshProgress>b__0(Guid _)
at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateValueFactory)
at MediaBrowser.Providers.Manager.ProviderManager.OnRefreshProgress(BaseItem item, Double progress)
at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass64_1.<ValidateChildrenInternal2>b__0(Double innerPercent)
What should I steps test to provide a full log file via sourcebin or so?