spotify/web-api

/devices returns empty when desktop app still opens

davidnguyen11 opened this issue · 0 comments

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:

{
  "devices": []
}