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.
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no robbie3999
on jūlijs 20, 2023 at 6:04 PM
Hi @Dilan24, your query has an error in it.
should be
'&' should be '?'
Atbilde no Dilan24
on jūlijs 21, 2023 at 3:42 AM
Thank you very much