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לפני חצות יום
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לפני חצות יום
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לפני חצות יום
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לפני חצות יום
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לפני חצות יום
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לפני חצות יום
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אחרי חצות יום
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אחרי חצות יום
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אחרי חצות יום
Thank you sir for helping.