Hi
I’ve a new problem. The /3/list/{id}/add_item method returns a 403 code when I try to add a movie which is already in the list. (it works perfectly when the movie is not already in the list.)
Here the query: http://api.themoviedb.org/3/list/51c991a719c29575b200e5e0/add_item?api_key=##############&session_id=##############
And the JSON body:
{"media_id":550}
Thanks.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ يونيو 28, 2013 في 9:43 صباحا
Hey Dave,
I can't seem to replicate this. Here's my example cURL query. The first call responds with a
status_code: 12
and every subsequent call responds with astatus_code: 8
.رد بواسطة tmdb78260312
بتاريخ يونيو 28, 2013 في 10:59 صباحا
Strange … I can reproduce it (tested it now again.)
Here is what I’ve done:
…and so on.
رد بواسطة Travis Bell
بتاريخ يونيو 28, 2013 في 12:51 مساءا
Aha! Your other post got me thinking about this.
Yes, the response code is 403 but if you take a look at the response, we're responding with the proper response.
Looking through the w3 docs, I'd say this is likely the correct response code.