Hello, i'm having problems with the API and this may be a major issue. Today is 20/Feb/2017 and when I call https://api.themoviedb.org/3/movie/now_playing?api_key=[MY_DEV_APIKEY]&language=pt-BR&page=1®ion=BR the movie ID 376867 returns, but it's release date is 23/Feb/2017. This doesn't happen every call, it's a bit random.
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 20. Februar 2017 um 15:34
I have another open post about this but couldn't find it... anyways, I believe there's a date/time rounding problem at a very low level that is making the date alternate between "this Wednesday" and "next Wednesday".
It's kind of a complicated issue though which is why it's not just a simple fix. Any who, I'm aware of it.
Upcoming and now playing are both just pre-made discover queries though, so if you want to build a custom date range, you can do that and replicate everything else about these methods yourself.
Antwort von fmilioni
am 20. Februar 2017 um 16:01
I'll try with discovery. Thanks for your time!