Difference between revisions of "Elasticsearch.exceptions.ConnectionError"

From wikieduonline
Jump to navigation Jump to search
(Created page with " raise ConnectionError("N/A", str(e), e) elasticsearch.exceptions.ConnectionError: ConnectionError((<urllib3.connection.HTTPSConnection object at 0x7f83a6efcd30>, 'Conn...")
 
Line 1: Line 1:
     [[raise]] ConnectionError("N/A", str(e), e)
+
     [[raise]] ConnectionError("N/A", str(e), e) elasticsearch.exceptions.ConnectionError: ConnectionError((<urllib3.connection.HTTPSConnection object at 0x7f83a6efcd30>, 'Connection to your-cluster [[timed out]]. (connect timeout=60)')) caused by: ConnectTimeoutError((<urllib3.connection.HTTPSConnection object at 0x7f83a6efcd30>, 'Connection to your-cluster timed out. (connect timeout=60)'))
elasticsearch.exceptions.ConnectionError: ConnectionError((<urllib3.connection.HTTPSConnection object at 0x7f83a6efcd30>, 'Connection to your-cluster [[timed out]]. (connect timeout=60)')) caused by: ConnectTimeoutError((<urllib3.connection.HTTPSConnection object at 0x7f83a6efcd30>, 'Connection to your-cluster timed out. (connect timeout=60)'))
 

Revision as of 06:04, 17 August 2022

   raise ConnectionError("N/A", str(e), e) elasticsearch.exceptions.ConnectionError: ConnectionError((<urllib3.connection.HTTPSConnection object at 0x7f83a6efcd30>, 'Connection to your-cluster timed out. (connect timeout=60)')) caused by: ConnectTimeoutError((<urllib3.connection.HTTPSConnection object at 0x7f83a6efcd30>, 'Connection to your-cluster timed out. (connect timeout=60)'))

Advertising: