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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de lineker
le 26 février 2017 à 07h52
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.
Réponse de sandeep7644
le 27 février 2017 à 01h27
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.
Réponse de lineker
le 27 février 2017 à 04h36
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.
Réponse de Prithu
le 27 février 2017 à 06h51
I don't think its okay for you to reveal your api key? You can instead copy the data onto pastebin.
Réponse de lineker
le 27 février 2017 à 06h52
You are correct Prithu. It used to be hidden by default. I have to set this report to private now.
Réponse de Travis Bell
le 27 février 2017 à 11h31
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.
Réponse de sandeep7644
le 27 février 2017 à 15h31
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.
Réponse de Travis Bell
le 27 février 2017 à 15h43
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.
Réponse de sandeep7644
le 27 février 2017 à 15h46
Thank you sir for helping.