Can someone explain to me why I get no result with the following query:
https://api.themoviedb.org/3/discover/movie?api_key=###&language=en-US&sort_by=revenue.desc&include_adult=false&include_video=false&page=1&with_companies=3&with_runtime.gte=60
I broke down every step of my code. The problem is with the runtime, like there is no movie from pixar with a runtime greater than 1 hour. What do you think ? Any idea ?
Thank you for your support
Michael
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת talestalker
ב-ספטמבר 19, 2019 ב-4:07אחרי חצות יום
I've edited your post to not include your API key.
As for your question - seems strange to me too. Editing some random Pixar movie and saving it apparently solves the problem. I tried it for the Cars movie and when you make your query with "&with_runtime.gte=60", it is now returned as the only result:
Perhaps @travisbell would know better
.
תגובה מאת Travis Bell
ב-ספטמבר 30, 2019 ב-10:45לפני חצות יום
Hi guys,
Yes, it seems like this is a legitimate bug. I have created a new ticket for me to look into this here. I will update this post when I get the fix pushed.
Cheers.
תגובה מאת Travis Bell
ב-נובמבר 1, 2019 ב-3:48אחרי חצות יום
I believe the runtime query issues have been fixed, please let me know if you find anymore issues.
Cheers.
תגובה מאת Ava Assistant - Movies & Shows
ב-נובמבר 2, 2019 ב-9:23לפני חצות יום
Hello,
it seems like, the runtime query does not use the region specified in the request, but takes all regions into account to filter by runtime. Is this the desired behavior?
Best regards
תגובה מאת Travis Bell
ב-נובמבר 2, 2019 ב-10:08לפני חצות יום
Yes, this is the intended behaviour. Querying runtimes does not take the requested translation into account.