So habe nun shNG neu gestartet jedoch kann ich die Seite vom Backend/Logiken nicht aufrufen ..
Log auszug
Log auszug
Code:
2018-10-22 18:37:54 WARNING __main__ SmartHomeNG stopped 2018-10-22 18:37:54 WARNING __main__ SmartHomeNG stopped 2018-10-22 18:38:04 WARNING __main__ -------------------- Init SmartHomeNG 1.5.1.master (cc1288de) -------------------- 2018-10-22 18:38:04 WARNING __main__ -------------------- Init SmartHomeNG 1.5.1.master (cc1288de) -------------------- 2018-10-22 18:38:04 WARNING __main__ Running in Python interpreter 'v3.5.3 final' on linux platform 2018-10-22 18:38:04 WARNING __main__ Running in Python interpreter 'v3.5.3 final' on linux platform 2018-10-22 18:38:11 ERROR plugins.visu_smartvisu Could not determine smartVISU version! 2018-10-22 18:38:12 WARNING plugins.cli CLI: You should set a password for this plugin. 2018-10-22 18:38:19 ERROR cherrypy.error.1908196752 [22/Oct/2018:18:38:19] HTTP Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cprequest.py", line 631, in respond self._do_respond(path_info) File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cprequest.py", line 690, in _do_respond response.body = self.handler() File "/usr/local/lib/python3.5/dist-packages/cherrypy/lib/encoding.py", line 221, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cpdispatch.py", line 60, in __call__ return self.callable(*self.args, **self.kwargs) File "/usr/local/smarthome/plugins/backend/BackendLogics.py", line 155, in logics_html self.logics_initialize() File "/usr/local/smarthome/plugins/backend/BackendLogics.py", line 78, in logics_initialize self.yaml_updates=(self.logics.return_config_type() == '.yaml') AttributeError: 'NoneType' object has no attribute 'return_config_type' 2018-10-22 18:38:22 ERROR cherrypy.error.1908196752 [22/Oct/2018:18:38:22] HTTP Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cprequest.py", line 631, in respond self._do_respond(path_info) File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cprequest.py", line 690, in _do_respond response.body = self.handler() File "/usr/local/lib/python3.5/dist-packages/cherrypy/lib/encoding.py", line 221, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cpdispatch.py", line 60, in __call__ return self.callable(*self.args, **self.kwargs) File "/usr/local/smarthome/plugins/backend/BackendLogics.py", line 155, in logics_html self.logics_initialize() File "/usr/local/smarthome/plugins/backend/BackendLogics.py", line 78, in logics_initialize self.yaml_updates=(self.logics.return_config_type() == '.yaml') AttributeError: 'NoneType' object has no attribute 'return_config_type' 2018-10-22 18:38:23 ERROR cherrypy.error.1908196752 [22/Oct/2018:18:38:23] HTTP Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cprequest.py", line 631, in respond self._do_respond(path_info) File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cprequest.py", line 690, in _do_respond response.body = self.handler() File "/usr/local/lib/python3.5/dist-packages/cherrypy/lib/encoding.py", line 221, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cpdispatch.py", line 60, in __call__ return self.callable(*self.args, **self.kwargs) File "/usr/local/smarthome/plugins/backend/BackendLogics.py", line 155, in logics_html self.logics_initialize() File "/usr/local/smarthome/plugins/backend/BackendLogics.py", line 78, in logics_initialize self.yaml_updates=(self.logics.return_config_type() == '.yaml') AttributeError: 'NoneType' object has no attribute 'return_config_type' 2018-10-22 18:38:29 ERROR cherrypy.error.1908196752 [22/Oct/2018:18:38:29] HTTP Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cprequest.py", line 631, in respond self._do_respond(path_info) File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cprequest.py", line 690, in _do_respond response.body = self.handler() File "/usr/local/lib/python3.5/dist-packages/cherrypy/lib/encoding.py", line 221, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/cherrypy/_cpdispatch.py", line 60, in __call__ return self.callable(*self.args, **self.kwargs) File "/usr/local/smarthome/plugins/backend/BackendLogics.py", line 155, in logics_html self.logics_initialize() File "/usr/local/smarthome/plugins/backend/BackendLogics.py", line 78, in logics_initialize self.yaml_updates=(self.logics.return_config_type() == '.yaml') AttributeError: 'NoneType' object has no attribute 'return_config_type'
Kommentar