510个对象被正确地索引(从ElasticHQ),但(至少)一个对象导致400错误请求错误。Guzzle\Http\Exception\ClientErrorResponseException' with message 'Client error response
[status code] 400' with message '{"error":"MapperParsingException[failed to parse, doc
Dim slackResponse = SendRequest(uri, data, "application/json", "POST")Exception Details:System.Net.WebException: The remote server returned an error: (400) Bad Request.如果我注释掉了SendRequest函数,我在调用它的过程中得到了一个错误,所以我猜它就在那部分上。
无法进行更多调试。有什么想法吗?