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
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van lineker
op 26 februari 2017 om 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.
Reactie van sandeep7644
op 27 februari 2017 om 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.
Reactie van lineker
op 27 februari 2017 om 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.
Reactie van Prithu
op 27 februari 2017 om 6:51 AM
I don't think its okay for you to reveal your api key? You can instead copy the data onto pastebin.
Reactie van lineker
op 27 februari 2017 om 6:52 AM
You are correct Prithu. It used to be hidden by default. I have to set this report to private now.
Reactie van Travis Bell
op 27 februari 2017 om 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.
Reactie van sandeep7644
op 27 februari 2017 om 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.
Reactie van Travis Bell
op 27 februari 2017 om 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.
Reactie van sandeep7644
op 27 februari 2017 om 3:46 PM
Thank you sir for helping.