UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 139: ordinal not in range(128)

Hello Everyone,

I am getting the following error while pushing data from python client to ES using helpers.bulk API,

"In _process_bulk_chunk , resp = client.bulk('\n'.join(bulk_actions) + '\n', **kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 139: ordinal not in range(128)"

Code Line : helpers.bulk(es, output_data, index='searchanalytics', doc_type='query')

I appreciate your reply,

Thank you,
Bhavana

I think this issue is on the client side? See for instance that SO post: http://stackoverflow.com/questions/10561923/unicodedecodeerror-ascii-codec-cant-decode-byte-0xef-in-position-1.

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