i am using tmdb api for building my android app. when i queried for playing now it gives a list of movies but the release date of movie logan is showing wrong
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од lineker
дана 26. фебруар 2017. у 7:52 AM
What country are you looking at and what release date are you seeing? At a quick glance all appeared to be fine with the entry. I just added a missing premiere release date for Germany.
Одговор од sandeep7644
дана 27. фебруар 2017. у 1:27 AM
I am looking for india and it is showing that release data of movie logan is 24-02-2017 but it is 03-03-2017 also in upcoming movies logan release date is showing wrong. When i search in website it is showing correct date but when i search though api it shows wrong date
https://api.themoviedb.org/3/movie/now_playing?api_key=###&language=en-US&page=1®ion=in
above is the url by which m querrying data.
Одговор од lineker
дана 27. фебруар 2017. у 4:36 AM
I can't help you with the API issue, but I can say that the release date for India is added correctly (03-03-2017). You must have gotten the first theatrical release added, which was incorrect. I hope someone else can help you with why you get the wrong release date.
Одговор од Prithu
дана 27. фебруар 2017. у 6:51 AM
I don't think its okay for you to reveal your api key? You can instead copy the data onto pastebin.
Одговор од lineker
дана 27. фебруар 2017. у 6:52 AM
You are correct Prithu. It used to be hidden by default. I have to set this report to private now.
Одговор од Travis Bell
дана 27. фебруар 2017. у 11:31 AM
Hi @sandeep7644
There's something changing
re
on me. Ignore that problem, I'm looking into it.Using your query:
Logan won't show at all since it's outside of the
maximum
date of March 1. But, if you switch to upcoming:You'll see it's the first result with a date of 2017-03-01.
Одговор од sandeep7644
дана 27. фебруар 2017. у 3:31 PM
yeah first result is showing date of 2017-03-01 but the date for Us and India 2017-03-03 so why it is showing 2017-03-01.
Одговор од Travis Bell
дана 27. фебруар 2017. у 3:43 PM
Sorry, I mis-understood a small part of that.
Region is case sensitive:
Now, you're probably going to see Logan flip flop between those two lists right now, I am aware of that bug but am not sure on a timeline to fix it. In any case, you will see it has the correct release date.
Одговор од sandeep7644
дана 27. фебруар 2017. у 3:46 PM
Thank you sir for helping.