The Movie Database Support Forum

I Try This https://developers.themoviedb.org/3/getting-started/append-to-response

in website https://api.themoviedb.org/3/movie/157336/videos?api_key=### it works

but get 404 in Java Android

this is the error message

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

when i change to API http://api.themoviedb.org/3/movie/popular?api_key=### it works on my Java Android

Can somebody explain and how to solve this?

7 Antworten (Seite 1 von 1)

Jump to last post

Hi @topkek404 Take a look at your request and make sure there's no typos or anything. All of these requests work fine:

https://api.themoviedb.org/3/movie/157336?api_key=###
https://api.themoviedb.org/3/movie/157336/videos?api_key=###
https://api.themoviedb.org/3/movie/157336?api_key=###&append_to_response=videos

i have the same problem it works on the web but not in android

Hi @bensbiw You'll have to post some code. For code specific problems you'll usually have better luck asking at somewhere like Stack Overflow. That is unless someone familiar with Android/Java sees your problem wink

public static String getMovieTrailers(String id){

     String MOVIE_TRAILER = "https://api.themoviedb.org/3/movie/" +id + "/videos?api_key=" + API_KEY +"&append_to_response=videos" ;

    return MOVIE_TRAILER;
}

I am also facing same issue

@topkek404 said:

I Try This https://developers.themoviedb.org/3/getting-started/append-to-response

in website https://api.themoviedb.org/3/movie/157336/videos?api_key=### it works

but get 404 in Java Android

this is the error message

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

when i change to API http://api.themoviedb.org/3/movie/popular?api_key=### it works on my Java Android

Can somebody explain and how to solve this?

I also facing same issue

I have the same issue, someone know what cause this?

Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.

Allgemein

s Fokus auf Suchfeld
p Profil öffnen
esc Fenster schließen
? Tastenkürzel anzeigen

Videos

b Zurück
e Bearbeiten

Staffeln

Nächste Staffel
Vorherige Staffel

Episoden

Nächste Episode
Vorherige Episode

Bilder

a Poster oder Hintergrundbild hinzufügen

Editieren

t Sprachauswahl öffnen
ctrl+ s Speichern

Diskussionen

n Neue Diskussion erstellen
w Beobachten an / aus
p Diskussion öffentlich / privat
c Diskussion öffnen / schließen
a Diskussionsverlauf anzeigen
r Auf Diskussion antworten
l Letzte Antwort anzeigen
ctrl+ enter Senden
Nächste Seite
Vorherige Seite

Einstellungen

Diesen Eintrag bewerten oder zu einer Liste hinzufügen?

Anmelden