stas-demydiuk / domoticz-plugins-manager

UI to manage python plugins in Domoticz
MIT License
14 stars 20 forks source link

error onDeviceModified JSONDecodeError #11

Closed wkossen closed 3 years ago

wkossen commented 3 years ago

Hi i get this in my log after adding the pluginmanager and restarting domoticz:

2020-11-05 12:01:18.148 Error: (Plugins Manager) 'onDeviceModified' failed 'JSONDecodeError'. 2020-11-05 12:01:18.148 Error: (Plugins Manager) ----> Line 108 in '/home/pi/domoticz/plugins/plugins-manager/plugin.py', function onDeviceModified 2020-11-05 12:01:18.148 Error: (Plugins Manager) ----> Line 53 in '/home/pi/domoticz/plugins/plugins-manager/plugin.py', function onDeviceModified 2020-11-05 12:01:18.148 Error: (Plugins Manager) ----> Line 15 in '/home/pi/domoticz/plugins/plugins-manager/api/api_manager.py', function handle_request 2020-11-05 12:01:18.148 Error: (Plugins Manager) ----> Line 348 in '/usr/lib/python3.7/json/init.py', function loads 2020-11-05 12:01:18.148 Error: (Plugins Manager) ----> Line 337 in '/usr/lib/python3.7/json/decoder.py', function decode 2020-11-05 12:01:18.148 Error: (Plugins Manager) ----> Line 355 in '/usr/lib/python3.7/json/decoder.py', function raw_decode

I think something is broken, but i don't know how to fix it. Any pointers?

also, i dont see the plugin manager menu (in fact, there is no custom menu). I have added the plugin manager as a hardware, which worked. how to proceed?