Hello, I'm having an issue with this endpoint:
https://api.themoviedb.org/3/tv/37854/season/2/episode/2?api_key=<key>
It returns an error 34:
{
"status_code": 7,
"status_message": "Invalid API key: You must be granted a valid key.",
"success": false
}
However, when I try the same endpoint with season 1, it returns the details correctly. Is this issue only happening to me, or could it be a bug?
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ مه 20, 2025 ساعت 1:14 ب.ض
Hi @nndesu,
Error code
34
is a404
not found error.That season and episode combination does not exist: https://www.themoviedb.org/tv/37854/season/2
You can see that season 2 starts at episode number 62.
پاسخ توسط nndesu
در تاریخ مه 21, 2025 ساعت 12:28 ب.ض
Hello, thank you. It's already been resolved.