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.
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 28 de xuño do 2013 ás 9:43AM
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
.Resposta de tmdb78260312
no 28 de xuño do 2013 ás 10:59AM
Strange … I can reproduce it (tested it now again.)
Here is what I’ve done:
…and so on.
Resposta de Travis Bell
no 28 de xuño do 2013 ás 12:51PM
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.