Upgrading to Indigo 7.2 causes errors

Posted on
Mon Oct 01, 2018 5:37 pm
DVDDave offline
Posts: 470
Joined: Feb 26, 2006
Location: San Jose, CA

Upgrading to Indigo 7.2 causes errors

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

Posted on
Mon Oct 01, 2018 8:01 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: Upgrading to Indigo 7.2 causes errors

I've published a new version of that plugin which should be compatible with 7.2 (and beyond).

Image

Posted on
Mon Oct 01, 2018 8:03 pm
DVDDave offline
Posts: 470
Joined: Feb 26, 2006
Location: San Jose, CA

Re: Upgrading to Indigo 7.2 causes errors

Cool! Thanks

--Dave

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 2 guests