New Error with 7.25.148

Posted on
Sun Nov 18, 2018 2:08 pm
farberm offline
Posts: 393
Joined: Feb 24, 2008

New Error with 7.25.148

uniFiAP Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 4558, in runConcurrentThread
File "plugin.py", line 4574, in dorunConcurrentThread
File "plugin.py", line 4192, in fixBeforeRunConcurrentThread
AttributeError: 'Plugin' object has no attribute 'userIndigoPluginDir'

uniFiAP Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Posted on
Sun Nov 18, 2018 4:43 pm
farberm offline
Posts: 393
Joined: Feb 24, 2008

Re: New Error with 7.25.148

ok I restarted and things went away for now

Posted on
Sun Nov 18, 2018 7:08 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: New Error with 7.25.148

"self. userIndigoPluginDir" is well defined at the beginning
Code: Select all
   def __init__(self, pluginId, pluginDisplayName, pluginVersion, pluginPrefs):
      self.pluginShortName    = "UniFi"

   def startup(self):
      self.MAChome               = os.path.expanduser(u"~")
      self.userIndigoPluginDir   = self.userIndigoDir + self.pluginShortName+"/"

There MUST be another error before that so that
self.userIndigoPluginDir = self.userIndigoDir + self.pluginShortName+"/"
does not get executed..

if it happens again, let me know

Karl

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 1 guest