Hmmmm… How I said earlier, I’m really newbie (Surgeon w almost no programming background trying to learn from scratch)… How exactly I do this?
When I try to use MONAILabel on Slicer without specifying any server, this message appears (this happens even when I try to connect home without any proxy):
Traceback (most recent call last):
File “/Applications/Slicer.app/Contents/Extensions-30822/MONAILabel/lib/Slicer-5.0/qt-scripted-modules/MONAILabel.py”, line 1030, in fetchInfo
info = self.logic.info()
File “/Applications/Slicer.app/Contents/Extensions-30822/MONAILabel/lib/Slicer-5.0/qt-scripted-modules/MONAILabel.py”, line 2121, in info
return MONAILabelClient(self.server_url, self.tmpdir, self.client_id).info()
File “/Applications/Slicer.app/Contents/Extensions-30822/MONAILabel/lib/Slicer-5.0/qt-scripted-modules/MONAILabelLib/client.py”, line 48, in info
status, response, _ = MONAILabelUtils.http_method(“GET”, self._server_url, selector)
File “/Applications/Slicer.app/Contents/Extensions-30822/MONAILabel/lib/Slicer-5.0/qt-scripted-modules/MONAILabelLib/client.py”, line 268, in http_method
conn.request(method, selector, body=body, headers=headers)
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/http/client.py”, line 1285, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/http/client.py”, line 1331, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/http/client.py”, line 1280, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/http/client.py”, line 1040, in _send_output
self.send(msg)
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/http/client.py”, line 980, in send
self.connect()
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/http/client.py”, line 946, in connect
self.sock = self._create_connection(
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/socket.py”, line 844, in create_connection
raise err
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/socket.py”, line 832, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused
Sorry if is some really basic thing and thank you Andras!