Upgrading to Indigo 7.2 causes errors

DVDDave
Posts: 490
Joined: Sun Feb 26, 2006 6:33 pm
Location: San Jose, CA

Upgrading to Indigo 7.2 causes errors

Post by DVDDave »

After upgrading to Indigo 7.2, I get constant errors of the sort:

Code: Select all

Traceback (most recent call last):
  File "plugin.py", line 1886, in runConcurrentThread
IOError: (2, 'No such file or directory', u'/Library/Application Support/Perceptive Automation/Indigo 7/Logs/NESTHome1Errors.log')

   NEST Home Error                 plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   NEST Home Error                 Error in plugin execution runConcurrentThread:
The plugin is referring to the Indigo 7 folder, not Indigo 7.2. I fixed it temporally by changing plugin.py like this:

Code: Select all

#myIndigoVersion = indigo.server.version[0]
myIndigoVersion = "7.2"
Maybe indigo.server.version[0] isn't supported anymore?

Thanks.

--Dave
User avatar
matt (support)
Site Admin
Posts: 21542
Joined: Mon Jan 27, 2003 1:17 pm
Location: Texas
Contact:

Re: Upgrading to Indigo 7.2 causes errors

Post by matt (support) »

I've published a new version of that plugin which should be compatible with 7.2 (and beyond).
Image
DVDDave
Posts: 490
Joined: Sun Feb 26, 2006 6:33 pm
Location: San Jose, CA

Re: Upgrading to Indigo 7.2 causes errors

Post by DVDDave »

Cool! Thanks

--Dave
Post Reply

Return to “NEST Home”