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.
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från robbie3999
den 20 juli 2023 vid 6:04 PM
Hi @Dilan24, your query has an error in it.
should be
'&' should be '?'
Svar från Dilan24
den 21 juli 2023 vid 3:42 AM
Thank you very much