Lot's of errors

Posted on
Thu Nov 15, 2018 8:47 pm
charliticus offline
Posts: 13
Joined: Jul 22, 2017

Lot's of errors

Howdy, I have been using this plug in for a long time, disabled it almost a year ago and now recently updated and am trying to use it again.

I'm getting a multitude of errors and irregular activity. I'm using Insteon switches to turn the volume up and down, play/pause, and join group. So far in order to get the volume to work I had to switch from device volume to group volume, and that only works for one device. It doesn't work for another. In fact, the second device doesn't respond to volume commands at all, however, join works fine. For volume, increments of one is really slow, so I've been simply having the action repeat itself 5 times to make noticeable jumps in volume. Any help would be greatly appreciated!

Code: Select all
 Starting plugin "Sonos 1.0.11" (pid 2472)
   Started plugin "Sonos 1.0.11"
   Sonos Error                     versionCheck: Unable to reach the version server.
   Sonos                           Using Reference ZonePlayer IP: 192.168.1.16
   Sonos                           Loaded Sonos Favorites... [2]
   Sonos                           Loaded Playlists... [7]
   Sonos                           Loaded RadioTime Favorite Stations... [0]
   Sonos                           [Thu Nov 15 21:35:17 2018] Processed plugin preferences.
   Sonos                           Serving HTTP Streamer on 198.105.254.65 [0.0.0.0], port 8888
   Sonos                           Loaded Apple Voices.. [64]
   Sonos                           SSDP Listener Started...
   Sonos                           Adding ZonePlayer: 192.168.1.151, RINCON_949F3E10716C01400, Bedroom Sonos
   Sonos Error                     exception in deviceStartComm(Bedroom Sonos): need more than 0 values to unpack
   Sonos                           Adding ZonePlayer: 192.168.1.21, RINCON_B8E937D98A2E01400, Kitchen Sonos
   Sonos Error                     exception in deviceStartComm(Kitchen Sonos): need more than 0 values to unpack
   Sonos                           Adding ZonePlayer: 192.168.1.16, RINCON_B8E9377D0C7901400, Living Room Sonos
   Sonos Error                     exception in deviceStartComm(Living Room Sonos): need more than 0 values to unpack
   Sonos                           Adding ZonePlayer: 192.168.1.152, RINCON_949F3E20E62E01400, Porch Sonos
   Sonos Error                     exception in deviceStartComm(Porch Sonos): need more than 0 values to unpack
   Sonos                           SoCo Reactor Ignition...

Nov 15, 2018, 9:35:32 PM
   Sonos Error                     Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 47, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7.2/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 368, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7.2/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 487, in socoSubTest
KeyError: (1731838879,)

   Sonos Error                     plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   Sonos                           SoCo Reactor Ignition...

Posted on
Fri Nov 16, 2018 6:56 am
DaveL17 offline
User avatar
Posts: 6753
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Lot's of errors

Are you on Indigo 7.2? If so, what happens when you put 1731838879 into a search box? (If you're not on Indigo 7.2, you'll need to use a different method to search for that Indigo object ID.)

It looks like the plugin might be trying to find an object with that ID and isn't able to find one.

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Fri Nov 16, 2018 8:51 am
charliticus offline
Posts: 13
Joined: Jul 22, 2017

Re: Lot's of errors

I am using 7.2

It is the "Bedroom" device, but its IP is correct.

Posted on
Fri Nov 16, 2018 8:55 am
DaveL17 offline
User avatar
Posts: 6753
Joined: Aug 20, 2013
Location: Chicago, IL, USA

Re: Lot's of errors

This is a long shot, but try opening the configuration for that device and then hit save. You don’t need to change anything.


Sent from my iPhone using Tapatalk

I came here to drink milk and kick ass....and I've just finished my milk.

[My Plugins] - [My Forums]

Posted on
Fri Nov 16, 2018 11:49 am
charliticus offline
Posts: 13
Joined: Jul 22, 2017

Re: Lot's of errors

Sorry, no love.
And I just updated to .12

Code: Select all
Starting plugin "Sonos 1.0.12" (pid 7568)
   Started plugin "Sonos 1.0.12"
   Sonos                           Your plugin version, v1.0.12, is current.
   Sonos                           Using Reference ZonePlayer IP: 192.168.1.152
   Sonos                           Loaded Sonos Favorites... [2]
   Sonos                           Loaded Playlists... [7]
   Sonos                           Loaded RadioTime Favorite Stations... [0]
   Sonos Error                     [Fri Nov 16 12:48:18 2018] Could not retrieve Event Check Interval; setting to 60 seconds.
   Sonos Error                     [Fri Nov 16 12:48:18 2018] Could not retrieve Subscription Check Interval; setting to 15 seconds.
   Sonos                           [Fri Nov 16 12:48:18 2018] Processed plugin preferences.
   Sonos                           Serving HTTP Streamer on 198.105.254.65 [0.0.0.0], port 8888
   Sonos                           Loaded Apple Voices.. [64]
   Sonos                           SSDP Listener Started...
   Sonos                           Adding ZonePlayer: 192.168.1.151, RINCON_949F3E10716C01400, Bedroom Sonos
   Sonos Error                     exception in deviceStartComm(Bedroom Sonos): need more than 0 values to unpack
   Sonos                           Adding ZonePlayer: 192.168.1.21, RINCON_B8E937D98A2E01400, Kitchen Sonos
   Sonos Error                     exception in deviceStartComm(Kitchen Sonos): need more than 0 values to unpack
   Sonos                           Adding ZonePlayer: 192.168.1.16, RINCON_B8E9377D0C7901400, Living Room Sonos
   Sonos Error                     exception in deviceStartComm(Living Room Sonos): need more than 0 values to unpack
   Sonos                           Adding ZonePlayer: 192.168.1.152, RINCON_949F3E20E62E01400, Porch Sonos
   Sonos Error                     exception in deviceStartComm(Porch Sonos): need more than 0 values to unpack
   Sonos                           SoCo Reactor Ignition...

Posted on
Thu Nov 22, 2018 12:46 pm
charliticus offline
Posts: 13
Joined: Jul 22, 2017

Re: Lot's of errors

Still broken :cry:

I've also gone as far as deleting and re-adding, and rebuilding all of my Sonos devices and triggers, etc.
The goal with this is to control my Sonos speakers in different zones via Insteon button presses.

Code: Select all
Nov 22, 2018, 1:45:46 PM
   Sonos Error                     Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 47, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7.2/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 375, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7.2/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 499, in socoSubTest
KeyError: (1959649630,)

   Sonos Error                     plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   Sonos                           SoCo Reactor Ignition...

Posted on
Thu Nov 22, 2018 1:14 pm
siclark offline
Posts: 1961
Joined: Jun 13, 2017
Location: UK

Re: Lot's of errors

With your most recent error you just need to restart the Sonos plugin.

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 7 guests

cron