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."}
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 26 de enero de 2024 a las 18:28
I'll get the fix for this pushed out in a bit here...
Contestado por Travis Bell
el 26 de enero de 2024 a las 20:04
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.
Contestado por Cyro
el 6 de febrero de 2024 a las 15:16
Hi Travis, is happening again!
Contestado por Travis Bell
el 6 de febrero de 2024 a las 16:30
I'm not seeing any issues with it:
Request
Response
Contestado por Cyro
el 6 de febrero de 2024 a las 16:37
My mistake, the correct endpoint: https://api.themoviedb.org/3/person/latest?api_key=
Contestado por Travis Bell
el 6 de febrero de 2024 a las 18:03
Try now, the
/person/latest
method should be back and working.Contestado por Cyro
el 6 de febrero de 2024 a las 18:23
Thanks Travis, it's working!
Contestado por trippleflp
el 12 de febrero de 2024 a las 07:40
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.
Contestado por Travis Bell
el 12 de febrero de 2024 a las 11:16
@trippleflp The path isn't
/3/movie/search
, it's/3/search/movie
.Contestado por Baequeen
el 1 de mayo de 2024 a las 01:35
{ "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')
Contestado por Alexandre_Clem's
el 30 de julio de 2024 a las 10:27
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 ?
Contestado por Travis Bell
el 1 de agosto de 2024 a las 11:36
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.
Contestado por bolg_ing
el 7 de agosto de 2024 a las 12:50