While utilizing the App SDK to retrieve all open defects within a specific project, I have encountered an unexpected issue. Despite using findAll
, which should technically return all results, I am only receiving 200. The OperationResult
contains the following error message:
"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<<< ]"
In my experience with queries that typically return more than 200 results, this encoding problem is unfamiliar to me.