Open aqstack opened 4 years ago
Are you able to run a station server, for example frontend_example.py
? I made the following change to multicast.py
to prevent this error on Windows occurring for me:
https://github.com/JamesMTSloan/openhtf/commit/0f3ab6ac916bf51613c0df5a3030a8dffbf5a7dc
Now I can run both the station and dashboard servers on Windows, however my dashboard server does not see any stations. I am happy to just work with the stations directly for now and this fix should allow you to do the same but it isn't necessarily correct for getting the dashboard server working properly.
Facing socket error when trying to start the
dashboard_server
. Tried on two separateWindows
environments, but I get the same error.