Latest update crashes domoticz
Closed this issue · 8 comments
Hi,
since the latest update of 10-5-2018, my domo install crashes when I use your plugin.
Installation and restart does not give issues. but when I try to add the homewizard hardware, domo crashes.
not even the 'offline' message, but a 404.
After removal of plugin and service restart, domo comes back.
Can you check the script?
I can test of give you log files if needed.
I reinstalled Domo yesterday on a fresh Raspbian Stretch image.
Thanks!
on my side with this version no problem. domoticz under synology
No issues found here, also running with stretch without any problems.
Can you sent me the error logs?
Checked again.
Installing plugin crashes my domo as well after a few minutes
2018-05-12 13:59:35.801 Error: (Homewizard) failed to load 'plugin.py', Python Path used was ':/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib/python3.5/lib-dynload'.
2018-05-12 13:59:35.801 Error: (Home Wizard) Module Import failed, exception: 'ImportError'
2018-05-12 13:59:35.801 Error: (Home Wizard) Module Import failed: ' Name: plugin'
2018-05-12 13:59:35.801 Error: (Home Wizard) Error Line details not available.
I have Python 3.5.3.
pi@Domoticz:~/domoticz/plugins $ python --version
Python 2.7.13
pi@Domoticz:~/domoticz/plugins $ python3 --version
Python 3.5.3
sous quoi utiliser vous domoticz ?
un NAS , ou autre systeme ?
Hello, I have the same issue as Remco.
@RemcoLeonard At the moment, the only solution I found is uninstall all python3 ans install only python 3.4 > that's working for me.
If you need :
sudo apt-get remove python3
sudo apt-get autoremove
sudo apt-get install pyhton3.4
sudo service domoticz restart
With the latest domoticz beta version this issue is solved.