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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 9 août 2016 à 17h26
Hi Ladna Meke,
Thanks for the report. I've added a new ticket and will look at this soon.
Cheers.
Réponse de Travis Bell
le 18 octobre 2016 à 11h40
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.