mirror of
https://github.com/varunneal/spotify-mcp.git
synced 2026-04-26 13:15:50 +03:00
[GH-ISSUE #1] Getting "Premium required" error #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-mcp-varunneal#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sahilsuri008 on GitHub (Dec 4, 2024).
Original GitHub issue: https://github.com/varunneal/spotify-mcp/issues/1
Hello,
I installed the mcp successfully, set up the app on the developer dashboard but when I ask Claude desktop to play a song, it's giving the following error:
An error occurred with the Spotify Client: http status: 403, code:-1 - https://api.spotify.com/v1/me/player/play?device_id=307e801380863c12d87bf50d778fc9d4104e8cc2:
Player command failed: Premium required, reason: PREMIUM_REQUIRED
@varunneal commented on GitHub (Dec 4, 2024):
Do you have Spotify premium? From the Spotify API docs.
@sahilsuri008 commented on GitHub (Dec 4, 2024):
Yes, I have spotify premium.
@sahilsuri008 commented on GitHub (Dec 4, 2024):
Hello,
Now, I'm getting a different error:
{
action:start,track_id:6kIpxmFQ35wgI3cK77LKbx}
error: invalid_client, error_description: Invalid client
@varunneal commented on GitHub (Dec 5, 2024):
If I were to guess, you should double check
SPOTIFY_CLIENT_IDandSPOTIFY_CLIENT_SECRETto make sure they are correct.