-
Notifications
You must be signed in to change notification settings - Fork 8
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
cast-web-api-cli is ignoring -H parameter and defaulting to 127.0.0.1 #8
Comments
I am having the same issue. Would love to be able to change the address so I can use the system. |
same with the port number... |
So, apparently, the shorthand arguments (
As it seems, we can just use the full names, and it will work:
cc @Phantomstarrh and @coolsaber57, in case you still need this |
Hi Found mine config.json at /usr/local/lib/node_modules/cast-web-api-cli/node_modules/cast-web-api/config/config.json |
Hello,
I'm having some trouble getting cast-web-api-cli to use my host's IP address. I also tried using the -H parameter in this way:
cast-web-api-cli start -H 192.168.2.17
as well as adding sudo to the command, but upon startup, the status shows an IP of 127.0.0.1. Not sure if I'm missing something, but I looked at the log and didn't see anything that showed why it can't use my IP.
Edit: it's possible that it's just using the local address. Is it supposed to show my host's address?
The text was updated successfully, but these errors were encountered: