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?
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Искате ли да го оцените или добавите към списък?
Нямате профил?
Отговор от Travis Bell
на 27 август 2013 в 8:30 PM
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.
Отговор от letterboxd
на 27 август 2013 в 10:13 PM
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 :-)
Отговор от Travis Bell
на 28 август 2013 в 9:38 AM
No problem Grant.