Sonos issues

I got some strange Sonos issues that I haven’t seen before, last few days my log has been filled up with them…

This is what trigger the errors:

    - service: media_player.turn_off
      entity_id:
        - media_player.bathroom_lower
        - media_player.bathroom_upper
        - media_player.bedroom
        - media_player.kitchen
        - media_player.living_room
        - media_player.lounge
        - media_player.office

This is one of the error it gives:

16-10-23 01:06:12 homeassistant.components.media_player.sonos: command "turn_off" for Sonos device "Living Room" not available in this mode
16-10-23 01:06:13 soco.services: UPnP Error 701 received: Transition not available from 40.0.0.15
Traceback (most recent call last):
  File "/home/hass/.homeassistant/deps/soco/services.py", line 357, in send_command
    self.handle_upnp_error(response.text)
  File "/home/hass/.homeassistant/deps/soco/services.py", line 417, in handle_upnp_error
    error_xml=xml_error
soco.exceptions.SoCoUPnPException: UPnP Error 701 received: Transition not available from 40.0.0.15
```

I just updated to 0.31 but the problem is still there.