elasticsearch.exceptions.TransportError: <unprintable TransportError object>

I have developed a flask Api to read records from elasticsearch. This was working correctly earlier, but now its throwing an error elasticsearch.exceptions.TransportError:

Please help me to solve this issue. Thanks in advance

I think you will need to provide a lot more information than that if someone is going to be able to help. Please show exactly what you have done to get this error, which versions you are running as well as the contents of any relevant log files.

Elasticsearch version is 6.3.0. What I was doing is by using invenio_records_rest, I have developed an API to fetch data from elasticsearch.

Please show your code and configuration. Are you connecting to Elasticsearch using the correct port (9200 for HTTP)?

I have corrected the issue. I dont know the exact solution but what I did is uninstalled and installed elasticsearch. I think the cause for the issue is uninstalling some required packages by accident

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