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 的回复
于 2013 年 06 月 28 日 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 的回复
于 2013 年 06 月 28 日 10:59上午
Strange … I can reproduce it (tested it now again.)
Here is what I’ve done:
…and so on.
Travis Bell 的回复
于 2013 年 06 月 28 日 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.