Jellyfin Forum
TVDB Scraper - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: TVDB Scraper (/t-tvdb-scraper)



TVDB Scraper - emperorjimmu - 2024-01-04

Hi, so I began to have some issues with my Anime specials, not receiving their correct order (end of season, etc.). After investigation, I found out it's TVDB that's not working.

I'm getting the following -

[2024-01-05 00:43:09.711 +02:00] [ERR] [70] Jellyfin.Plugin.Tvdb.Providers.TvdbEpisodeProvider: Failed to retrieve episode with id null, series id "3989451":"Fractal Androgynous"
TvDbSharper.TvDbServerException: Invalid credentials; API Key Required
  at TvDbSharper.Infrastructure.Parser.Parse[T](ApiResponse response, IReadOnlyDictionary2 errorMap)
  at TvDbSharper.Clients.AuthenticationClient.AuthenticateAsync(AuthenticationData authenticationData, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Tvdb.TvdbClientManager.GetTvDbClient(String language)
  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.GetEpisodeTvdbId(Int32 seriesTvdbId, EpisodeQuery episodeQuery, String language, CancellationToken cancellationToken)
  at Jellyfin.Plugin.Tvdb.Providers.TvdbEpisodeProvider.GetEpisode(EpisodeInfo searchInfo, CancellationToken cancellationToken)

Please advise.

Thanks!


RE: TVDB Scraper - tmsrxzar - 2024-01-04

dashboard -> plugins -> tvdb -> api key

OG4V3YJ3FAP7FP2K


RE: TVDB Scraper - emperorjimmu - 2024-01-05

Thanks, it worked!