First, I installed openface with docker. And I run the comparison demo correctly. But when I run web dome, error appeared.When I run ./demos/web/start-servers.sh
I get the reply
Starting the HTTP TLS server on port 8000
and the Secure WebSocket server on port 9000.
Access the demo through the HTTP server in your browser.
If you're running on the same computer with Docker, find the IP
address of the Docker container and use https://<docker-ip>:8000.
If you're running on a remote computer, find the IP address
and use https://<remote-ip>:8000.
WARNING: Chromium will warn on self-signed certificates. Please accept the certificate
and reload the app.
WebSocket Server: Logging to '/tmp/openface.websocket.log'
2018-06-21 14:27:46+0000 [-] Log opened.
2018-06-21 14:27:46+0000 [-] WebSocketServerFactory (TLS) starting on 9000
2018-06-21 14:27:46+0000 [-] Starting factory <autobahn.twisted.websocket.WebSocketServerFactory object at 0x7fd8a0f2d390>
And it keeps until I end it by hand.
And when I open my browser (no matter with chrome or firefox), it give nothing but "the website can't work properly"
Besides, I installed openface by hand, and I met the same question.
Is there any problem in my network settings or anything else?
Do you any idea how I should proceed?
Any idea would be very very helpful, I'm getting frustrated.
Thanks a lot for your help with this!