ycahome / pp-manager

Domoticz Python plugin manager
GNU General Public License v3.0
15 stars 22 forks source link

KeyError: 'examples' #45

Open lemassykoi opened 1 year ago

lemassykoi commented 1 year ago

Hi,

everyday at 12.00 I got this error messages in Domoticz Log :

2023-02-13 12:00:54.111 Error: PyPM: Call to function 'onHeartbeat' failed, exception details:
2023-02-13 12:00:54.128 Error: PyPM: Traceback (most recent call last):
2023-02-13 12:00:54.128 Error: PyPM: File "/home/pi/domoticz/plugins/PP-MANAGER/plugin.py", line 788, in onHeartbeat
2023-02-13 12:00:54.128 Error: PyPM: _plugin.onHeartbeat()
2023-02-13 12:00:54.128 Error: PyPM: File "/home/pi/domoticz/plugins/PP-MANAGER/plugin.py", line 456, in onHeartbeat
2023-02-13 12:00:54.128 Error: PyPM: self.CheckForUpdatePythonPlugin(self.plugindata[Parameters["Mode2"]][0], self.plugindata[Parameters["Mode2"]][1], str(dir))
2023-02-13 12:00:54.128 Error: PyPM: File "/home/pi/domoticz/plugins/PP-MANAGER/plugin.py", line 580, in CheckForUpdatePythonPlugin
2023-02-13 12:00:54.128 Error: PyPM: if (self.plugindata[ppKey][2] in self.ExceptionList):
2023-02-13 12:00:54.128 Error: PyPM: KeyError: 'examples'

I did a git update yesterday, but today same error

any idea why ? thanks