Hi, We tried to fetch discover API for movie. However after fetching more than 500 page getting the following error.
API: https://api.themoviedb.org/3/discover/movie?page=502
Response:
{
"success": false,
"status_code": 22,
"status_message": "Invalid page: Pages start at 1 and max at 500. They are expected to be an integer."
}
Please help.
Thanks,
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة superboy97
بتاريخ يونيو 21, 2024 في 12:46 مساءا
This is working correctly.
Even if the results returned indicate that there are more than 500 pages of movies matching your request, you can only access the first 500 pages.