why do I keep getting the the resources do not exists when input this url
https://api.themoviedb.org/3/movie/{movie_id}?api_key=###&language=en-US&append_to_response=%22Logan%22
I have checked and I know the movie exist basically I just need to find a way in python to get a dictionary of each movie with its movie id.
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2017 年 03 月 19 日 1:03下午
That's a strange thing to be appending, any specific reason for that? With regards to the 404, there will be lots of 404s since we don't reuse IDs, so do you have a specific ID that you can provide as an example?
Trea704 的回复
于 2017 年 03 月 20 日 11:21下午
Thanks man I got it figured out. Thanks for the response thought.