Finding an episode occasionally returns a badly encoded response. I've only tested this with finds by TVDb ID's. This is reproduced consistently with this API request:
https://api.themoviedb.org/3/find/445866?api_key={api_key}&external_source=tvdb_id&language=en
Which returns content that cannot be decoded (viewed in browser or code).
This does not happen to all /find requests, but it does seem consistent for specific episodes.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 🇧🇷 pt-BR
on August 8, 2022 at 7:49 AM
https://api.themoviedb.org/3/find/445866?api_key=THE_KEY&external_source=tvdb_id&language=en
Is the answer you get different from the one below ?
If it is different, please post here the answer you receive.
Reply by CollinHeist
on August 8, 2022 at 12:29 PM
When I go to that URL now I get the expected result (what you posted above). Yesterday, I was not.
The screenshot I have of the returned result is https://cdn.discordapp.com/attachments/1005451467689312336/1005684343550791740/Screen_Shot_2022-08-06_at_9.49.30_PM.jpg. The base Python error I got was
zlib.error: Error -3 while decompressing data: incorrect header check
.It looks fixed now though, as I am not able to reproduce it with any of the previously failing API requests