ErrLookup › fishaudio/fish-speech
fishaudio/fish-speech
SOTA Open Source TTS · Python · 78 source files
Analyzed at befe400174 on 2026-08-27. 31 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Either text or tokens must be provided | validation | error | validation, dataclass, content-sequence, python |
| Unsupported part type: {part['type']} | validation | error | validation, serialization, content-sequence, python |
| Unsupported part type: {type(part)} | validation | error | validation, encoding, content-sequence, python |
| {i} is not a file or directory | validation | error | file-not-found, dataset, path-validation, python |
| Expected GenerateResponse, got {type(wrapped_result.response | exception | critical | protocol-mismatch, version-mismatch, inference, python |
| Reference ID contains invalid characters or is too long. Onl | validation | error | validation, sanitization, security, path-traversal |
| Reference ID '{id}' already exists | validation | error | conflict, idempotency, file-exists, python |
| Audio file not found: {wav_file_path} | exception | error | file-not-found, path, audio, python |
| Unsupported audio format: {audio_path.suffix}. Supported for | validation | error | validation, audio-format, file-extension, python |
| Number of prompt text ({len(prompt_text)}) and prompt audio | validation | error | input-validation, voice-cloning, cli |
| Unknown model type: {data['model_type']} | validation | critical | model-loading, config, version-mismatch |
| Unknown model type: {config.model_type} | validation | critical | model-loading, config, dispatch |
| No model weights found in {path_obj} | exception | critical | model-loading, file-not-found, download |
| Unbalanced braces: '%s' % pattern | validation | error | parsing, user-input, brace-expansion |
| Unbalanced braces | validation | error | parsing, brace-expansion, user-input |
| Directory {path} does not exist. | exception | error | file-system, input-validation, cli |
| Callbacks config must be a DictConfig! | validation | error | hydra, config, type-error |
| Logger config must be a DictConfig! | validation | error | hydra, config, logging, type-error |
| Specify tags before launching a multirun! | validation | error | hydra, multirun, experiment-tracking |
| Metric value not found! <metric_name={metric_name}>\nMake su | validation | error | hydra, hyperparameter-search, metrics |
| --reference_audio and --reference_text must be given the sam | console | error | api-client, cli, voice-cloning |
| Reference audio file not found: {ref_audio} | console | error | api-client, file-not-found, cli |
| Invalid token | http | error | authentication, api-server, http-401 |
| Invalid quantization mode {mode} needs to be one of [int8, i | validation | error | quantization, cli, argument-validation |
| Unsupported Media Type | http | error | http, content-type, api-server |
| {str(result.error)} | http | error | api-server, http-500, inference |
| No audio generated, please check the input text. | http | error | api-server, http-500, tts |
| Failed to encode audio | http | error | api-server, http-500, audio-processing, vqgan |
| Failed to decode tokens to audio | http | error | api-server, http-500, vqgan, serialization |
| Text is too long, max length is {app_state.max_text_length} | http | warning | tts, input-validation, text-length, http-400 |
| Streaming only supports WAV format | http | warning | tts, streaming, format-mismatch, http-400 |