Buzz 1.4.4 on macOS Apple Silicon appears to launch whisper-server with an incompatible inference path.
Buzz log shows:
whisper-server --port 3003 --inference-path /audio/transcriptions ...
The server starts successfully and is reachable:
curl http://localhost:3003
returns the Whisper.cpp Server HTML page.
However, the server homepage shows the active endpoint as:
/inference
Testing Buzz’s expected endpoint returns 404:
curl -v http://localhost:3003/audio/transcriptions
returns:
HTTP/1.1 404 Not Found
File Not Found (/audio/transcriptions)
Model file is valid. For example, ggml-tiny.bin points to a 74 MB blob. Port 3003 is open and whisper-server is listening. The issue appears to be that Buzz expects /audio/transcriptions while the bundled whisper-server exposes /inference.
Buzz 1.4.4 on macOS Apple Silicon appears to launch whisper-server with an incompatible inference path.
Buzz log shows:
whisper-server --port 3003 --inference-path /audio/transcriptions ...
The server starts successfully and is reachable:
curl http://localhost:3003
returns the Whisper.cpp Server HTML page.
However, the server homepage shows the active endpoint as:
/inference
Testing Buzz’s expected endpoint returns 404:
curl -v http://localhost:3003/audio/transcriptions
returns:
HTTP/1.1 404 Not Found
File Not Found (/audio/transcriptions)
Model file is valid. For example, ggml-tiny.bin points to a 74 MB blob. Port 3003 is open and whisper-server is listening. The issue appears to be that Buzz expects /audio/transcriptions while the bundled whisper-server exposes /inference.