Closed orrest closed 1 year ago
Got this log from the console in the tab opened after Start Capture
:
options.js:93 WebSocket connection to 'ws://transcription.kurg.org:7090/' failed:
The command I used to run the docker image:
docker run -it -p 9090:9090 whisper-live:latest
We are currently working on the demo server, either use your own instance or wait a few days until the demo server is up again.
finally got it work!
I've successfully build the docker image, and run the
docker run ...
command come from the documentation, then I got this log:After this, I tried to load the extension to the browser, after I click
Start Capture
, I see nothing happens from the browser.I tried to go to
localhost:9090
from the browser, got this:So, am I got the image built correctly? And how to use the client for the docker server?
Thanks.