Error in 1.0.38

Posted on
Wed Jan 22, 2020 2:02 pm
resnick offline
Posts: 61
Joined: Jan 18, 2015
Location: Urbana, IL

Error in 1.0.38

I get the following in the log:

Code: Select all
   Starting plugin "Z-Wave Scene Controller 1.0.38" (pid 5474)
   Started plugin "Z-Wave Scene Controller 1.0.38"
   Z-Wave                          received "Kitchen Controller" scene 1 (0001)
   Z-Wave Scene Controller Error   Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 181, in zwaveCommandReceived
AttributeError: 'Plugin' object has no attribute 'Version'

   Z-Wave                          received "Kitchen Controller" scene 1 (0001)
   Z-Wave Scene Controller Error   Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
  File "plugin.py", line 181, in zwaveCommandReceived
AttributeError: 'Plugin' object has no attribute 'Version'


Any thoughts?

Posted on
Wed Jan 22, 2020 4:44 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Error in 1.0.38

That was in 1.0.37 and fixed in 1.0.38 unless I’ve missed a line?

Sent from my iPhone using Tapatalk Pro

Posted on
Wed Jan 22, 2020 5:11 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Error in 1.0.38

Something is wrong there - line 181 in v1.0.38 says:

Code: Select all
self.debugLog(u"Version: %s" % self.version)

The error you're seeing is from 1.0.37 which says:

Code: Select all
self.debugLog(u"Version: %s" % self.Version)

Note the capital V in Version, in 1.0.37, which is why it throws that error.

Can you reinstall the plugin?

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 1 guest