While running segment app in slicer, showing wrong url

--------After downloading this below dataset
monailabel datasets --download --name Task07_Pancreas --output .

------and after runnig below the command to run the app
monailabel start_server --app apps/radiology --studies C:\monai-projects\lung-images --conf models segmentation

-------its successfully on my local server on http://0.0.0.0:8000

But after opening 3d Slicer and select module to MonaiLabel to check the output, Im getting error image below.

Traceback (most recent call last):
File “C:/monai-projects/VISTA/monailabel/plugins/slicer/MONAILabel/MONAILabel.py”, line 1204, in fetchInfo
info = self.logic.info()
File “C:/monai-projects/VISTA/monailabel/plugins/slicer/MONAILabel/MONAILabel.py”, line 2586, in info
return self._client().info()
File “C:/monai-projects/VISTA/monailabel/plugins/slicer/MONAILabel/MONAILabel.py”, line 2562, in _client
if mc.auth_enabled():
File “C:\Softwares\Slicer 5.6.1\slicer.org\Extensions-32438\MONAILabel\lib\Slicer-5.6\qt-scripted-modules\MONAILabelLib\client.py”, line 83, in auth_enabled
status, response, _, _ = MONAILabelUtils.http_method(“GET”, self._server_url, selector)
File “C:\Softwares\Slicer 5.6.1\slicer.org\Extensions-32438\MONAILabel\lib\Slicer-5.6\qt-scripted-modules\MONAILabelLib\client.py”, line 521, in http_method
conn.request(method, selector, body=body, headers=headers)
File “C:\Softwares\Slicer 5.6.1\lib\Python\Lib\http\client.py”, line 1285, in request
self._send_request(method, url, body, headers, encode_chunked)
File “C:\Softwares\Slicer 5.6.1\lib\Python\Lib\http\client.py”, line 1331, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “C:\Softwares\Slicer 5.6.1\lib\Python\Lib\http\client.py”, line 1280, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “C:\Softwares\Slicer 5.6.1\lib\Python\Lib\http\client.py”, line 1040, in _send_output
self.send(msg)
File “C:\Softwares\Slicer 5.6.1\lib\Python\Lib\http\client.py”, line 980, in send
self.connect()
File “C:\Softwares\Slicer 5.6.1\lib\Python\Lib\http\client.py”, line 946, in connect
self.sock = self._create_connection(
File “C:\Softwares\Slicer 5.6.1\lib\Python\Lib\socket.py”, line 844, in create_connection
raise err
File “C:\Softwares\Slicer 5.6.1\lib\Python\Lib\socket.py”, line 832, in create_connection
sock.connect(sa)
OSError: [WinError 10049] The requested address is not valid in its context

Please help me out.

Thanks
Ajay

0.0.0.0 doesn’t seem like a valid IP address. There might something wrong with your network settings. If the monai label is running on the same computer as the Slicer, try server address http://127.0.0.1:8000