Error message with code: {"success":false,"status_code":34,"status_message":"The resource you requested could not be found."}
code snippet: const videoUrl = https://api.themoviedb.org/3/movie/${item.id}/videos?api_key=${apikey}&language=en-US
;
kindly guide where am i having issues. Rest of my code is perfect
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أغسطس 12, 2023 في 8:13 صباحا
Usually this response refers to an ID that does not exist in the database.
Can you let us know which ID resulted in this response?
If the ID exists then it is possible that there is some small error in your code.
Some character left when insert value of "${item.id}".
A space, a } or {, or something like that.
رد بواسطة udit2003
بتاريخ أغسطس 14, 2023 في 3:01 صباحا
apologies for late reply. yes there was a small issue in definition of item.id now it worked tysm