ErrLookup › openai/whisper
openai/whisper
Robust Speech Recognition via Large-Scale Weak Supervision · Python · 14 source files
Analyzed at 5f86d1d863 on 2026-08-14. 16 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| {download_target} exists and is not a regular file | exception | error | filesystem, model-download, cache, configuration |
| Model has been downloaded but the SHA256 checksum does not n | exception | error | network, model-download, checksum, retry |
| Model {name} not found; available models = {available_models | exception | error | model-loading, configuration, cli, filesystem |
| Failed to load audio: {e.stderr.decode()} | exception | error | audio, ffmpeg, subprocess, file-format |
| This model doesn't have language tokens so it can't perform | exception | error | language-id, tokenizer, model-config, multilingual |
| beam_size and best_of can't be given together | exception | error | decoding, options-validation, beam-search |
| best_of with greedy sampling (T=0) is not compatible | exception | error | decoding, options-validation, sampling, temperature |
| patience requires beam_size to be given | exception | error | decoding, options-validation, beam-search |
| length_penalty (alpha) should be a value between 0 and 1 | exception | error | decoding, options-validation, beam-search, range-check |
| Unexpected token: {current} | exception | warning | normalization, english, asr-postprocessing, edge-case |
| This tokenizer does not have language token configured | exception | error | tokenizer, language-id, multilingual, model-config |
| Language {language} not found in tokenizer. | exception | error | tokenizer, language, vocabulary, configuration |
| Unsupported language: {language} | exception | error | tokenizer, language, validation, configuration |
| model should be one of {available_models()} or path to a mod | exception | error | cli, argparse, model-loading, configuration |
| triton import failed; try `pip install --pre triton` | exception | error | dependencies, triton, cuda, import-error, environment |
| Expected one of {set(str2val.keys())}, got {string} | exception | error | cli, argparse, boolean-parsing, configuration |