Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi:~ $ sudo python -m webiopi
- 2016-05-19 00:40:46 - WebIOPi - INFO - Starting WebIOPi/0.7.1/Python2.7
- 2016-05-19 00:40:46 - WebIOPi - INFO - GPIO - Native mapped to REST API /GPIO
- 2016-05-19 00:40:46 - WebIOPi - WARNING - Access unprotected
- 2016-05-19 00:40:46 - WebIOPi - INFO - HTTP Server binded on http://192.168.1.20:8000/
- 2016-05-19 00:40:46 - WebIOPi - INFO - CoAP Server binded on coap://192.168.1.20:5683/
- 2016-05-19 00:40:46 - WebIOPi - INFO - CoAP Server binded on coap://224.0.1.123:5683/ (MULTICAST)
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51072, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51073, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51074, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51075, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51076, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51077, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51079, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51080, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51081, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('::ffff:192.168.1.22', 51082, 0, 0)
- Traceback (most recent call last):
- File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- self.process_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- self.finish_request(request, client_address)
- File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- self.handle()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- self.handle_one_request()
- File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- method()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 267, in do_GET
- self.processRequest()
- File "build/bdist.linux-armv7l/egg/webiopi/protocols/http.py", line 258, in processRequest
- except (GPIO.InvalidDirectionException, GPIO.InvalidChannelException, GPIO.SetupException) as e:
- NameError: global name 'GPIO' is not defined
- ----------------------------------------
- ----------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment