Fix whisper compose entrypoint so STT port 18801 is reachable
This commit is contained in:
@@ -45,6 +45,9 @@ curl -sS -i -X POST http://localhost:18801/v1/audio/transcriptions \
|
||||
- If this is intermittent, Flynn now retries transient failures before returning an error.
|
||||
- If you use `localhost` in config and this persists, set endpoint host to `127.0.0.1` to avoid local name-resolution edge cases:
|
||||
- `http://127.0.0.1:18801/v1/audio/transcriptions`
|
||||
- If `docker logs whisper-server` shows `whisper server listening at http://127.0.0.1:8080`, host-published port forwarding may reset connections. Verify container launch args:
|
||||
- `docker inspect whisper-server --format '{{.Path}} {{json .Args}}'`
|
||||
- Expected: path `whisper-server` with explicit `--host 0.0.0.0` args.
|
||||
|
||||
- `[No speech detected]`
|
||||
- Request succeeded and endpoint returned empty transcript text.
|
||||
|
||||
Reference in New Issue
Block a user