ErrLookup › spicetify/cli
spicetify/cli
Command-line tool to customize Spotify client. Supports Windows, macOS, and Linux. · JavaScript · 98 source files
Analyzed at 1f13f73616 on 2026-08-31. 22 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| invalid option available options: -e, -c, -a, -s | validation | error | cli, invalid-flag, argument-parsing |
| invalid option available options: all, userdata | validation | error | cli, invalid-argument, argument-parsing |
| Command "{{v}}" not found. Run "spicetify -h" for a list of | validation | error | cli, unknown-command, argument-parsing |
| config "current_theme" is blank | validation | error | config, theme, missing-config |
| unrecognized theme assets kind. only "root", "folder", "colo | validation | error | invalid-argument, theme, validation |
| aborting the patching process due to missing Spotify binarie | exception | critical | spotify-installation, windows, missing-binary |
| aborting the patching process due to unsupported build | exception | critical | spotify-version, incompatible-build, version-mismatch |
| invalid version string | validation | error | version-parsing, format-validation |
| custom app not found | error_code | error | custom-apps, missing-path, configuration |
| extension not found | error_code | error | filesystem, extension, path-resolution |
| GitHub response: {{release.Message}} | http | error | network, github-api, http |
| cannot enable devtools safely: %q marker not found in offlin | error_code | error | binary-patching, devtools, spotify |
| unexpected HTTP status: %s for %s | http | error | network, http, update, download |
| could not read %s: %w | error_code | error | filesystem, spotify, preprocess |
| detected %s Spotify build! spicetify works only on Release b | error_code | error | spotify, version-compatibility, preprocess |
| error reading file %s: %w | error_code | error | filesystem, utf16, binary |
| file is not in UTF-16LE format: %s | error_code | error | encoding, utf16, binary |
| start marker not found: %s | error_code | error | binary, utf16, marker |
| end marker not found after start index %d: %s | error_code | error | go, utf16, parser, marker-not-found |
| error decoding UTF-16LE content: %w | error_code | error | go, utf16, encoding, decoding |
| invalid UTF-16LE data length | error_code | error | go, utf16, encoding, validation |
| panic(err) | panic | critical | go, panic, ini, config |