CLITroubleshooting
Fix common CLI installation, authentication, and playback issues.
cast: command not found
- Verify the installation completed successfully.
- Homebrew: run
brew list neosapience/tap/cast.
- Go: ensure
$GOPATH/bin is in your PATH.
- Open a new terminal session after installing.
Authentication error
- Run
cast login to re-enter your API key.
- Verify your key in the Typecast API Console.
- Run
cast logout, then cast login to reset local credentials.
No audio playback
- Save to a file instead:
cast "test" --out test.wav.
- Check your system audio output device.
- Ensure your system volume is not muted.
Resources