We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the docker image, I get: Connect call failed ('127.0.0.1', 8002), [Errno 99] Cannot assign requested address
I assume 127.0.0.1 is localhost of the container, not of the machine, and so we'll need to be able to pass an IP address to the container?
The text was updated successfully, but these errors were encountered:
After looking at the code, you can pass HASTIC_SERVER_URL=ws://<ip_address>:8002 This could do with being documented somewhere perhaps
Sorry, something went wrong.
@NilSkilz thx, I think we will address this next week.
@rozetko please take a look what is happening here
@NilSkilz thanks for the report it'll be fixed with these PRs: #25 and https://github.com/hastic/hastic-server/pull/931
sblrok
No branches or pull requests
Using the docker image, I get:
Connect call failed ('127.0.0.1', 8002), [Errno 99] Cannot assign requested address
I assume 127.0.0.1 is localhost of the container, not of the machine, and so we'll need to be able to pass an IP address to the container?
The text was updated successfully, but these errors were encountered: