Domoticz Offline after sending request over python
Posted: Wednesday 29 June 2016 9:42
Hello guys
Yesterday I was trying to send a command over a python request like this :
domoticzrequest("http://" + domoticzserver + "/json.htm?type=command¶m=udevice&idx=" + sensor_idx + "&nvalue=0&svalue="+ sensor_idx +";" + sensor_idx + "")
Something went wrong and after that my domoticz is always showing Offline.
I restarted the service and nothing.
When I check the status it shows as not started.
I upgraded domotics... still nothing
When I run ./domoticz iit shows me a Segmentation Fault
2016-06-29 07:40:08.711 EventSystem: reset all events...
2016-06-29 07:40:08.718 EventSystem: reset all device statuses...
2016-06-29 07:40:08.720 Wunderground: Worker started...
2016-06-29 07:40:08.721 PiFace: Worker started...
2016-06-29 07:40:08.733 EventSystem: Started
Segmentation fault
If I run as sudo ./domoticz it doesn't send any segmentation fault, but it stays in Offline.
Can anyone help me bring online Domoticz ?
Yesterday I was trying to send a command over a python request like this :
domoticzrequest("http://" + domoticzserver + "/json.htm?type=command¶m=udevice&idx=" + sensor_idx + "&nvalue=0&svalue="+ sensor_idx +";" + sensor_idx + "")
Something went wrong and after that my domoticz is always showing Offline.
I restarted the service and nothing.
When I check the status it shows as not started.
I upgraded domotics... still nothing
When I run ./domoticz iit shows me a Segmentation Fault
2016-06-29 07:40:08.711 EventSystem: reset all events...
2016-06-29 07:40:08.718 EventSystem: reset all device statuses...
2016-06-29 07:40:08.720 Wunderground: Worker started...
2016-06-29 07:40:08.721 PiFace: Worker started...
2016-06-29 07:40:08.733 EventSystem: Started
Segmentation fault
If I run as sudo ./domoticz it doesn't send any segmentation fault, but it stays in Offline.
Can anyone help me bring online Domoticz ?