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
results in the following error:
17-02-13 17:58:05 WARNING (MainThread) [homeassistant.core] Unable to find service media_player/sonos_snapshot
17-02-13 17:58:15 WARNING (MainThread) [homeassistant.core] Unable to find service media_player/sonos_unjoin
17-02-13 17:58:25 WARNING (MainThread) [homeassistant.core] Unable to find service media_player/sonos_join
Expected Behavior:
These features worked as expected in .37. Possible regression of new Sonos updates in 0.37?
[Edit] : Moved developer tools to existing issue #5941:
-With 0.38.2 (and .1) trying to access the Developer tools Services/States icons via SSL results in a spinner which never resolves. Connecting via http:// works fine.
In my particular case I'm going through a reverse proxy so Home Assistant itself is not set up to use SSL. Nothing to speak of in the logs.-
The text was updated successfully, but these errors were encountered:
Thanks! This appears to have resolved the issue.
Previously these were auto-discovered including platform details, so I didn't realize they needed an explicit media_player entry.
Home Assistant release (hass --version): 0.38.2
Python release (python3 --version): Python 3.4.3
Component/platform: Media Player/Sonos
With the Sonos component, attempting to issue media player commands in a script such as:
results in the following error:
17-02-13 17:58:05 WARNING (MainThread) [homeassistant.core] Unable to find service media_player/sonos_snapshot
17-02-13 17:58:15 WARNING (MainThread) [homeassistant.core] Unable to find service media_player/sonos_unjoin
17-02-13 17:58:25 WARNING (MainThread) [homeassistant.core] Unable to find service media_player/sonos_join
Expected Behavior:
These features worked as expected in .37. Possible regression of new Sonos updates in 0.37?
[Edit] : Moved developer tools to existing issue #5941:
-With 0.38.2 (and .1) trying to access the Developer tools Services/States icons via SSL results in a spinner which never resolves. Connecting via http:// works fine.
In my particular case I'm going through a reverse proxy so Home Assistant itself is not set up to use SSL. Nothing to speak of in the logs.-
The text was updated successfully, but these errors were encountered: