Unable to do Partymode when all players are individual
up vote
0
down vote
favorite
I am unable to get my app to do partymode when all players are individual (not grouped)
When there is a power outage (or surge) all players (26) disconnect from their groups and become individual players. My app checks for this and is set to automatically restore the groups (which for some reason only works when everything is in partymode)
However getting the players in partymode does not work using Player = SoCo('192.168.75.101") Player.partymode()
i get an error
Traceback (most recent call last):
File "C:SonosTest.py", line 13, in
Player.partymode()
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 855, in partymode
[zone.join(self) for zone in self.visible_zones if zone is not self]
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 838, in visible_zones
self._parse_zone_group_state()
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 753, in _parse_zone_group_state
cache_timeout=5)['ZoneGroupState']
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 593, in GetZoneGroupState
return self.send_command('GetZoneGroupState', *args, **kwargs)
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 357, in send_command
self.handle_upnp_error(response.text)
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 417, in handle_upnp_error
error_xml=xml_error
soco.exceptions.SoCoUPnPException: UPnP Error 501 received: Action Failed from 192.168.75.101
I have tried this with all my players, they all give the same error....
I have tried finding a solution online, however it feels like i'm the only one with this issue.
python python-3.x sonos
add a comment |
up vote
0
down vote
favorite
I am unable to get my app to do partymode when all players are individual (not grouped)
When there is a power outage (or surge) all players (26) disconnect from their groups and become individual players. My app checks for this and is set to automatically restore the groups (which for some reason only works when everything is in partymode)
However getting the players in partymode does not work using Player = SoCo('192.168.75.101") Player.partymode()
i get an error
Traceback (most recent call last):
File "C:SonosTest.py", line 13, in
Player.partymode()
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 855, in partymode
[zone.join(self) for zone in self.visible_zones if zone is not self]
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 838, in visible_zones
self._parse_zone_group_state()
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 753, in _parse_zone_group_state
cache_timeout=5)['ZoneGroupState']
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 593, in GetZoneGroupState
return self.send_command('GetZoneGroupState', *args, **kwargs)
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 357, in send_command
self.handle_upnp_error(response.text)
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 417, in handle_upnp_error
error_xml=xml_error
soco.exceptions.SoCoUPnPException: UPnP Error 501 received: Action Failed from 192.168.75.101
I have tried this with all my players, they all give the same error....
I have tried finding a solution online, however it feels like i'm the only one with this issue.
python python-3.x sonos
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am unable to get my app to do partymode when all players are individual (not grouped)
When there is a power outage (or surge) all players (26) disconnect from their groups and become individual players. My app checks for this and is set to automatically restore the groups (which for some reason only works when everything is in partymode)
However getting the players in partymode does not work using Player = SoCo('192.168.75.101") Player.partymode()
i get an error
Traceback (most recent call last):
File "C:SonosTest.py", line 13, in
Player.partymode()
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 855, in partymode
[zone.join(self) for zone in self.visible_zones if zone is not self]
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 838, in visible_zones
self._parse_zone_group_state()
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 753, in _parse_zone_group_state
cache_timeout=5)['ZoneGroupState']
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 593, in GetZoneGroupState
return self.send_command('GetZoneGroupState', *args, **kwargs)
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 357, in send_command
self.handle_upnp_error(response.text)
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 417, in handle_upnp_error
error_xml=xml_error
soco.exceptions.SoCoUPnPException: UPnP Error 501 received: Action Failed from 192.168.75.101
I have tried this with all my players, they all give the same error....
I have tried finding a solution online, however it feels like i'm the only one with this issue.
python python-3.x sonos
I am unable to get my app to do partymode when all players are individual (not grouped)
When there is a power outage (or surge) all players (26) disconnect from their groups and become individual players. My app checks for this and is set to automatically restore the groups (which for some reason only works when everything is in partymode)
However getting the players in partymode does not work using Player = SoCo('192.168.75.101") Player.partymode()
i get an error
Traceback (most recent call last):
File "C:SonosTest.py", line 13, in
Player.partymode()
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 855, in partymode
[zone.join(self) for zone in self.visible_zones if zone is not self]
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 838, in visible_zones
self._parse_zone_group_state()
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessococore.py", line 753, in _parse_zone_group_state
cache_timeout=5)['ZoneGroupState']
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 593, in GetZoneGroupState
return self.send_command('GetZoneGroupState', *args, **kwargs)
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 357, in send_command
self.handle_upnp_error(response.text)
File "C:UsersokotokscomputersAppDataRoamingPythonPython36site-packagessocoservices.py", line 417, in handle_upnp_error
error_xml=xml_error
soco.exceptions.SoCoUPnPException: UPnP Error 501 received: Action Failed from 192.168.75.101
I have tried this with all my players, they all give the same error....
I have tried finding a solution online, however it feels like i'm the only one with this issue.
python python-3.x sonos
python python-3.x sonos
asked Nov 10 at 23:19
SparkBarisart
13
13
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244370%2funable-to-do-partymode-when-all-players-are-individual%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown