2015 Aug 21, 01:49 AM
I am getting socket.error: No socket could be created after installing sip. The error seems almost identical to "Socket Issue After forcing Exit Issue 112" posted by Tails86 on June 30. I've tried removing the SIP directories, rebooting, recloning, but same results. Any help/suggestions greatly appreciated - Thank you,
pi@raspberrypi ~/SIP $ sudo python sip.py
plugins loaded:
mobile_app
plugin_manager
signaling_examples
system_update
zones changed
[0, 0, 0, 0, 0, 0, 0, 0]
Starting timing loop
http://0.0.0.0:80/
Traceback (most recent call last):
File "sip.py", line 229, in <module>
app.run()
File "sip.py", line 163, in run
return web.httpserver.runsimple(func, ('0.0.0.0', port))
File "/home/pi/SIP/web/httpserver.py", line 157, in runsimple
server.start()
File "/home/pi/SIP/web/wsgiserver/__init__.py", line 1753, in start
raise socket.error(msg)
socket.error: No socket could be created
pi@raspberrypi ~/SIP $ sudo python sip.py
plugins loaded:
mobile_app
plugin_manager
signaling_examples
system_update
zones changed
[0, 0, 0, 0, 0, 0, 0, 0]
Starting timing loop
http://0.0.0.0:80/
Traceback (most recent call last):
File "sip.py", line 229, in <module>
app.run()
File "sip.py", line 163, in run
return web.httpserver.runsimple(func, ('0.0.0.0', port))
File "/home/pi/SIP/web/httpserver.py", line 157, in runsimple
server.start()
File "/home/pi/SIP/web/wsgiserver/__init__.py", line 1753, in start
raise socket.error(msg)
socket.error: No socket could be created