Skip to content
New issue

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

server.run keep running and no any return #151

Open
gray4what opened this issue Feb 24, 2024 · 1 comment
Open

server.run keep running and no any return #151

gray4what opened this issue Feb 24, 2024 · 1 comment

Comments

@gray4what
Copy link

gray4what commented Feb 24, 2024

tried run in

  1. window11 wsl + anaconda
  2. window11+ docker image: ghcr.io/collabora/whisperbot-base:latest
  3. followed installation guide.

keep running, no returns:

from whisper_live.server import TranscriptionServer
server = TranscriptionServer()
server.run("0.0.0.0", 9090)

screenshot 2024-02-23 231240

@kjhenner
Copy link

I don't think the server will emit any messages on initialization. Try going connecting with the client. Or, for faster validation that the server is doing something, you can go to localhost:9090 in your browser and you'll at least see an error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants