Hello guys, am trying to retreive the credits(cast) of a particular movie but since the property no longer exist on the object thath we get back am trying to do another request just for the credits of a movie (using this url https://api.themoviedb.org/3/movie/${id}/credits&api_key=${tmdbApiKey}.
But when isend the request the only thing i get back is this error :
{status: 'rejected', endpointName: 'getCasting', requestId: 'ushQuXLnSoFDxM8a3giRD', originalArgs: '667538', startedTimeStamp: 1689885580872, …}
,
and this is the status message : status_message : "Invalid API key: You must be granted a valid key."
I have already make sure that my api_key is still functioning. Please can someone help me.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by robbie3999
on July 20, 2023 at 6:04 PM
Hi @Dilan24, your query has an error in it.
should be
'&' should be '?'
Reply by Dilan24
on July 21, 2023 at 3:42 AM
Thank you very much