ErrLookup › deezer/spleeter
deezer/spleeter
Deezer source separation library including pretrained models. · Python · 22 source files
Analyzed at c8854001ac on 2026-08-28. 21 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
20 ⚠️ -i option is not supported anymore, audio files must be supplied using input | console | error | cli, deprecated-api, breaking-change |
10 Extra dependencies musdb and museval not found | console | error | dependencies, missing-package, pip, cli |
| {adapter_class_name} is not a valid AudioAdapter class | exception | error | configuration, python, invalid-argument |
| {} binary not found | exception | error | ffmpeg, environment, missing-binary, path |
| An error occurs with ffprobe (see ffprobe output below) {} | exception | error | ffmpeg, file-io, invalid-media, ffprobe |
| No stream was found with ffprobe | exception | error | ffmpeg, invalid-media, empty-file, ffprobe |
| output directory does not exists: {directory} | exception | error | file-io, missing-directory, path |
| FFMPEG error: {process.stderr.read()} | exception | error | ffmpeg, subprocess, file-io, pipe |
| F is too large and must be set to at most frame_length/2+1. | validation | error | configuration, hyperparameters, stft, value-error |
| T is too large considering STFT parameters and chunk duratoi | validation | error | configuration, hyperparameters, stft, value-error |
| n_chunks_per_song must be positif | validation | error | python, valueerror, parameter-validation, spleeter |
| No model function {model_type} found | exception | error | python, valueerror, configuration, model-type, spleeter |
| Unkwnown loss type: {loss_type} | exception | error | python, valueerror, configuration, loss-function, spleeter |
| Invalid mask_extension parameter {extension} | exception | error | python, valueerror, configuration, mask-extension, spleeter |
| Unknown mode {mode} | exception | error | python, valueerror, tensorflow, estimator, spleeter |
| No checksum for model {name} | exception | error | model-download, checksum, valueerror, configuration |
| Downloaded file is corrupted, please retry | exception | error | download, checksum, ioerror, integrity, network |
| Separated source path conflict : {path},please check your fi | exception | error | filename-format, path-conflict, spleetererror, configuration |
| No embedded configuration {name} found | exception | error | configuration, spleetererror, embedded-resource, missing-resource |
| Configuration file {descriptor} not found | exception | error | configuration, spleetererror, file-not-found, path |
| Function only implemented for concat_axis equal to 0 or 1 | exception | error | python, tensorflow, not-implemented, argument-validation |