I'm using the example curl example and I get the following error
{"success":false,"status_code":6,"status_message":"Invalid id: The pre-requisite id is invalid or not found."}
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 26 Januar 2024 kl. 6:28 PM
I'll get the fix for this pushed out in a bit here...
Svar av Travis Bell
den 26 Januar 2024 kl. 8:04 PM
Hi @Blatancy,
Fix for this just went out. Give it a bit of time to expire from cache and you'll start seeing the response again.
Cheers.
Svar av Cyro
den 6 Februar 2024 kl. 3:16 PM
Hi Travis, is happening again!
Svar av Travis Bell
den 6 Februar 2024 kl. 4:30 PM
I'm not seeing any issues with it:
Request
Response
Svar av Cyro
den 6 Februar 2024 kl. 4:37 PM
My mistake, the correct endpoint: https://api.themoviedb.org/3/person/latest?api_key=
Svar av Travis Bell
den 6 Februar 2024 kl. 6:03 PM
Try now, the
/person/latest
method should be back and working.Svar av Cyro
den 6 Februar 2024 kl. 6:23 PM
Thanks Travis, it's working!
Svar av trippleflp
den 12 Februar 2024 kl. 7:40 AM
Hi guys The same error is happening for the /movie/search endpoint, e.g: https://api.themoviedb.org/3/movie/search?query=fight&language=de-DE&page=1&api_key=
The two endpoints mentioned above are working for me.
Svar av Travis Bell
den 12 Februar 2024 kl. 11:16 AM
@trippleflp The path isn't
/3/movie/search
, it's/3/search/movie
.Svar av Baequeen
den 1 Mai 2024 kl. 1:35 AM
{ "success": false, "status_code": 6, "status_message": "Invalid id: The pre-requisite id is invalid or not found." } Help useEffect (() => { axios.get('http://localhost:3000/api.themoviedb.org/3/authentication')
Svar av Alexandre_Clem's
den 30 Juli 2024 kl. 10:27 AM
Hi,
I have the same error with invalid id but I don't know how can I fix it. I try to find an other id in my menu but nothing...
For sur the api key isn't the id right ?
Svar av Travis Bell
den 1 August 2024 kl. 11:36 AM
Please create a new thread with the details of the request you are making, no sense on piling onto someone else's already solved (and mostly unrelated) problem.
Svar av bolg_ing
den 7 August 2024 kl. 12:50 PM