1 hour ago
Does anyone know what this log error means? Jellyfin log was printing it over and over thousands of times.
[23:19:12] [ERR] [51] Jellyfin.Plugin.Tvdb.Providers.TvdbEpisodeProvider: Failed to retrieve episode with id 0, series id 0:1707 Transylvania 6-5000
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|44_0()
at Microsoft.Extensions.Caching.Memory.CacheExtensions.TryGetValue[TItem](IMemoryCache cache, Object key, TItem& value)
at Jellyfin.Plugin.Tvdb.TvdbClientManager.GetEpisodeTvdbId(EpisodeInfo searchInfo, String language, CancellationToken cancellationToken)
at Jellyfin.Plugin.Tvdb.Providers.TvdbEpisodeProvider.GetEpisode(EpisodeInfo searchInfo, CancellationToken cancellationToken, Boolean ignoreTvdbIdField)
I disabled TVDB and it is scanning fine but I have no idea why it was going crazy like this. I am on linux so I don't know what 'Microsoft.Extensions.Caching.Memory.MemoryCache' is especially related to external media drives.
Please help!
[23:19:12] [ERR] [51] Jellyfin.Plugin.Tvdb.Providers.TvdbEpisodeProvider: Failed to retrieve episode with id 0, series id 0:1707 Transylvania 6-5000
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.Extensions.Caching.Memory.MemoryCache'.
at Microsoft.Extensions.Caching.Memory.MemoryCache.<CheckDisposed>g__Throw|44_0()
at Microsoft.Extensions.Caching.Memory.CacheExtensions.TryGetValue[TItem](IMemoryCache cache, Object key, TItem& value)
at Jellyfin.Plugin.Tvdb.TvdbClientManager.GetEpisodeTvdbId(EpisodeInfo searchInfo, String language, CancellationToken cancellationToken)
at Jellyfin.Plugin.Tvdb.Providers.TvdbEpisodeProvider.GetEpisode(EpisodeInfo searchInfo, CancellationToken cancellationToken, Boolean ignoreTvdbIdField)
I disabled TVDB and it is scanning fine but I have no idea why it was going crazy like this. I am on linux so I don't know what 'Microsoft.Extensions.Caching.Memory.MemoryCache' is especially related to external media drives.
Please help!
I complain about Jellyfin a lot and have no idea what I'm doing.

