Troubleshooting
Common Issues
Section titled “Common Issues”Music doesn’t play
- Check debug log files:
ytstderr.logandffstderr.log- If you specified a debug directory with
-d, logs are in that directory. - If you set it in the config file:
- Linux:
~/.config/clispot/config.json - Windows:
%AppData%\clispot\config.json - macOS:
~/Library/Application Support/clispot/config.json
- Linux:
- Otherwise, logs are in the default location:
- Linux/macOS:
~/.local/state/clispot/logs(or$XDG_STATE_HOME/clispot/logs) - Windows:
%AppData%\clispot\logs
- Linux/macOS:
- If you specified a debug directory with
yt-dlp or ffmpeg not found
- Make sure you have yt-dlp and ffmpeg installed and in your PATH
yt-dlp slow download
- yt-dlp is sometimes slow to download audio files, if have slow internet connection we don’t have anything to help you with that
TerminateProcess: access denied(windows)
- This typically occurs when you lack the necessary permissions to end a process, try opening the Command Prompt or PowerShell as an Administrator.
UI Flickering (Windows)
- If you experience UI flickering in the terminal, we recommend using Windows Terminal instead of the legacy Command Prompt or PowerShell.