oci-cli icon indicating copy to clipboard operation
oci-cli copied to clipboard

NewConnectionError('<oci._vendor.urllib3.connection.HTTPConnection object at 0x124dddb50>

Open Carrie003 opened this issue 3 years ago • 0 comments

Hi I was trying to access streaming but it gives back this error:

oci.exceptions.RequestException: (MaxRetryError("HTTPConnectionPool(host='localhost', port=19000): Max retries exceeded with url: /20180418/streams?compartmentId=ocid1.tenancy.oc1..XXXXXXX (Caused by NewConnectionError('<oci._vendor.urllib3.connection.HTTPConnection object at 0x124dddb50>: Failed to establish a new connection: [Errno 61] Connection refused'))"), 'Request Endpoint: GET http://localhost:19000/20180418/streams When I tried to access http://localhost:19000/20180418/streams it gives me back ERR_CONNECTION_REFUSED.

Any one know what's happening?

Carrie003 avatar Aug 08 '22 00:08 Carrie003