Sonos - The Beginning

Posted on
Sun Dec 01, 2013 6:33 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Sonos - The Beginning

When I tried to install the last one I get this in the log:

Code: Select all
Dec 1, 2013 5:31 pm
  Reloading plugin "Sonos 0.6.1"
  Starting plugin "Sonos 0.6.1" (pid 14051)
  Sonos Error                     Error in plugin execution InitializeMain:

Traceback (most recent call last):
  File "plugin.py", line 9, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 28, in <module>
<type 'exceptions.ImportError'>: No module named elementtree

  Stopping plugin "Sonos 0.6.1" (pid 14051)
  Stopped plugin "Sonos 0.6.1"
  Error                           plugin "Sonos 0.6.1" (pid 14051) failed to start -- restarting in 20 seconds


Thanks,

Carl

Posted on
Sun Dec 01, 2013 6:36 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Sonos - The Beginning

The Terminal command returned this:

total 8
drwxr-xr-x@ 4 TV TV 136 Dec 1 17:26 .
drwxr-xr-x 3 TV TV 102 Nov 16 07:12 ..
-rw-r--r--@ 1 TV TV 720 Nov 28 04:53 Info.plist
drwxr-xr-x@ 18 TV TV 612 Dec 1 17:26 Server Plugin

Carl

Posted on
Sun Dec 01, 2013 6:40 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos - The Beginning

Let's keep going. From this same terminal in this same directory, type this:

cd "Server Plugin"
cd "lib"
ls -al

My guess right now is that the symbolic links are not being created. Does the TV user have administrative privileges on the machine?

ckeyes888 wrote:
The Terminal command returned this:

total 8
drwxr-xr-x@ 4 TV TV 136 Dec 1 17:26 .
drwxr-xr-x 3 TV TV 102 Nov 16 07:12 ..
-rw-r--r--@ 1 TV TV 720 Nov 28 04:53 Info.plist
drwxr-xr-x@ 18 TV TV 612 Dec 1 17:26 Server Plugin

Carl

Posted on
Sun Dec 01, 2013 6:49 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Sonos - The Beginning

Yes the privileges are ok.

Got this when I entered the first line in Terminal:

tv:Contents TV$ "Server Plugin"
-bash: Server Plugin: command not found

Carl

Posted on
Sun Dec 01, 2013 6:56 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos - The Beginning

Did you type cd in front of that?

Posted on
Sun Dec 01, 2013 6:58 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Sonos - The Beginning

Sorry, typo on the first one.

Here's the return:

tv:Contents TV$ cd "Server Plugin"
tv:Server Plugin TV$ cd "lib"
tv:lib TV$ is -al
-bash: is: command not found
tv:lib TV$

Carl

Posted on
Sun Dec 01, 2013 6:59 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos - The Beginning

It is an L in the ls

Sorry this is painful. I am perplexed as to what is going on...

ckeyes888 wrote:
Sorry, typo on the first one.

Here's the return:

tv:Contents TV$ cd "Server Plugin"
tv:Server Plugin TV$ cd "lib"
tv:lib TV$ is -al
-bash: is: command not found
tv:lib TV$

Carl

Posted on
Sun Dec 01, 2013 7:05 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Sonos - The Beginning

Oops, my bad.

Here's the return:

tv:lib TV$ ls -al
total 16
drwxr-xr-x@ 17 TV TV 578 Dec 1 17:26 .
drwxr-xr-x@ 18 TV TV 612 Dec 1 17:26 ..
drwx------@ 29 TV TV 986 Sep 21 11:01 SOAPpy
drwx------@ 23 TV TV 782 Dec 1 05:27 coherence_0.6.6.2
drwx------@ 23 TV TV 782 Dec 1 17:26 coherence_0.6.7
-rw-------@ 1 TV TV 0 Aug 8 15:17 elementtree
drwx------@ 17 TV TV 578 Dec 1 05:27 elementtree_1.2.6
drwx------@ 10 TV TV 340 Dec 1 17:26 elementtree_1.2.7
drwx------@ 13 TV TV 442 Aug 8 11:32 elementtree_1.3
-rw-------@ 1 TV TV 5754 Feb 24 2005 fpconst.py
drwx------@ 21 TV TV 714 Nov 10 10:08 psutil
drwx------@ 33 TV TV 1122 Dec 1 17:26 twisted
drwx------@ 17 TV TV 578 Dec 1 17:26 txzmq
drwx------@ 12 TV TV 408 Dec 1 17:26 txzmq_0.7
drwx------@ 24 TV TV 816 Aug 8 11:29 wstools
drwx------@ 12 TV TV 408 Aug 4 06:11 xpath
drwx------@ 11 TV TV 374 Nov 21 10:59 zmq
tv:lib TV$

Carl

Posted on
Sun Dec 01, 2013 7:14 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos - The Beginning

OK.. the symbolic links definitely did not come down properly. I just removed them all in the source package and deleted some unused libraries. Try downloading and installing it again. I think this will do the trick.

Posted on
Sun Dec 01, 2013 7:22 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Sonos - The Beginning

Doh...sorry same error.

Carl

Posted on
Sun Dec 01, 2013 7:34 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos - The Beginning

Can you do the same directory listing of the lib directory? And you can go further by changing directory to element tree directory?

I just restarted the plugin on my end and all seems well.

Let me try one more library path change.. stand by.

Posted on
Sun Dec 01, 2013 7:36 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos - The Beginning

Thanks for your patience. Try downloading and installing one last time.

Posted on
Sun Dec 01, 2013 7:41 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Sonos - The Beginning

It loaded ok but I'm getting this in the error log:


Dec 1, 2013 6:39 pm
Reloading plugin "Sonos 0.6.1"
Starting plugin "Sonos 0.6.1" (pid 14485)
Sonos Error Error in plugin execution InitializeMain:

Traceback (most recent call last):
File "plugin.py", line 9, in <module>
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 28, in <module>
<type 'exceptions.ImportError'>: No module named elementtree

Stopping plugin "Sonos 0.6.1" (pid 14485)
Stopped plugin "Sonos 0.6.1"
Error plugin "Sonos 0.6.1" (pid 14485) failed to start -- restarting in 20 seconds


Carl

Posted on
Sun Dec 01, 2013 7:43 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Sonos - The Beginning

I'm perplexed.. Going to have to think about this.

Posted on
Sun Dec 01, 2013 7:55 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Sonos - The Beginning

I just downloaded and installed the older version and it works fine.

I'm running Indigo 6.0.5 and 10.5.8 if that matters.

Thanks for all the help!

Carl

Page 21 of 37 1 ... 18, 19, 20, 21, 22, 23, 24 ... 37

Who is online

Users browsing this forum: No registered users and 1 guest

cron