Hi. When trying to get popular movie list, I'm getting them all but when intent to use movie id to get crew and cast, failing because it is null... For every movie in the list.. Thanks in advance.
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 ticao2 π§π· pt-BR
on February 28, 2019 at 4:20 PM
If you are making an API Request, post the Request here.
In order for someone to help you with API Request questions, it is critical that you post here the API Request you are using.
Remember to replace your Key with [MY_KEY].
Reply by ker4ak
on February 28, 2019 at 5:57 PM
oops, sorry.. there goes Request{method=GET, url=https://api.themoviedb.org/3/movie/popular?api_key=MY_KEY
Reply by ticao2 π§π· pt-BR
on February 28, 2019 at 6:01 PM
Post here the Request you are using to get crew and cast with Movie ID.
Reply by ker4ak
on February 28, 2019 at 6:14 PM
I can't get to that request as movie id returned in previous response is null...
Reply by ker4ak
on February 28, 2019 at 6:18 PM
Something like this for every record:
Reply by ticao2 π§π· pt-BR
on February 28, 2019 at 6:28 PM
For the example response you posted I can deduce that you are using a third party APP.
Am I right?
Reply by ticao2 π§π· pt-BR
on February 28, 2019 at 6:38 PM
A normal TMDb response looks like this:
https://api.themoviedb.org/3/movie/2436?api_key=[MY_KEY]&language=en-US&append_to_response=credits
Reply by ker4ak
on February 28, 2019 at 6:43 PM
o_O... I'm using retrofit lib...
Reply by ticao2 π§π· pt-BR
on February 28, 2019 at 6:57 PM
Sorry but I can not help.
The problem must be in the retrofit programming.
A good place to ask for help is on stackoverflow.com
Reply by ker4ak
on February 28, 2019 at 6:59 PM
ok, thanks anyways...