I am calling the api to get a show's detail in an app I'm building in bubble.io.
My call: GET https://api.themoviedb.org/3/tv/[series_id]
I'm passing in the [series_id] The value I'm passing as the [series_id] is a type "number" (bubble.io doesn't have an int32 type) I'm getting a valid response. BUT I'm also getting this error message:
The service The Movie DB - Get Show Details just returned an error (HTTP 404). Please consult their documentation to ensure your call is setup properly. Raw error: {"success":false,"status_code":34,"status_message":"The resource you requested could not be found."}
Should I just ignore that error since I'm getting the response data I'm looking for?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة superboy97
بتاريخ يوليو 6, 2024 في 1:57 صباحا
For which values of series_id are you getting this error message ?
رد بواسطة jaspernut
بتاريخ يوليو 6, 2024 في 11:14 صباحا
Destination URL
رد بواسطة jaspernut
بتاريخ يوليو 6, 2024 في 11:16 صباحا
But i do get the string and it works fine.