Hallo,
nach Update auf Release 1.5.1 bekomme ich immer den Fehler
Oops, Error 500:
The server encountered an unexpected condition which prevented it from fulfilling the request.
beim aufrufen des Backend angezeigt.
Update habe ich gmacht mit
– cd smarthome
– git pull
– cd plugins
– git pull
im Log ist dies zu finden beim aufruf der Backend
Hab ich was beim Upade vergessen?
Danke für die Hilfe
nach Update auf Release 1.5.1 bekomme ich immer den Fehler
Oops, Error 500:
The server encountered an unexpected condition which prevented it from fulfilling the request.
beim aufrufen des Backend angezeigt.
Update habe ich gmacht mit
– cd smarthome
– git pull
– cd plugins
– git pull
im Log ist dies zu finden beim aufruf der Backend
Code:
Request Headers: CONNECTION: keep-alive ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 USER-AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0 ACCEPT-ENCODING: gzip, deflate ACCEPT-LANGUAGE: de,en-US;q=0.7,en;q=0.3 UPGRADE-INSECURE-REQUESTS: 1 HOST: 192.167.127.100:8383 Remote-Addr: 192.167.127.177 2018-08-14 18:32:05 ERROR CP Server Thread-7 [14/Aug/2018:18:32:05] 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/__init__.py", line 293, in index return self.render_template('index.html') File "/usr/local/smarthome/plugins/backend/__init__.py", line 275, in render_template self.find_visu_plugin() File "/usr/local/smarthome/plugins/backend/__init__.py", line 248, in find_visu_plugin for p in self._sh._plugins: AttributeError: 'SmartHome' object has no attribute '_plugins' 2018-08-14 18:32:05 INFO CP Server Thread-7 192.167.127.177 - - [14/Aug/2018:18:32:05] "GET /backend/ HTTP/1.1" 500 732 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0" 2018-08-14 18:32:05 INFO CP Server Thread-7 192.167.127.177 - - [14/Aug/2018:18:32:05] "GET /gstatic/fontawesome/svg-with-js/css/fa-svg-with-js.css HTTP/1.1" 200 7407 "http://192.167.127.100:8383/backend/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0" 2018-08-14 18:32:05 INFO CP Server Thread-8 192.167.127.177 - - [14/Aug/2018:18:32:05] "GET /gstatic/bootstrap/css/bootstrap.min.css HTTP/1.1" 200 142041 "http://192.168.27.8:8383/backend/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0"
Danke für die Hilfe
Kommentar