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 :)
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 Travis Bell
pe data de 4 iulie 2013 la ora 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.
Răspuns de Monteduro
pe data de 4 iulie 2013 la ora 12:37 PM
Uh, the cache! thanks Travis!