XML-RPC response is truncated when trying to get large entries

Feb 21, 2010 23:37

I am working on the project where I am importing community entries to the web site. I faced with strange behaviour of getevents method. I am getting truncated Xml response code when there is a large posts among the response list. The strange thing is that not the entry text is truncated but the whole response with three dots (...) in the end, even if the truncate parameter is omitted in the request.

I found, when I set  ver parameter  to 1, entries those contain more than 5106 symbols breaks the response. For ver=2 the length is about 10000. Does anyone face the same problem? Is this a bug? Or did I miss something?

bugs: client protocol, client: entries, client, *unanswered, client: xmlrpc, bugs

Previous post Next post
Up