oci-cli
oci-cli copied to clipboard
NewConnectionError('<oci._vendor.urllib3.connection.HTTPConnection object at 0x124dddb50>
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?