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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de robbie3999
em 5 outubro 2023 às 5:28 PM
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.