Hi there! I'm developing a little python telegram bot using tmdb api to see where a tv series is available on different providers and countries. I tested this with different titles and it works, but apparently I'm having problems getting this to work with "Breaking Bad" specifically. Could you help me? This here is the link I use to get the providers for Breaking Bad https://api.themoviedb.org/3/tv/1396/watch/providers?api_key={myapikey}
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de streamingal
pe data de 22 februarie 2024 la ora 2:55 AM
Hi!
The request seems fine and works for me.
https://api.themoviedb.org/3/tv/1396/watch/providers?api_key=
Make you sure you delete the URL-encoding for { and } when you try it.
The result I get:
Răspuns de DBo9293
pe data de 22 februarie 2024 la ora 4:01 AM
It's the same result for me. My point is that breaking bad is available in more countries than just Taiwan
Răspuns de nor_direct_0w
pe data de 23 februarie 2024 la ora 10:21 AM
I am having the same issue. Breaking Bad is available in multiple countries but only Taiwan is returned.
Răspuns de streamingal
pe data de 27 februarie 2024 la ora 2:59 AM
The same issue is happening for other assets as well
Răspuns de nor_direct_0w
pe data de 27 februarie 2024 la ora 5:44 PM
Likewise no watch providers are listed for the following ID: 126308
It should be available on Hulu in the US and Disney+ in the UK at least.
Răspuns de DBo9293
pe data de 2 martie 2024 la ora 5:31 AM
Casa de papel also shows no results at all https://api.themoviedb.org/3/tv/71446/watch/providers?api_key={myapikey}
Răspuns de Alex Palombo
pe data de 8 martie 2024 la ora 7:45 PM
Yes, i'm also having problems here with Breaking, which is available in BR but shows nothing on API. JustWatch is ok, so it seems to be a sync problem between justwatch and tmdb