https://api.themoviedb.org/3/movie/now_playing?region=tr&page=1
and
https://api.themoviedb.org/3/movie/upcoming?language=tr&page=1®ion=TR
(with api_key also included) return an empty result.
Could you please check what's wrong?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة robbie3999
بتاريخ نوفمبر 3, 2023 في 11:53 صباحا
Hi @bark1n9, I just tried both queries and they work for me. I get 26 results for the first and 8 results for the second.
If you are running these inside code, try running them in your web browser address bar.
For the language parameter you would typically want to use language-country, for example "language=tr-TR".
رد بواسطة bark1n9
بتاريخ نوفمبر 3, 2023 في 6:28 مساءا
Thanks for the reply @robbie3999 , I just tried both of them now and the now_playing endpoint seems to be working fine now, however the upcoming endpoint still returns an empty result for me.
رد بواسطة bark1n9
بتاريخ نوفمبر 4, 2023 في 8:39 صباحا
Now both of them return an empty result. Could this be checked please?
رد بواسطة ImMyst
بتاريخ نوفمبر 4, 2023 في 3:59 مساءا
Same thing for me with
https://api.themoviedb.org/3/movie/movie/upcoming?page=1&language=fr-FR®ion=FR
I get an empty array for the results. DE works, US of course works, but France doesn'tرد بواسطة ImMyst
بتاريخ نوفمبر 5, 2023 في 2:19 مساءا
Working now for me
رد بواسطة bark1n9
بتاريخ نوفمبر 5, 2023 في 5:12 مساءا
Still not working for me
رد بواسطة bark1n9
بتاريخ نوفمبر 6, 2023 في 5:06 مساءا
This is still not working for me. Anyone who might be able to help here?
رد بواسطة Travis Bell
بتاريخ نوفمبر 7, 2023 في 12:00 مساءا
I've made a few changes that I am hoping could have addressed this. Are you still experiencing this issue?
P.S. I would assume the above URL is just a typo since
https://api.themoviedb.org/3/movie/movie/upcoming
doesn't exist. Just making sure you are actually callinghttps://api.themoviedb.org/3/movie/upcoming
.Thanks!
رد بواسطة bark1n9
بتاريخ نوفمبر 7, 2023 في 4:44 مساءا
Thanks for the response. Now playing seems to be working fine but upcoming endpoint isn’t working.
رد بواسطة bark1n9
بتاريخ نوفمبر 9, 2023 في 9:33 صباحا
Today, it seems to be the opposite. Now playing is not working while upcoming is working. It seems like a recent change made these two endpoints very unreliable.