Common Issues
This page covers common issues and their solutions.
Authentication Issues
Section titled “Authentication Issues””Spotify authentication failed”
Section titled “”Spotify authentication failed””Cause: Your Spotify authorization has expired or been revoked.
Solution:
- Sign out of Playlist Pipeline
- Sign in again with Spotify
- Re-authorize the application
”Insufficient permissions”
Section titled “”Insufficient permissions””Cause: The required Spotify scopes were not granted.
Solution:
- Go to your Spotify Account Apps
- Remove “Playlist Pipeline” from authorized apps
- Sign in again and grant all requested permissions
Pipeline Issues
Section titled “Pipeline Issues””Playlist not found”
Section titled “”Playlist not found””Cause: The playlist ID is incorrect or the playlist was deleted.
Solution:
- Verify the playlist still exists in Spotify
- Check that you have access to the playlist
- Copy the playlist ID again from Spotify (right-click > Share > Copy Spotify URI)
“Rate limit exceeded”
Section titled ““Rate limit exceeded””Cause: Too many API requests in a short time period.
Solution:
- Wait a few minutes before running the pipeline again
- If scheduling, reduce the frequency
- For large playlists, consider breaking into smaller pipelines
”No tracks returned”
Section titled “”No tracks returned””Cause: The source playlist is empty or filters removed all tracks.
Solution:
- Check that the source playlist has tracks
- Review your filter conditions - they may be too restrictive
- Run without filters to verify the source works
”Failed to save to playlist”
Section titled “”Failed to save to playlist””Cause: You don’t have permission to modify the target playlist.
Solution:
- Verify you own the playlist or have edit access
- Check that the playlist isn’t a Spotify-generated playlist (these can’t be modified)
- Try creating a new playlist instead
CLI Issues
Section titled “CLI Issues””Command not found: plpl”
Section titled “”Command not found: plpl””Cause: The CLI is not installed or not in your PATH.
Solution:
# Reinstall globallybun install -g @plpl/cli
# Or with npmnpm install -g @plpl/cli
# Verify installationplpl --version“Not authenticated”
Section titled ““Not authenticated””Cause: You need to log in with Spotify.
Solution:
plpl auth login“Invalid pipeline file”
Section titled ““Invalid pipeline file””Cause: The YAML/JSON file has syntax errors.
Solution:
- Validate your YAML syntax using an online validator
- Check for common issues:
- Incorrect indentation
- Missing colons or quotes
- Invalid task types
- Use
plpl validate pipeline.yamlto check for errors
Scheduled Pipeline Issues
Section titled “Scheduled Pipeline Issues””Pipeline didn’t run on schedule”
Section titled “”Pipeline didn’t run on schedule””Cause: Various reasons.
Solution:
- Verify the schedule is enabled in the web app
- Check that you have an active subscription (scheduling requires Pro)
- Check the run history for any error messages
”Missed scheduled runs”
Section titled “”Missed scheduled runs””Cause: Scheduler service downtime or issues.
Solution:
- Check the Status Page for any incidents
- Manually run the pipeline if needed
- Contact support if the issue persists
Still Having Issues?
Section titled “Still Having Issues?”If you can’t find a solution here:
- Check the FAQ
- Get Support