Plug in error after upgrading to 6.0.2

Posted on
Sat Sep 21, 2013 5:19 pm
asw24b offline
Posts: 222
Joined: Dec 30, 2007
Location: Los Altos Hills, CA

Plug in error after upgrading to 6.0.2

I just installed 6.0.2, and I now get this error in the log on startup:


Sep 21, 2013 4:16:54 PM
NOAA Weather Error plugin does not define method actionControlDimmerRelay
External IP Address Plugin Errorplugin does not define method actionControlDimmerRelay


Thoughts ?

Posted on
Sat Sep 21, 2013 7:38 pm
jay (support) offline
Site Admin
User avatar
Posts: 18255
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Plug in error after upgrading to 6.0.2

Interesting - it looks like something is trying to send a dimmer action to both a weather station device and that ip device. I'd recommend opening the show dependencies dialog and see if you can locate what's trying to do that.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Sun Sep 22, 2013 7:48 am
asw24b offline
Posts: 222
Joined: Dec 30, 2007
Location: Los Altos Hills, CA

Re: Plug in error after upgrading to 6.0.2

jay (support) wrote:
Interesting - it looks like something is trying to send a dimmer action to both a weather station device and that ip device. I'd recommend opening the show dependencies dialog and see if you can locate what's trying to do that.


The weather plug in only has one dependency; A script that emails if the temp is below freezing.
The ExternalIP plug in has no dependencies.


I am running this code as an embedded script when the server starts, but it never generated a visible error before:


Code: Select all
on deviceStatusUpdate(del)
   using terms from application "IndigoServer"
      with timeout of 60 seconds
         try
            repeat with curDevice in devices
               status request (curDevice)
               delay del
            end repeat
         end try
      end timeout
   end using terms from
end deviceStatusUpdate



EDIT: That's it ! This AppleScript now generates the errors that I mentioned. I have been using the same code for 5+ years, and this is the first time I have seen this error...

Posted on
Sun Sep 22, 2013 8:22 am
matt (support) offline
Site Admin
User avatar
Posts: 21426
Joined: Jan 27, 2003
Location: Texas

Re: Plug in error after upgrading to 6.0.2

Good catch. We'll fix the Indigo Server to not dispatch events to plugins that don't define actions. We have had some action dispatch changes somewhat recently.

Image

Posted on
Sun Oct 06, 2013 6:22 pm
matt (support) offline
Site Admin
User avatar
Posts: 21426
Joined: Jan 27, 2003
Location: Texas

Re: Plug in error after upgrading to 6.0.2

Try Indigo 6.0.3 which we just release. It should fix this AppleScript problem.

Image

Posted on
Mon Oct 07, 2013 10:46 pm
asw24b offline
Posts: 222
Joined: Dec 30, 2007
Location: Los Altos Hills, CA

Re: Plug in error after upgrading to 6.0.2

matt (support) wrote:
Try Indigo 6.0.3 which we just release. It should fix this AppleScript problem.



That fixed it; Thanks !

Mike

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 11 guests