在 Spotify connect 上看不到 sonos 设备
Can't see sonos devices on Spotify connect
我正在尝试将我的 Spotify 连接到我的 sonos。我正在使用 Tekore 库来使用 Spotify API。当我尝试列出 Spotify Connect 上的所有设备时,即 spotify.playback_devices()
,我只获得了部分可用设备。特别是,未列出 Sonos 设备。有人知道为什么吗?
The documentation 对于 Spotify Connect Web API 非常清楚这种情况:
Devices not Appearing on Device List
Connect Web API relies on local network connections to discover and interact with some devices.
For example, when:
- A new device is added to the network
- A device is in “sleep” mode
- A device on the local network is currently tied to another user account, or
- Other reasons specific to the device
As a result, some devices that appear in the Connect picker within the
Spotify application may not always be visible or available on the
Connect Web API
Endpoints.
翻译:如果它没有出现在 API 中,可能是有原因的。如果您向开发团队发送推文 @SpotifyPlatform.
,您或许可以获得开发团队的进一步指导
我正在尝试将我的 Spotify 连接到我的 sonos。我正在使用 Tekore 库来使用 Spotify API。当我尝试列出 Spotify Connect 上的所有设备时,即 spotify.playback_devices()
,我只获得了部分可用设备。特别是,未列出 Sonos 设备。有人知道为什么吗?
The documentation 对于 Spotify Connect Web API 非常清楚这种情况:
Devices not Appearing on Device List
Connect Web API relies on local network connections to discover and interact with some devices.
For example, when:
- A new device is added to the network
- A device is in “sleep” mode
- A device on the local network is currently tied to another user account, or
- Other reasons specific to the device
As a result, some devices that appear in the Connect picker within the Spotify application may not always be visible or available on the Connect Web API Endpoints.
翻译:如果它没有出现在 API 中,可能是有原因的。如果您向开发团队发送推文 @SpotifyPlatform.
,您或许可以获得开发团队的进一步指导