OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Python Interval Program now has "Ignore rain" option › Re: Re: Python Interval Program now has “Ignore rain” option
declanslater
Fantastic! Thanks for doing that!!
One little thing I’m running into, I was already running on 8080 for OSPi. The git update said something about dependencies so I did a git stash then git pull. Now the OSPi webpage is not availible, and Samer’s program says system disabled.. help?
Here is what I get:
pi@opensprinkler ~/OSPi/OSPi $ sudo python ospi.py
Starting main loop
http://0.0.0.0:80/
Traceback (most recent call last):
File “ospi.py”, line 1008, in
app.run()
File “ospi.py”, line 1003, in run
return web.httpserver.runsimple(func, (‘0.0.0.0’, port))
File “/home/pi/demos/OpenSprinkler Pi/software/demos/interval_program/OSPi/web/httpserver.py”, line 157, in runsimple
server.start()
File “/home/pi/demos/OpenSprinkler Pi/software/demos/interval_program/OSPi/web/wsgiserver/__init__.py”, line 1753, in start
raise socket.error(msg)
socket.error: No socket could be created
pi@opensprinkler ~/OSPi/OSPi $