[PR #3632] tvdb: Log path on lookup errors #9641

Closed
opened 2026-02-07 06:05:52 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3632

State: closed
Merged: Yes


Changes

If the (tvdb) lookup fails (due to a bad id in an nfo file for example), then
we have no indication of which directory failed, so the user can not
fix the problem.

Now we include the path in the logger error message such as:

MediaBrowser.Providers.TV.SeriesMetadataService: Error in
DummySeasonProvider for /media/x/y/z

and

MediaBrowser.Providers.Manager.ProviderManager:
TvdbSeriesImageProvider failed in GetImageInfos for type Series for
/media/x/y/z

Issues

I did not raise an issue (or add to Contributors) since the change is minor.

The problem occurred for me since my nfo file had been written referencing
a series that had later been removed from tvdb.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3632 **State:** closed **Merged:** Yes --- **Changes** If the (tvdb) lookup fails (due to a bad id in an nfo file for example), then we have no indication of which directory failed, so the user can not fix the problem. Now we include the path in the logger error message such as: ``` MediaBrowser.Providers.TV.SeriesMetadataService: Error in DummySeasonProvider for /media/x/y/z ``` and ``` MediaBrowser.Providers.Manager.ProviderManager: TvdbSeriesImageProvider failed in GetImageInfos for type Series for /media/x/y/z ``` **Issues** I did not raise an issue (or add to Contributors) since the change is minor. The problem occurred for me since my nfo file had been written referencing a series that had later been removed from tvdb.
OVERLORD added the pull-request label 2026-02-07 06:05:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9641