When I submit a request for the latest movie: http://api.themoviedb.org/3/movie/latest?api_key=#{API}", I get back a movie as expected. Currently it's "Rewind" and has an ID of 217341.
I take that ID and plug it into the movie details API: http://api.themoviedb.org/3/movie/217341?api_key=#{API}, and I get a 404 error.
Is this intended behaviour? Is there an alternative API for new movies, or is it a case of waiting for the cache to discover them?
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 27 agosto, 2013 alle 8:30PM
Hey Matthew,
There's a few little issues worth mentioning. The first is discussed here: https://www.themoviedb.org/talk/51ec5a00760ee31fca0c4ea8
The second is around collections. If the latest I'd happened to be changed to s collection, that id will also 404.
The first will be fixed when I get time to look at what the caching issue is. The second one is a much simpler fix that I just need to look at one day.
Risposta da letterboxd
il 27 agosto, 2013 alle 10:13PM
Thanks Travis. Sorry about the duplicate. I searched for 404 before I created the post, but didn't notice that ticket...
BTW - It's Grant Berridge posting here. Matthew and I share this account for Letterboxd specific stuff. I wouldn't want you to think that Matthew can't use search properly :-)
Risposta da Travis Bell
il 28 agosto, 2013 alle 9:38AM
No problem Grant.