You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2020. It is now read-only.
{
"error": {
"status": 404,
"message": "Player command failed: No active device found",
"reason": "NO_ACTIVE_DEVICE"
}
}
In such a case I must pause and resume the music in browser manually, to get it working.
Also when using the curl example how it is on the console page from command line (with valid token), the response is Error 411 (Length Required). The reason is, that it seems to require Content-Length in the header even when there are no data send.
Issue found on July 1st 2020.
Endpoint(s):
PUT /v1/me/player/pausePUT /v1/me/player/playScope(s):
user-modify-playback-stateSteps to reproduce:
Expected behaviour:
Music stops or resumes.
Actual behaviour:
Sometimes the response is:
In such a case I must pause and resume the music in browser manually, to get it working.
Also when using the
curlexample how it is on the console page from command line (with valid token), the response isError 411(Length Required). The reason is, that it seems to requireContent-Lengthin the header even when there are no data send.