mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #426] Sonos is not detected #177
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @flipjs on GitHub (Apr 30, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/426
The official spotify gui client can see Sonos, but spotify-tui can't detect it. Are there steps or configuration needed for this? My Sonos device is Sonos One, if that matters. Thanks.
@Rigellute commented on GitHub (May 4, 2020):
spotify-tui uses the spotify web api to fetch available devices (a simple GET request), this could be an issue with their public API
@PascalSenn commented on GitHub (Jul 26, 2020):
this is the related issue on the spotify repo
looks like it is simply not possible at the moment
https://github.com/spotify/web-api/issues/525
@kubukoz commented on GitHub (Apr 21, 2021):
@flipjs you might wanna check again, my Sonos doesn't show up as a restricted device anymore, and the spotify API allows me to control it. This must be pretty new, as I had to use a workaround until 1-2 weeks ago.
@geoigeek commented on GitHub (Oct 11, 2021):
i also cannot connect to my Sonos ARC +Sub via sonos-tui (or Sonos Web)
@kubukoz commented on GitHub (Oct 11, 2021):
Update from me as well, Sonos became a restricted device shortly after I said it wasn't... so it was only usable through the API directly for a short time.
@sebasouthwell commented on GitHub (Jul 25, 2023):
Update on this, Sonos doesn't seem to work due to an expected string coming back as a null; if I have to guess, one of the API messages received is mandatory, and the parsing doesn't like it; Spotify returns the name of the device as I saw it in the error message when music is playing from my Sonos, so most likely some parsing error.