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 has been archived by the owner on Jul 13, 2020. It is now read-only.
I've got the app built and working for the most part — I'm able to connect to my Spotify account, pull down my connected devices, and control a device (an Echo Dot) via /:device/play, /:device/pause, and /:device/next.
However, PUTing or POSTing to /:devices/tracks doesn't seem to work. It doesn't change the queue in the Spotify app. If you don't have anything playing, PUT to the queue, and then try to play, the Spotify app appears to start playing, but doesn't actually play anything (and doesn't actually update the currently playing song to show the desired song).
I'm assuming this is probably an issue in librespot, but I didn't see any open issues there that relate to this issue, so I thought I'd ask here first.
Thanks :)
The text was updated successfully, but these errors were encountered:
Hello!
I've got the app built and working for the most part — I'm able to connect to my Spotify account, pull down my connected devices, and control a device (an Echo Dot) via
/:device/play
,/:device/pause
, and/:device/next
.However, PUTing or POSTing to
/:devices/tracks
doesn't seem to work. It doesn't change the queue in the Spotify app. If you don't have anything playing, PUT to the queue, and then try to play, the Spotify app appears to start playing, but doesn't actually play anything (and doesn't actually update the currently playing song to show the desired song).I'm assuming this is probably an issue in librespot, but I didn't see any open issues there that relate to this issue, so I thought I'd ask here first.
Thanks :)
The text was updated successfully, but these errors were encountered: