I'm making a personal project for my portfolio and I'm getting the first 500 pages (more gives error) of the movies released on 2022 sorted by popularity. Couple days ago everything was fine but today the movie "Last Call" gives an error. I checked the page 356 and I couldn't see its release date on the data.
This is the URL I'm using:
url = F"https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=356&primary_release_year=2022&sort_by=popularity.desc"
Screenshot for the data printed: https://imgur.com/a/IMGBgs2
¿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 5 de octubre de 2023 a las 17:28
Hi @Polyterpe, in looking at this I'm not exactly sure what is going on. The movie only has one release date, from Canada. The search is figuring out that should be the "primary" release date correctly because the movie is showing up in the results.
But, I have no idea why it is not actually displaying the release date. If you set region=CA then you will see the release date, so I suspect it has something to do with language or region. Perhaps someone else will come along that can explain what is happening here.