spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

/devices returns empty when desktop app still opens #1582

Open davidnguyen11 opened 4 years ago

davidnguyen11 commented 4 years ago

Title: /devices sometime returns empty even though, my app still opens

Issue found on February 16th 2020

Endpoint(s):

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": []
}