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."}
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van Travis Bell
op 26 januari 2024 om 6:28 PM
I'll get the fix for this pushed out in a bit here...
Reactie van Travis Bell
op 26 januari 2024 om 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.
Reactie van Cyro
op 6 februari 2024 om 3:16 PM
Hi Travis, is happening again!
Reactie van Travis Bell
op 6 februari 2024 om 4:30 PM
I'm not seeing any issues with it:
Request
Response
Reactie van Cyro
op 6 februari 2024 om 4:37 PM
My mistake, the correct endpoint: https://api.themoviedb.org/3/person/latest?api_key=
Reactie van Travis Bell
op 6 februari 2024 om 6:03 PM
Try now, the
/person/latest
method should be back and working.Reactie van Cyro
op 6 februari 2024 om 6:23 PM
Thanks Travis, it's working!
Reactie van trippleflp
op 12 februari 2024 om 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.
Reactie van Travis Bell
op 12 februari 2024 om 11:16 AM
@trippleflp The path isn't
/3/movie/search
, it's/3/search/movie
.Reactie van Baequeen
op 1 mei 2024 om 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')
Reactie van Alexandre_Clem's
op 30 juli 2024 om 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 ?
Reactie van Travis Bell
op 1 augustus 2024 om 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.
Reactie van bolg_ing
op 7 augustus 2024 om 12:50 PM