OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Interval 2 program issues Re: Re: Interval 2 program issues

#27287

Archades
Participant
pi@ospi ~/OSPi $ sudo python ospi.py
plugins loaded:

Starting timing loop

http://0.0.0.0:8080/
192.168.1.147:53857 - - [25/Jun/2014 05:11:12] "HTTP/1.1 GET /" - 303 See Other
192.168.1.147:53857 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /login" - 200 OK
192.168.1.147:53858 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /static/scripts/jquery-1.8.2.min.js" - 200 192.168.1.147:53860 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /static/images/favicon.ico" - 200 192.168.1.147:53859 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /static/scripts/behaviors.js" - 200

192.168.1.147:53857 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /static/themes/basic/base.css" - 200

192.168.1.147:53857 - - [25/Jun/2014 05:11:14] "HTTP/1.1 GET /static/themes/basic/grass.png" - 200 192.168.1.147:53858 - - [25/Jun/2014 05:11:14] "HTTP/1.1 GET /static/themes/basic/logo.png" - 200

192.168.1.147:53857 - - [25/Jun/2014 05:11:16] "HTTP/1.1 POST /login" - 303 See Other
192.168.1.147:53857 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /" - 200 OK
192.168.1.147:53857 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /static/scripts/schedule.js" - 200
192.168.1.147:53857 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /static/themes/basic/home.png" - 200
192.168.1.147:53859 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /static/themes/basic/off.png" - 200
192.168.1.147:53858 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /static/themes/basic/on.png" - 200
192.168.1.147:53860 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /api/log" - 200 OK
Traceback (most recent call last):
File "/home/pi/OSPi/web/application.py", line 239, in process
return self.handle()
File "/home/pi/OSPi/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/home/pi/OSPi/web/application.py", line 420, in _delegate
return handle_class(cls)
File "/home/pi/OSPi/web/application.py", line 396, in handle_class
return tocall(*args)
File "ospi.py", line 812, in GET
return render.programs()
File "/home/pi/OSPi/web/template.py", line 881, in __call__
return BaseTemplate.__call__(self, *a, **kw)
File "/home/pi/OSPi/web/template.py", line 808, in __call__
return self.t(*a, **kw)
File "templates/programs.html", line 177, in __template__

TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

192.168.1.147:53857 - - [25/Jun/2014 05:11:23] "HTTP/1.1 GET /vp" - 500 Internal Server Error
192.168.1.147:53857 - - [25/Jun/2014 05:11:23] "HTTP/1.1 GET /favicon.ico" - 404 Not Found
192.168.1.147:53857 - - [25/Jun/2014 05:11:23] "HTTP/1.1 GET /favicon.ico" - 404 Not Found
Traceback (most recent call last):
File "/home/pi/OSPi/web/application.py", line 239, in process
return self.handle()
File "/home/pi/OSPi/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/home/pi/OSPi/web/application.py", line 420, in _delegate
return handle_class(cls)
File "/home/pi/OSPi/web/application.py", line 396, in handle_class
return tocall(*args)
File "ospi.py", line 812, in GET
return render.programs()
File "/home/pi/OSPi/web/template.py", line 881, in __call__
return BaseTemplate.__call__(self, *a, **kw)
File "/home/pi/OSPi/web/template.py", line 808, in __call__
return self.t(*a, **kw)
File "templates/programs.html", line 177, in __template__

TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

192.168.1.147:53870 - - [25/Jun/2014 05:11:39] "HTTP/1.1 GET /vp" - 500 Internal Server Error
Traceback (most recent call last):
File "/home/pi/OSPi/web/application.py", line 239, in process
return self.handle()
File "/home/pi/OSPi/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/home/pi/OSPi/web/application.py", line 420, in _delegate
return handle_class(cls)
File "/home/pi/OSPi/web/application.py", line 396, in handle_class
return tocall(*args)
File "ospi.py", line 812, in GET
return render.programs()
File "/home/pi/OSPi/web/template.py", line 881, in __call__
return BaseTemplate.__call__(self, *a, **kw)
File "/home/pi/OSPi/web/template.py", line 808, in __call__
return self.t(*a, **kw)
File "templates/programs.html", line 177, in __template__

TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

192.168.1.147:53877 - - [25/Jun/2014 05:11:51] "HTTP/1.1 GET /vp" - 500 Internal Server Error

Here’s the errors. Thanks.