Hi. I'm new to this, so forgive me if it's a stupid question. I have tried these queries:
http://api.themoviedb.org/3/search/tv/?api_key=###&query=homeland
http://api.themoviedb.org/3/search/tv/?api_key=###&query=dexter
http://api.themoviedb.org/3/search/tv/?api_key=###&query=doctor+who
The response, every time, is:
{"status_code":34,"status_message":"The resource you requested could be found."}
What am I doing wrong?
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την geirskoglund
στις 12 Δεκέμβριος 2014 στις 06:34 ΕΊΜΑΙ
I solved it. I had one slash too many, right before the ?api_key. Correct is
http://api.themoviedb.org/3/search/tv?api_key=###&query=dexter
Απάντηση από τον/την Travis Bell
στις 12 Δεκέμβριος 2014 στις 09:23 ΕΊΜΑΙ
Yup, that was it. Happy to hear you sorted it out.
Cheers.