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
بتاريخ مارس 19, 2017 في 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
بتاريخ مارس 20, 2017 في 11:21 مساءا
Thanks man I got it figured out. Thanks for the response thought.