Hi! there is also another strange thing that happend: if i make this call (with a string value in MOVIE ID) the api return a result
WORKING: http://api.themoviedb.org/3/movie/205223S?api_key=KEY NOT WORKING: http://api.themoviedb.org/3/movie/205223?api_key=KEY
And if i make the call with the string i get DIFFERENT result for movies:
WITH STRING: 2052221x {"adult":false,"backdrop_path":null,"belongs_to_collection":null,"budget":0,"genres":[],"homepage":null,"id":205221,"imdb_id":"tt0111030","original_title":"Rugged Gold","overview":null,"popularity":0.0,"poster_path":"/tovVMzoVP15Hfhd46MBLnGJymWX.jpg","production_companies":[],"production_countries":[{"iso_3166_1":"CA","name":"Canada"},{"iso_3166_1":"NZ","name":"New Zealand"}],"release_date":"1994-12-10","revenue":0,"runtime":null,"spoken_languages":[{"iso_639_1":"en","name":"English"}],"status":"Released","tagline":null,"title":"Rugged Gold","vote_average":0.0,"vote_count":0}
WITH 205221: {"adult":false,"backdrop_path":null,"belongs_to_collection":null,"budget":0,"genres":[],"homepage":null,"id":205221,"imdb_id":"tt0111030","original_title":"Rugged Gold","overview":null,"popularity":0.0,"poster_path":null,"production_companies":[],"production_countries":[{"iso_3166_1":"CA","name":"Canada"},{"iso_3166_1":"NZ","name":"New Zealand"}],"release_date":"1994-12-10","revenue":0,"runtime":null,"spoken_languages":[],"status":"Released","tagline":null,"title":"Rugged Gold","vote_average":0.0,"vote_count":0}
Sorry for my bad english :)
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 Travis Bell
on July 4, 2013 at 12:26 PM
Someone probably tried to request that ID before it existed and the null response got cached. Wait ~24 hours for the cache expire and try again.
Reply by Monteduro
on July 4, 2013 at 12:37 PM
Uh, the cache! thanks Travis!