I am testing the Beats api in the playground section of the developer site. When I try to use the Audio api call I get a 409 conflict error and the following response.
{
"code": "StreamContention",
"message": "Another device is currently playing music: web app"
}
I understand the error but the account is not logged in to the web app. I already logged out of the web app.
How can I fix this locking issue?