hastic-zzz / analytics

Hastic python core for processing machine learning tasks. Could be used separately.
17 stars 2 forks source link

Cannot assign requested address #24

Open NilSkilz opened 4 years ago

NilSkilz commented 4 years ago

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?

NilSkilz commented 4 years ago

After looking at the code, you can pass HASTIC_SERVER_URL=ws://:8002 This could do with being documented somewhere perhaps

jonyrock commented 4 years ago

@NilSkilz thx, I think we will address this next week.

jonyrock commented 4 years ago

@rozetko please take a look what is happening here

rozetko commented 4 years ago

@NilSkilz thanks for the report it'll be fixed with these PRs: https://github.com/hastic/analytics/pull/25 and https://github.com/hastic/hastic-server/pull/931