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.
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ فوریه 20, 2017 ساعت 3: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.
پاسخ توسط fmilioni
در تاریخ فوریه 20, 2017 ساعت 4:01 ب.ض
I'll try with discovery. Thanks for your time!