-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Restful server start failed! #1223
Comments
I solved this problem. When I modified localhost to 127.0.0.1,then i try request.get('http://127.0.0.1:12306/api/v1/nni/check-status') |
I have this issue too! |
I had the same problem when I tried to run nni in docker container. I solved this by removing my docker container proxy config file: So for those of you who do not use it in docker, I think it is a good idea to check your environment variables like |
Can we add some FAQs about the common network issue that could cause the start failure of Restful Server? |
I have this issue too! The nni is run in docker. |
@henryslzhao - may you try suggestions in https://nni.readthedocs.io/en/latest/Tutorial/FAQ.html ? thanks. |
Closing the issue as overdue (with no updates from user). Please feel free to reopen the issue if you are still seeing the issue and have updates to work with us. |
I also received this error and I don't know how to fix it. I checked the node version and it is fine. I also unset the http_proxy && https_proxy INFO: expand codeDir: . to C:\kit\code\Mnist-annotation-autoML. |
Because Windows uses IPv6 by default when available, you need to change the IPv6/IPv4 preference by add a prefix policy to prefer IPv4 addresses over IPv6. Default Windows prefix policy table:
You can change it with |
Thanks a lot, BlanceRay. However, I run
Although I have "typescript-ioc" in " |
When I run an experiment,A "ERROR: Restful server start failed! "has occurred, I don't know why this problem occurred, I was in the docker container to start the trial, run the command: nnictl create -c config. yml-p XXXX
The text was updated successfully, but these errors were encountered: