Topic by Jerod Kruska
When performing an ROQL .QueryObjects request, I am getting the following error returned to me from the API.
The content type text/html; charset=UTF-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 389 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>There is a an error with your request</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<p>There has been an error with your request.</p>
</body>
</html>
I've tried upping the httpsTransport values. I've also attempted to get a smaller result using LIMIT and OFFSET. With a LIMIT of 10 I can get two pages or results before this error is returned for the third page.
I've tried all the answers in this topic (http://communities.rightnow.com/posts/ded4c1ff48) but I am still receving the error. Any ideas? I'm stumped.
Is there any way to even get a more detailed error?