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
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 9 august 2016 kl. 5:26 PM
Hi Ladna Meke,
Thanks for the report. I've added a new ticket and will look at this soon.
Cheers.
Svar af Travis Bell
d. 18 oktober 2016 kl. 11:40 AM
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.