App SDK: Error parsing input stream when running query

不问归期 提交于 2019-12-11 08:18:54

问题


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.


回答1:


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).



来源:https://stackoverflow.com/questions/8450975/app-sdk-error-parsing-input-stream-when-running-query

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!