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.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on January 26, 2024 at 6:28 PM
I'll get the fix for this pushed out in a bit here...
Reply by Travis Bell
on January 26, 2024 at 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.
Reply by Cyro
on February 6, 2024 at 3:16 PM
Hi Travis, is happening again!
Reply by Travis Bell
on February 6, 2024 at 4:30 PM
I'm not seeing any issues with it:
Request
Response
Reply by Cyro
on February 6, 2024 at 4:37 PM
My mistake, the correct endpoint: https://api.themoviedb.org/3/person/latest?api_key=
Reply by Travis Bell
on February 6, 2024 at 6:03 PM
Try now, the
/person/latest
method should be back and working.Reply by Cyro
on February 6, 2024 at 6:23 PM
Thanks Travis, it's working!
Reply by trippleflp
on February 12, 2024 at 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.
Reply by Travis Bell
on February 12, 2024 at 11:16 AM
@trippleflp The path isn't
/3/movie/search
, it's/3/search/movie
.Reply by Baequeen
on May 1, 2024 at 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')
Reply by Alexandre_Clem's
on July 30, 2024 at 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 ?
Reply by Travis Bell
on August 1, 2024 at 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.
Reply by bolg_ing
on August 7, 2024 at 12:50 PM