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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by robbie3999
on October 5, 2023 at 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.