bei mir gibt es nach dem Update auch Probleme: SH bleibt beim Starten hier hängen.
Update:
es scheint an einem handgestrickten priv_xx Plugins zu liegen, wenn ich dieses deaktiviere startet SH ohne Fehler,..
image.png
Code:
2023-03-16 09:38:08 NOTICE lib.smarthome -------------------- Init SmartHomeNG v1.9.4-master (c0cfb39cd) -------------------- 2023-03-16 09:38:08 NOTICE lib.smarthome Running in Python interpreter 'v3.9.2 final', from directory /usr/local/smarthome 2023-03-16 09:38:08 NOTICE lib.smarthome - operating system 'Raspbian GNU/Linux 11 (bullseye)' (pid=5001) 2023-03-16 09:38:08 NOTICE lib.smarthome - on 'Raspberry Pi 3 Model B+ v1.3, 1GB (Sony, UK)' 2023-03-16 09:38:15 NOTICE lib.smarthome - Nutze Feiertage für Land 'DE', Provinz 'None', 1 benutzerdefinierte(r) Feiertag(e) definiert 2023-03-16 09:38:27 WARNING plugins.sonos Version of used Soco module not available 2023-03-16 09:38:35 ERROR lib.smarthome Unhandled exception: 'NoneType' object has no attribute 'update' <class 'AttributeError'> running SmartHomeNG v1.9.4-master (c0cfb39cd) Exception: File "/usr/local/smarthome/bin/smarthome.py", line 292, in <module> sh.start() File "/usr/local/smarthome/lib/smarthome.py", line 649, in start self.plugins = lib.plugin.Plugins(self, configfile=self._plugin_conf_basename) File "/usr/local/smarthome/lib/plugin.py", line 122, in __init__ plugin_name, self.meta = self._get_pluginname_and_metadata(plugin, _conf[plugin]) File "/usr/local/smarthome/lib/plugin.py", line 242, in _get_pluginname_and_metadata meta = Metadata(self._sh, (plugin_name+plugin_version).replace('.',os.sep), 'plugin') File "/usr/local/smarthome/lib/metadata.py", line 135, in __init__ self.parameters.update(self.global_parameters)
es scheint an einem handgestrickten priv_xx Plugins zu liegen, wenn ich dieses deaktiviere startet SH ohne Fehler,..
image.png
Kommentar