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.
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä robbie3999
20 heinäkuu 2023 klo 6:04PM
Hi @Dilan24, your query has an error in it.
should be
'&' should be '?'
Vastaus käyttäjältä Dilan24
21 heinäkuu 2023 klo 3:42AM
Thank you very much