when i issue the command, quantrocket houston ping
i get the following error:
it was working yesterday so i believe the config is ok
any help would be appreciated
thanks
darryl
-----------------------------------------error message-------------------------------------------------------------------------
PS C:\Users\Darryl> quantrocket houston ping
Traceback (most recent call last):
File "c:\products\anaconda3\lib\site-packages\urllib3\connection.py", line 141, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "c:\products\anaconda3\lib\site-packages\urllib3\util\connection.py", line 83, in create_connection
raise err
File "c:\products\anaconda3\lib\site-packages\urllib3\util\connection.py", line 73, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\products\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 601, in urlopen
chunked=chunked)
File "c:\products\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 357, in _make_request
conn.request(method, url, **httplib_request_kw)
File "c:\products\anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "c:\products\anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "c:\products\anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "c:\products\anaconda3\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "c:\products\anaconda3\lib\http\client.py", line 964, in send
self.connect()
File "c:\products\anaconda3\lib\site-packages\urllib3\connection.py", line 166, in connect
conn = self._new_conn()
File "c:\products\anaconda3\lib\site-packages\urllib3\connection.py", line 150, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x000001B5EFB495C0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it