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.
映画やテレビ番組が見つかりませんか?ログインして作成してください。
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
robbie3999からの返信
投稿:2023年07月20日 6:04 PM
Hi @Dilan24, your query has an error in it.
should be
'&' should be '?'
Dilan24からの返信
投稿:2023年07月21日 3:42 AM
Thank you very much