vscode-spotify: Failed to perform operation Unknown error: status code 403
See original GitHub issueI just installed vscode-spotify and connected it to my Spotify account but it seems that I can’t get it working, whenever I try to put a playlist it outputs this:
vscode-spotify: Failed to perform operation Unknown error: status code403 ; {
"error" : {
"status" : 403,
"message" : "Not available for the current user"
}
}
Image
I’m using Linux, by the way…
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
visual studio code - vscode-spotify NO_ACTIVE_DEVICE
When from another spotify client the current device is selected and song is played, it works because the current device id active status...
Read more >HTTP Error 403 Forbidden: What It Means and How to Fix It
The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it...If authentication credentials ...
Read more >Fix 403 Forbidden errors when connecting to API Gateway ...
The HTTP 403 Forbidden error most commonly occurs when private DNS is enabled for an API Gateway interface VPC endpoint that's associated ...
Read more >403 Forbidden - HTTP - MDN Web Docs - Mozilla
The HTTP 403 Forbidden response status code indicates that the server understands the request but refuses to authorize it.
Read more >What Is the 403 Forbidden Error and How to Fix It (8 ...
Let's take a better look at each of the eight available methods to solve the HTTP error 403. Please note that while the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It looks like you have free Spotify account. Unfortunately almost all endpoints of spotify web api are available only for Spotify Premium users (which is a shame really). There is nothing I can do about that.
vscode-spotify: Failed to perform operation Unknown error: status code403 ; { “error” : { “status” : 403, “message” : “Player command failed: Premium required”, “reason” : “PREMIUM_REQUIRED” } }