Page 1 of 1

Getting a Script Error: embedded script: [Errno 61] Connecti

PostPosted: Sun May 14, 2017 6:47 pm
by hassancy
I upgraded my router to an Orbi and I started to get the following error anytime I turned an insteon switch on or off:

Code: Select all
Sent INSTEON                    "Study Light" off
   Trigger                         Study Light
   Script Error                    embedded script: [Errno 61] Connection refused
   Script Error                    Exception Traceback (most recent call shown last):

     embedded script, line 3, at top level
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 832, in connect
       self.timeout, self.source_address)
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 575, in create_connection
       raise err
error: [Errno 61] Connection refused

I have disabled and renabled all my plugins and have restarted Indigo and rebooted the computer but I still keep on getting this error. Otherwise the app seems to be working fine but this error keeps on popping up. Any help?

Re: Getting a Script Error: embedded script: [Errno 61] Conn

PostPosted: Wed May 17, 2017 9:53 am
by jay (support)
It appears that your trigger, Study Light, has an embedded script as one of it's actions, and that script is trying to make a network connection to something but that something isn't responding.