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 riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 9 agosto, 2016 alle 5:26PM
Hi Ladna Meke,
Thanks for the report. I've added a new ticket and will look at this soon.
Cheers.
Risposta da Travis Bell
il 18 ottobre, 2016 alle 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.