sudo webiopi -d -c /etc/webiopi/config 2017-09-17 20:53:21 - WebIOPi - INFO - Starting WebIOPi/0.7.1/Python3.5 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.digitalCount to REST GET /GPIO/count 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.digitalRead to REST GET /GPIO/%(channel)d/value 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.digitalWrite to REST POST /GPIO/%(channel)d/value/%(value)d 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.getFunctionString to REST GET /GPIO/%(channel)d/function 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.getPulse to REST GET /GPIO/%(channel)d/pulse 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.outputSequence to REST POST /GPIO/%(channel)d/sequence/%(args)s 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.portRead to REST GET /GPIO/*/integer 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.portWrite to REST POST /GPIO/*/integer/%(value)d 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.pulse to REST POST /GPIO/%(channel)d/pulse/ 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.pulseAngle to REST POST /GPIO/%(channel)d/pulseAngle/%(value)f 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.pulseRatio to REST POST /GPIO/%(channel)d/pulseRatio/%(value)f 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.setFunctionString to REST POST /GPIO/%(channel)d/function/%(value)s 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping GPIO.wildcard to REST GET /GPIO/* 2017-09-17 20:53:21 - WebIOPi - INFO - GPIO - Native mapped to REST API /GPIO 2017-09-17 20:53:21 - WebIOPi - INFO - Loading configuration from /etc/webiopi/config 2017-09-17 20:53:21 - WebIOPi - DEBUG - Loading module : w1-therm 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-0516a70425ff).getCelsius to REST GET /devices/temp0/sensor/temperature/c 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-0516a70425ff).getFahrenheit to REST GET /devices/temp0/sensor/temperature/f 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-0516a70425ff).getKelvin to REST GET /devices/temp0/sensor/temperature/k 2017-09-17 20:53:21 - WebIOPi - INFO - Temperature - DS18B20(slave=28-0516a70425ff) mapped to REST API /devices/temp0 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-21ee67000900).getCelsius to REST GET /devices/temp1/sensor/temperature/c 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-21ee67000900).getFahrenheit to REST GET /devices/temp1/sensor/temperature/f 2017-09-17 20:53:21 - WebIOPi - DEBUG - Mapping DS18B20(slave=28-21ee67000900).getKelvin to REST GET /devices/temp1/sensor/temperature/k 2017-09-17 20:53:21 - WebIOPi - INFO - Temperature - DS18B20(slave=28-21ee67000900) mapped to REST API /devices/temp1 2017-09-17 20:53:21 - WebIOPi - INFO - Loading myscript_1 from /home/pi/myproject/python/script_gpio.py Restart Web Home Pi 2017-09-17 20:53:22 - WebIOPi - INFO - Loading myscript_2 from /home/pi/myproject/python/script_sensor.py 2017-09-17 20:53:22 - WebIOPi - INFO - Loading myscript_3 from /home/pi/myproject/python/script_modbus.py 64 2017-09-17 20:53:22 - WebIOPi - INFO - Loading myscript_4 from /home/pi/myproject/python/script_lcd.py 11 2017-09-17 20:53:25 - WebIOPi - INFO - Access protected using /etc/webiopi/passwd 2017-09-17 20:53:25 - WebIOPi - ERROR - [Errno 98] Address already in use Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/protocols/http.py", line 45, in __init__ BaseHTTPServer.HTTPServer.__init__(self, ("", port), HTTPHandler) File "/usr/lib/python3.5/socketserver.py", line 440, in __init__ self.server_bind() File "/usr/lib/python3.5/http/server.py", line 138, in server_bind socketserver.TCPServer.server_bind(self) File "/usr/lib/python3.5/socketserver.py", line 454, in server_bind self.socket.bind(self.server_address) OSError: [Errno 98] Address already in use During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/__main__.py", line 75, in main(sys.argv) File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/__main__.py", line 69, in main server = Server(port=port, configfile=configfile, scriptfile=scriptfile) File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/server/__init__.py", line 123, in __init__ self.http_server = http.HTTPServer(self.host, http_port, self.restHandler, context, docroot, index, auth, realm) File "/usr/local/lib/python3.5/dist-packages/WebIOPi-0.7.1-py3.5-linux-armv7l.egg/webiopi/protocols/http.py", line 48, in __init__ BaseHTTPServer.HTTPServer.__init__(self, ("", port), HTTPHandler) File "/usr/lib/python3.5/socketserver.py", line 440, in __init__ self.server_bind() File "/usr/lib/python3.5/http/server.py", line 138, in server_bind socketserver.TCPServer.server_bind(self) File "/usr/lib/python3.5/socketserver.py", line 454, in server_bind self.socket.bind(self.server_address) OSError: [Errno 98] Address already in use 2017-09-17 20:53:25 - WebIOPi - INFO - Stopping...