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."}
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 26 Ιανουάριος 2024 στις 06:28 ΜΜ
I'll get the fix for this pushed out in a bit here...
Απάντηση από τον/την Travis Bell
στις 26 Ιανουάριος 2024 στις 08: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.
Απάντηση από τον/την Cyro
στις 6 Φεβρουάριος 2024 στις 03:16 ΜΜ
Hi Travis, is happening again!
Απάντηση από τον/την Travis Bell
στις 6 Φεβρουάριος 2024 στις 04:30 ΜΜ
I'm not seeing any issues with it:
Request
Response
Απάντηση από τον/την Cyro
στις 6 Φεβρουάριος 2024 στις 04:37 ΜΜ
My mistake, the correct endpoint: https://api.themoviedb.org/3/person/latest?api_key=
Απάντηση από τον/την Travis Bell
στις 6 Φεβρουάριος 2024 στις 06:03 ΜΜ
Try now, the
/person/latest
method should be back and working.Απάντηση από τον/την Cyro
στις 6 Φεβρουάριος 2024 στις 06:23 ΜΜ
Thanks Travis, it's working!
Απάντηση από τον/την trippleflp
στις 12 Φεβρουάριος 2024 στις 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.
Απάντηση από τον/την Travis Bell
στις 12 Φεβρουάριος 2024 στις 11:16 ΕΊΜΑΙ
@trippleflp The path isn't
/3/movie/search
, it's/3/search/movie
.Απάντηση από τον/την Baequeen
στις 1 Μάιος 2024 στις 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')
Απάντηση από τον/την Alexandre_Clem's
στις 30 Ιούλιος 2024 στις 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 ?
Απάντηση από τον/την Travis Bell
στις 1 Αύγουστος 2024 στις 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.
Απάντηση από τον/την bolg_ing
στις 7 Αύγουστος 2024 στις 12:50 ΜΜ