I’m getting an error when running a query. The query works for 500 items, but when I jump up to 1000 items it seems to be giving some kind of error. I ran a complexity query just to be sure I wasn’t reaching any API limitations and it doesn’t appear that I am. I’m really not sure what is going on here. Please Help!
It spits out this error sometimes. My board has 2800 items on it. The complexity when I query 100 items is 1420 and returns results. But when I up the limit to around 500 it gives me this error. I’ve tried this in the api playground as well as a custom written python script and both return the same error. I kept thinking my query was wrong, so I went to the playground but got the same problem.
{
"message": "Unexpected token u in JSON at position 0",
"stack": "SyntaxError: Unexpected token u in JSON at position 0"
}
EDIT:
I just ran 200 item limit and got this result for complexity. If this is for 200 items, how is 500 even close to the API limitations???