You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the specific series number from thetvdb that I input in "identify". The UI shows the correct series name, albeit without the cover art, which I then choose. When everything is done refreshing, I still get old incorrect match. Looking at the logs, it says that the series ID doesn't exist even though I have even looked up and matched the exact ID. Correct ID is 97201, but it still shows data for 80352.
[2022-06-19 11:13:56.482 -07:00] [INF] Setting provider id's to item 524aad47-69ae-4597-a623-52d42e32db6e-"Life (2007)": "{\"Tvdb\":\"97201\"}"
[2022-06-19 11:13:57.679 -07:00] [ERR] "TvdbSeriesImageProvider" failed in GetImageInfos for type "Series" at "/mnt/videos/Other/Japanese TV shows/LIFE"
TvDbSharper.TvDbServerException: The given series ID does not exist; Resource not found
at TvDbSharper.Infrastructure.Parser.Parse[T](ApiResponse response, IReadOnlyDictionary`2 errorMap)
at TvDbSharper.Clients.SeriesClient.GetImagesSummaryAsync(Int32 seriesId, CancellationToken cancellationToken)
at Jellyfin.Plugin.Tvdb.TvdbClientManager.<>c__DisplayClass24_0`1.<<TryGetValue>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func`2 factory)
at Jellyfin.Plugin.Tvdb.TvdbClientManager.GetImageKeyTypesForSeriesAsync(Int32 tvdbId, String language, CancellationToken cancellationToken)+MoveNext()
at Jellyfin.Plugin.Tvdb.TvdbClientManager.GetImageKeyTypesForSeriesAsync(Int32 tvdbId, String language, CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Jellyfin.Plugin.Tvdb.Providers.TvdbSeriesImageProvider.GetImages(BaseItem item, CancellationToken cancellationToken)
at Jellyfin.Plugin.Tvdb.Providers.TvdbSeriesImageProvider.GetImages(BaseItem item, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, String preferredLanguage, Boolean includeAllLanguages, CancellationToken cancellationToken, Nullable`1 type)
The text was updated successfully, but these errors were encountered:
I have the specific series number from thetvdb that I input in "identify". The UI shows the correct series name, albeit without the cover art, which I then choose. When everything is done refreshing, I still get old incorrect match. Looking at the logs, it says that the series ID doesn't exist even though I have even looked up and matched the exact ID. Correct ID is 97201, but it still shows data for 80352.
The text was updated successfully, but these errors were encountered: