Think I have found the bug/issue.
In the episode.nfo there is this:
Code:
<id>89051</id>
<uniqueid default="false" type="tvdb">89051</uniqueid>
<uniqueid default="true" type="imdb">tt0024756</uniqueid>
Then in the debug log it is finding the unique
tvdb id, but it is calling the themoviedb API with that ID
See line 470 in the debug log
Code:
2023-01-20 14:35:22.102 T:5882 DEBUG <general>: [metadata.tvshows.themoviedb.org.python (1.4.18)]: <uniqueid.+?type="(tvdb|imdb)".*?>([t\d]+?)</uniqueid>
2023-01-20 14:35:22.104 T:5882 DEBUG <general>: [metadata.tvshows.themoviedb.org.python (1.4.18)]: match group 1: tvdb
2023-01-20 14:35:22.104 T:5882 DEBUG <general>: [metadata.tvshows.themoviedb.org.python (1.4.18)]: match group 2: 89051
2023-01-20 14:35:22.105 T:5882 DEBUG <general>: [metadata.tvshows.themoviedb.org.python (1.4.18)]: Calling URL "https://api.themoviedb.org/3/find/89051?api_key=af3a53eb387d57fc935e9128468b1899&language=nl-NL&external_source=tvdb_id"
Don't really understand why it is trying to fetch that data while all info is in the nfo file for this episode and other ones are working while the have the same information