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
找不到电影或节目?登录并创建它吧。
robbie3999 的回复
于 2023 年 10 月 05 日 5: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.