HI everyone,
Failed to fetch models from remote server
‘Failed to fetch models from remote server. Make sure server address is correct and <server_uri>/info/ is accessible in browser’
Traceback (most recent call last):
File “C:/Users/aaron/AppData/Local/NA-MIC/Slicer 5.2.1/NA-MIC/Extensions-31317/MONAILabel/lib/Slicer-5.2/qt-scripted-modules/MONAILabel.py”, line 1071, in fetchInfo
info = self.logic.info()
File “C:/Users/aaron/AppData/Local/NA-MIC/Slicer 5.2.1/NA-MIC/Extensions-31317/MONAILabel/lib/Slicer-5.2/qt-scripted-modules/MONAILabel.py”, line 2196, in info
return MONAILabelClient(self.server_url, self.tmpdir, self.client_id).info()
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\NA-MIC\Extensions-31317\MONAILabel\lib\Slicer-5.2\qt-scripted-modules\MONAILabelLib\client.py”, line 50, in info
status, response, _, _ = MONAILabelUtils.http_method(“GET”, self._server_url, selector)
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\NA-MIC\Extensions-31317\MONAILabel\lib\Slicer-5.2\qt-scripted-modules\MONAILabelLib\client.py”, line 303, in http_method
conn.request(method, selector, body=body, headers=headers)
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\lib\Python\Lib\http\client.py”, line 1285, in request
self._send_request(method, url, body, headers, encode_chunked)
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\lib\Python\Lib\http\client.py”, line 1331, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\lib\Python\Lib\http\client.py”, line 1280, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\lib\Python\Lib\http\client.py”, line 1040, in _send_output
self.send(msg)
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\lib\Python\Lib\http\client.py”, line 980, in send
self.connect()
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\lib\Python\Lib\http\client.py”, line 946, in connect
self.sock = self._create_connection(
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\lib\Python\Lib\socket.py”, line 844, in create_connection
raise err
File “C:\Users\aaron\AppData\Local\NA-MIC\Slicer 5.2.1\lib\Python\Lib\socket.py”, line 832, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
May I please have some help with this. I cannot connect to the MONAI server my supervisor created
Best
Aaron
Sorry, still very new here and to 3d slicer/MONAI