<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sonos speakers not showing in GET /player/devices in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Sonos-speakers-not-showing-in-GET-player-devices/m-p/5175462#M2212</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Plan:&amp;nbsp;&lt;/STRONG&gt;Premium plan&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country: USA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device:&amp;nbsp;&lt;/STRONG&gt;Sonos One, Macbook Pro, Galaxy S9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm not able to see my Sonos speakers in the /player/devices list, despite actively playing to a device via Spotify Desktop on my Mac:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;√ ~ ⮕ curl -H "Authorization: Bearer &amp;lt;Valid Token&amp;gt;" https://api.spotify.com/v1/me/player/devices
{
  "devices" : [ {
    "id" : "&amp;lt;id&amp;gt;",
    "is_active" : false,
    "is_private_session" : false,
    "is_restricted" : false,
    "name" : "SNS004318",
    "type" : "Computer",
    "volume_percent" : 42
  }, {
    "id" : "&amp;lt;id&amp;gt;",
    "is_active" : false,
    "is_private_session" : false,
    "is_restricted" : false,
    "name" : "Galaxy S9",
    "type" : "Smartphone",
    "volume_percent" : 100
  } ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would expect several more speakers to show here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've reviewed the &lt;A href="https://developer.spotify.com/documentation/web-api/guides/using-connect-web-api/#devices-not-appearing-on-device-list" target="_self"&gt;API recommendations&lt;/A&gt;, but as far as I can tell everything is correct. I am using the same account on both, and the device is available and active in the device picker. Any other suggestions?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Mar 2021 18:34:23 GMT</pubDate>
    <dc:creator>mtmaliske</dc:creator>
    <dc:date>2021-03-24T18:34:23Z</dc:date>
    <item>
      <title>Sonos speakers not showing in GET /player/devices</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Sonos-speakers-not-showing-in-GET-player-devices/m-p/5175462#M2212</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan:&amp;nbsp;&lt;/STRONG&gt;Premium plan&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country: USA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device:&amp;nbsp;&lt;/STRONG&gt;Sonos One, Macbook Pro, Galaxy S9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm not able to see my Sonos speakers in the /player/devices list, despite actively playing to a device via Spotify Desktop on my Mac:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;√ ~ ⮕ curl -H "Authorization: Bearer &amp;lt;Valid Token&amp;gt;" https://api.spotify.com/v1/me/player/devices
{
  "devices" : [ {
    "id" : "&amp;lt;id&amp;gt;",
    "is_active" : false,
    "is_private_session" : false,
    "is_restricted" : false,
    "name" : "SNS004318",
    "type" : "Computer",
    "volume_percent" : 42
  }, {
    "id" : "&amp;lt;id&amp;gt;",
    "is_active" : false,
    "is_private_session" : false,
    "is_restricted" : false,
    "name" : "Galaxy S9",
    "type" : "Smartphone",
    "volume_percent" : 100
  } ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would expect several more speakers to show here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've reviewed the &lt;A href="https://developer.spotify.com/documentation/web-api/guides/using-connect-web-api/#devices-not-appearing-on-device-list" target="_self"&gt;API recommendations&lt;/A&gt;, but as far as I can tell everything is correct. I am using the same account on both, and the device is available and active in the device picker. Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 18:34:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Sonos-speakers-not-showing-in-GET-player-devices/m-p/5175462#M2212</guid>
      <dc:creator>mtmaliske</dc:creator>
      <dc:date>2021-03-24T18:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sonos speakers not showing in GET /player/devices</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Sonos-speakers-not-showing-in-GET-player-devices/m-p/5175469#M2213</link>
      <description>Hey there, thanks for reaching out!&lt;BR /&gt;&lt;BR /&gt;Let's dive into this. I've taken a look and it sounds like Sonos speakers are currently not supported to be controlled through this API (restricted device). You might be able to use the Sonos API to control Sonos devices: &lt;A href="https://developer.sonos.com/reference/control-api/" target="_blank"&gt;https://developer.sonos.com/reference/control-api/&lt;/A&gt;. Let me know if you have any questions!&lt;BR /&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Hubo</description>
      <pubDate>Wed, 24 Mar 2021 18:46:07 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Sonos-speakers-not-showing-in-GET-player-devices/m-p/5175469#M2213</guid>
      <dc:creator>Hubo</dc:creator>
      <dc:date>2021-03-24T18:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sonos speakers not showing in GET /player/devices</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Sonos-speakers-not-showing-in-GET-player-devices/m-p/6187016#M14447</link>
      <description>&lt;P&gt;Just curious as to why the Spotify Web Playback SDK can control Sonos devices, but the Spotify Web-Services API cannot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One would think that the Spotify Web Playback SDK and the Spotify Web-Services API would perform the same when it comes to controlling the player, but (obviously) they don't.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 18:57:32 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Sonos-speakers-not-showing-in-GET-player-devices/m-p/6187016#M14447</guid>
      <dc:creator>thlucas</dc:creator>
      <dc:date>2024-07-11T18:57:32Z</dc:date>
    </item>
  </channel>
</rss>

