Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Python and python framework

Moderator: leecollings

Post Reply
swevm
Posts: 23
Joined: Friday 16 September 2016 20:04
Target OS: Raspberry Pi / ODroid
Domoticz version: 8718
Location: Sweden
Contact:

Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Post by swevm »

Hi,

Have setup a brand new RPi for development based on latest beta running on Stretch. Have installed python3 and python3-dev, version 3.5.3.
At this point in time nothing have been configured. I get below error message from Python EventSystem and it constantly do a "reset all events".
Any idea why this is happening?

Code: Select all

2017-08-18 18:22:05.222 EventSystem: reset all events...
2017-08-18 18:22:05.223 EventSystem: reset all device statuses...
2017-08-18 18:22:05.360 Python EventSystem: Module not found - Trying to initialize.
2017-08-18 18:22:05.363 Python EventSystem: Initalizing event module.
2017-08-18 18:22:05.364 EventSystem: Started
2017-08-18 18:22:05.364 EventSystem: Queue thread started...
2017-08-18 18:22:05.520 PluginSystem: Entering work loop.
/Magnus
Last edited by swevm on Sunday 20 August 2017 18:42, edited 2 times in total.
Domoticz on RPi3 with Razberry: 10xZME WALLC-S, 14x Fib Switch, 6x Fib Wallplug, 1x Fib Motion Sensor, 2x Fib Smoke Sensor, 1x Fib Universal sensor (with 1-wire), 3x SwiidInter cordsw, ESPEasy [1-wire and relay], Kodi, Node-Red [Onkyo NR-828, UI etc]
SweetPants

Re: Python Eventsystem: Module not found - What´s wrong?

Post by SweetPants »

I think this is normal behaviour
swevm
Posts: 23
Joined: Friday 16 September 2016 20:04
Target OS: Raspberry Pi / ODroid
Domoticz version: 8718
Location: Sweden
Contact:

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Post by swevm »

This if not normal afaik.

If i start Domoticz from shell with in normal or debug python eventsystem load only once.

Once I start it using startupscript created by installer both eventsystem and python eventsystem reload every minute or two.

I´ll see if I can figure out why this happen. Unless its normal which I don´t believe it is as my other Domoticz install do not behave this way. Only difference is that my production Domoticz has been installed with RPi Domoticz image a long time ago and run 8317 too atm.
Domoticz on RPi3 with Razberry: 10xZME WALLC-S, 14x Fib Switch, 6x Fib Wallplug, 1x Fib Motion Sensor, 2x Fib Smoke Sensor, 1x Fib Universal sensor (with 1-wire), 3x SwiidInter cordsw, ESPEasy [1-wire and relay], Kodi, Node-Red [Onkyo NR-828, UI etc]
moroen
Posts: 408
Joined: Sunday 15 January 2017 11:06
Target OS: Linux
Domoticz version: beta
Location: Norway
Contact:

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Post by moroen »

Code: Select all

2017-08-18 18:22:05.360 Python EventSystem: Module not found - Trying to initialize.
2017-08-18 18:22:05.363 Python EventSystem: Initalizing event module.
This is normal behaviour, but only once as domoticz starts up/on executing a pyhon event-script for the first time. The "Module not found"-message is somewhat inaccurate, it's a leftover from development of the python event-system and I forgot to remove it before submitting the pull request, I'll fix it and submit it as soon as possible.

If you see this message more than once in one running session of domoticz, I'm very interested in the details, as that really shouldn't happen, but I understand from your message that it's not only the python-event system that restarts, but the whole event-system?

Regards,
M
jaras
Posts: 4
Joined: Tuesday 29 August 2017 16:51
Target OS: Linux
Domoticz version:
Contact:

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Post by jaras »

I got it more than once in a new installation, latest version, not beta..
RPI 3 /raspbian
uname -a
Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux

Code: Select all

Domoticz
V3.8153

    Dashboard
    Switches
    Scenes
    Temperature
    Weather
    Utility
    Setup

    All
    Status
    Error

	Filter: X
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1

© 2012-2018 Domoticz | WWW: Domoticz.com
moroen
Posts: 408
Joined: Sunday 15 January 2017 11:06
Target OS: Linux
Domoticz version: beta
Location: Norway
Contact:

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Post by moroen »

jaras wrote: Wednesday 10 January 2018 21:19 I got it more than once in a new installation, latest version, not beta..
RPI 3 /raspbian
uname -a
Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux

Code: Select all

2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1

<<- Domoticz restarts here

2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1

<<- And restarts here

2018-01-10 19:41:53.848 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-10 19:41:53.849 Build Hash: 494fff7, Date: 2017-07-30 12:19:41
2018-01-10 19:41:53.850 Startup Path: /home/pi/domoticz/
2018-01-10 19:41:53.996 PluginSystem: Started, Python version '3.5.3'.
2018-01-10 19:41:53.996 Using 1-Wire support (OWFS)...
2018-01-10 19:41:54.004 WebServer(HTTP) started on address: :: with port 8090
2018-01-10 19:41:54.010 WebServer(SSL) started on address: :: with port 443
2018-01-10 19:41:54.012 Proxymanager started.
2018-01-10 19:41:54.013 TCPServer: shared server started...
2018-01-10 19:41:54.013 RxQueue: queue worker started...
2018-01-10 19:41:56.014 Hardware Monitor: Started
2018-01-10 19:41:56.077 EventSystem: reset all events...
2018-01-10 19:41:56.079 EventSystem: reset all device statuses...
2018-01-10 19:41:56.222 Python EventSystem: Module not found - Trying to initialize.
2018-01-10 19:41:56.224 Python EventSystem: Initalizing event module.
2018-01-10 19:41:56.224 EventSystem: Started
2018-01-10 19:41:56.408 PluginSystem: Entering work loop.
2018-01-10 19:41:57.412 Incoming connection from: 10.8.0.1
<<- And here ...
From your log, it appears that Domoticz crashes every time you have an incoming connection, and restarts instantly. The latest stable has turned out to have some stability problems when using python, so if you need to use python events or python plugins, you should be using the beta...

Although http://www.domoticz.com/forum/viewtopic ... 94#p165994 seems to suggest that the latest prebuilt binaries might not have been built with python enabled, at least on the pi...

Regards,
M
jaras
Posts: 4
Joined: Tuesday 29 August 2017 16:51
Target OS: Linux
Domoticz version:
Contact:

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Post by jaras »

Well, I don't need python but I guess the simple installation (not built from source) is enabling it when python was installed. Any suggestion how to disable it? (have searched domoticz folders and also forum for answer :-) )
moroen
Posts: 408
Joined: Sunday 15 January 2017 11:06
Target OS: Linux
Domoticz version: beta
Location: Norway
Contact:

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Post by moroen »

jaras wrote: Friday 12 January 2018 20:54 Well, I don't need python but I guess the simple installation (not built from source) is enabling it when python was installed. Any suggestion how to disable it? (have searched domoticz folders and also forum for answer :-) )
Well, the brute force approach is to remove python from the system... :?

But, seriously, if you don't need python events, I would try the latest beta!

Regards,
M
SweetPants

Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?

Post by SweetPants »

moroen wrote: Friday 12 January 2018 21:30
jaras wrote: Friday 12 January 2018 20:54 Well, I don't need python but I guess the simple installation (not built from source) is enabling it when python was installed. Any suggestion how to disable it? (have searched domoticz folders and also forum for answer :-) )
Well, the brute force approach is to remove python from the system... :?

But, seriously, if you don't need python events, I would try the latest beta!

Regards,
M
Or compile from source, then you can completely disable python (-DUSE_PYTHON=NO)
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest