Unable to connect to the server #269
-
I installed monailabel on a Google Cloud Ubuntu VM, and started the server as described in the documentation. I see that there is a listener on port 8000, but I am unable to connect to the server either via 127.0.0.1/8000 or 0.0.0.0/8000. Any suggestions what I may be doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Have you tried http://127.0.0.1:8000/ or http://127.0.0.1:8000/info/ in browser.. ? Or wget/curl on the same host where you run the server |
Beta Was this translation helpful? Give feedback.
-
Hello @fedorov. In case it helps: I was failing to connect to |
Beta Was this translation helpful? Give feedback.
Hello @fedorov. In case it helps: I was failing to connect to
localhost:8000
from the 3D Slicer extension. The error is that I needed to specify a full valid URL (e.g.,http://localhost:8000
).