Getting an error when I use multiple processes with python

I get elasticsearch.exceptions.SerializationError when using multiple processes with python. The usual string result should be like {"took":3,"timed_out":false.....}. But when I use multiple processes with python, the result will contains ...HTTP/1.1 200 OK\r\ncontent-type: application/json; charset=UTF-8\r\n.... This result can not being parsed by json, and throwed the Exception.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.