/devices returns empty when desktop app still opens
davidnguyen11 opened this issue · 0 comments
davidnguyen11 commented
Title: /devices
sometime returns empty even though, my app still opens
Issue found on February 16th 2020
Endpoint(s):
GET https://api.spotify.com/v1/me/player/devices
Steps to reproduce:
- Open Desktop App
- Close Desktop App
- Open Desktop App again
- Go to API Console: https://developer.spotify.com/console/get-users-available-devices/
- Get devices
Expected behaviour:
It must return list of devices id with desktop value
Actual behaviour:
{
"devices": []
}