Question

I'm using the App SDK to query all open defects within a specific project. I'm using findAll so I believe it should be returning all results but I'm only getting back 200. There's an error within the OperationResult that says:

"Cannot parse input stream due to I/O error as JSON document: Parse error: Read unexpected character 'u' while trying to read a property value. [ chars read = >>>{"defects":u<<< ]"

I haven't come across this before using queries that have returned much larger results than 200, this seems to be some sort of encoding issue.

Was it helpful?

Solution

This is actually a defect we introduced a week or so ago in versions 1.27 and 1.28 of the App SDK. It will be fixed this weekend (12/10/11).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top