Get 500 Internal Server Error When Using Transfer Playback API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm encountering a 500 Internal Server Error when trying to transfer playback using the Spotify Web API.
What I Did
- I checked available devices using GET /me/player/devices, and my devices are listed as expected:
{
"devices": [
{
"id": "145d1de2d16f0f646ebc864c6f75a455e5b99232",
"is_active": false,
"is_private_session": false,
"is_restricted": false,
"name": "Personal Spotify Web",
"supports_volume": true,
"type": "Computer",
"volume_percent": 100
},
{
"id": "26069100cb0faeaa1a38b23c26efe396487205f4",
"is_active": false,
"is_private_session": false,
"is_restricted": false,
"name": "Personal Spotify Web",
"supports_volume": true,
"type": "Computer",
"volume_percent": 100
}
]
}
- I then tried transferring playback using PUT /me/player with the following request:
{
"device_ids": [
"26069100cb0faeaa1a38b23c26efe396487205f4"
]
}
The Issue
Instead of successfully transferring playback, I receive this response:
{
"error": {
"status": 500,
"message": "Server error."
}
}
This was working fine yesterday, but now it consistently returns a 500 error.
Additional Info
- The device ID I'm trying to transfer to is valid and available.
- The request was working previously with no changes on my end.
- I have also tried refreshing my access token, but the issue persists.
Has anyone else experienced this? Could this be a temporary issue with the Spotify API? Any help would be appreciated!
Thanks!
Labels:
- Labels:
-
Discussion
-
Possible Bug
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page