Υποστήριξη για το The Movie Database

There are many titles that return after a 'Collection Details' API call, error 34. Setting aside my Python program, I have tried using API calls from the TMDB website. Here is an example

{
  "success": false,
  "status_code": 34,
  "status_message": "The resource you requested could not be found."
}

https://www.themoviedb.org/movie/137968-drift

https://postimg.cc/qhXQXV5m

If I use the website, I get the information I'm looking for; however, with API calls, it's not possible. I'm not sure if it's a duplicate since there is only one result for that ID

Through my Python program, I obtained perhaps 500 or 600 results similar to the one described

What i can do ? Thank you

4 απαντήσεις(στη σελίδα 1 από 1)

Jump to last post

The screenshot you posted is you trying to access a collection, not a movie.

I'm sorry I confused "collections" with "translations..."

I debugged the program. The Python library creates this URLs to obtain the translations:

1)

https://api.themoviedb.org/3/search/movie?api_key=hello_api_key_&query=drift&page=1&language=en-US

2)

https://api.themoviedb.org/3/movie/?api_key=hello_api_key_&append_to_response=videos,trailers,images,casts,translations,keywords,release_dates&language=en-US

while the 'developer.themoviedb.org' runs this URL

url = "https://api.themoviedb.org/3/movie/137968/translations"  

The python library searches for "details" by ID (1) ,his method is called 'details', and then looks for translations (2).

The second (2) URL causes error 34, do you think it's correct? Thank you

Edit:

From this doc page: https://developer.themoviedb.org/docs/search-and-query-for-details

curl --request GET \
     --url 'https://api.themoviedb.org/3/movie/137968?&append_to_response=videos,trailers,images,casts,translations,keywords,release_dates&language=en-US&api_key='

It works , but the syntax is similar but not identical to url(2) , I don't know if it can be a problem

I have no idea what the problem might be

Your url(2) is missing the id of the concerned movie.

...Yes I hadn't noticed Thank you !!

Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.

Σε όλες τις σελίδες

s Εστίαση στη μπάρα αναζήτησης
p Άνοιγμα μενού προφίλ
esc Κλείσιμο ανοιχτού παραθύρου
? Άνοιγμα παραθύρου συντομεύσεων πληκτρολογίου

Στις σελίδες μέσων

b Επιστροφή στην προηγούμενη σελίδα(ή στην αρχική σελίδα όταν είναι εφικτό)
e Μετάβαση στη σελίδα επεξεργασίας

Στις σελίδες κύκλων σειρών

(Δεξιό βέλος) Μετάβαση στον επόμενο κύκλο
(Αριστερό βέλος) Μετάβαση στον προηγούμενο κύκλο

Στις σελίδες επεισοδίων σειρών

(Δεξιό βέλος) Μετάβαση στο επόμενο επεισόδιο
(Αριστερό βέλος) Μετάβαση στο προηγούμενο επεισόδιο

Σε όλες τις σελίδες εικόνων

a Άνοιγμα παραθύρου προσθήκης εικόνας

Σε όλες τις σελίδες επεξεργασίας

t Άνοιγμα επιλογέα μετάφρασης
ctrl+ s Υποβολή φόρμας

Στις σελίδες συζήτησης

n Δημιουργία νέας συζήτησης
w Ρύθμιση κατάστασης παρακολούθησης
p Ρύθμιση ως δημόσια/ιδιωτική
c Ρύθμιση ανοίγματος/κλεισίματος
a Άνοιγμα δραστηριότητας
r Απάντηση στη συζήτηση
l Μετάβαση στην τελευταία απάντηση
ctrl+ enter Υποβολή μηνύματος
(Δεξιό βέλος) Επόμενη σελίδα
(Αριστερό βέλος) Προηγούμενη σελίδα

Ρυθμίσεις

Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;

Σύνδεση