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: 1. Open Desktop App 2. Close Desktop App 3. Open Desktop App again 4. Go to API Console: https://developer.spotify.com/console/get-users-available-devices/ 5. Get devices #### Expected behaviour: It must return list of devices id with desktop value #### Actual behaviour: ```json { "devices": [] } ```
Title:
/devicessometime returns empty even though, my app still opensIssue found on February 16th 2020
Endpoint(s):
GET https://api.spotify.com/v1/me/player/devicesSteps to reproduce:
Expected behaviour:
It must return list of devices id with desktop value
Actual behaviour:
{ "devices": [] }