Just like the title say, we've had this error on a single episode, blocking a script that fetches data from Trakt.
Calling the url https://api.trakt.tv/search/tmdb/3042827?id_type=episode with something like
Looks like there was a duplicate episode behind the scenes with the same TMDB ID that was breaking this. Also, you should use ?type=episode (not id_type)
Just like the title say, we've had this error on a single episode, blocking a script that fetches data from Trakt. Calling the url
https://api.trakt.tv/search/tmdb/3042827?id_type=episode
with something likereturns
Let me know if I can add or try something. Thanks in advance.