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?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por robbie3999
el 3 de noviembre de 2023 a las 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".
Contestado por bark1n9
el 3 de noviembre de 2023 a las 18: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.
Contestado por bark1n9
el 4 de noviembre de 2023 a las 08:39
Now both of them return an empty result. Could this be checked please?
Contestado por ImMyst
el 4 de noviembre de 2023 a las 15: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'tContestado por ImMyst
el 5 de noviembre de 2023 a las 14:19
Working now for me
Contestado por bark1n9
el 5 de noviembre de 2023 a las 17:12
Still not working for me
Contestado por bark1n9
el 6 de noviembre de 2023 a las 17:06
This is still not working for me. Anyone who might be able to help here?
Contestado por Travis Bell
el 7 de noviembre de 2023 a las 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!
Contestado por bark1n9
el 7 de noviembre de 2023 a las 16:44
Thanks for the response. Now playing seems to be working fine but upcoming endpoint isn’t working.
Contestado por bark1n9
el 9 de noviembre de 2023 a las 09: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.