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
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 08 月 09 日 5:26下午
Hi Ladna Meke,
Thanks for the report. I've added a new ticket and will look at this soon.
Cheers.
Travis Bell 的回复
于 2016 年 10 月 18 日 11:40上午
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.