Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve hostname to IP #27

Open
ldmoser opened this issue Feb 2, 2021 · 0 comments
Open

Resolve hostname to IP #27

ldmoser opened this issue Feb 2, 2021 · 0 comments

Comments

@ldmoser
Copy link

ldmoser commented Feb 2, 2021

When I type the name of my machine, or "localhost" in the "host" Input for the MLClient node it fails to connect giving me the error message:
Hostname is invalid

If I type the typical localhost IP 127.0.0.1 it fails with the message:
Could not connect to server. Please check your host / port numbers.

It will ONLY work if I type the IP address returned by the command line:
hostname -I | awk '{print $1}'

It would be great to resolve the host name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant