- Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Bug Report
Description
The admin playlist selector shows validation errors for three playlists with invalid or missing Spotify URIs. The affected playlists are highlighted in red/pink with error messages.
Screenshots
(See attached screenshots in conversation)
Errors
Screenshot 1:
- Eurovision Winners —
Invalid: Song 101: 'uri' invalid (expected spotify:track:{22-char-id}) - Pure Pop Punk 🎸 —
Invalid: Song 100: no valid URI
Screenshot 2:
- Yacht Rock —
Invalid: Song 98: 'uri' invalid (expected spotify:track:{22-char-id})
Expected Behavior
All playlists should pass URI validation and display without errors in the playlist selector.
Root Cause (likely)
Some songs have malformed or missing Spotify uri fields. The validator expects the format spotify:track:{22-char-id} but at least 3 songs across these playlists have URIs that don't match.
Environment
- Beatify admin panel (playlist selector view)
- Dark mode theme
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working