For about a month now, I have been having a weird kind of error when querying via the discover method. I have been getting error status_code 11.
When I run something like this, it works well https://api.themoviedb.org/3/discover/movie?api_key=xxxxxxxxxx&primary_release_date.gte=YYYY-MM-DD&primary_release_date.lte=YYYY-MM-DD&with_genres=28,12|16&include_adult=false&page=1
But change the 'with_genres=28|12,16' to 'with_genres=28|12,16' and everything crashes. Been like this for a while now
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 9 de agosto do 2016 ás 5:26PM
Hi Ladna Meke,
Thanks for the report. I've added a new ticket and will look at this soon.
Cheers.
Resposta de Travis Bell
no 18 de outubro do 2016 ás 11:40AM
Hey Ladna,
I've pushed a fix for this so that it doesn't error anymore but it should be noted that a nested expression like that is not currently supported. The parser is a little too simple to take a combined OR/AND condition right now. Right now we only support a single condition expressed at a time.
Cheers.