I upgraded to OSPI(SIP) version: 3.1.31 and now my sprinklers will not activate. When I go the stations page I get an interal server error. error below.
I have upgraded to the newest RPI firmware.
Raspberry PI 2 with the OSPI extension board.
Error received
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 423, in _delegate
return handle_class(cls)
File “/home/pi/OSPi/web/application.py”, line 399, in handle_class
return tocall(*args)
File “/home/pi/OSPi/webpages.py”, line 252, in GET
return template_render.stations()
File “/home/pi/OSPi/web/template.py”, line 1020, in template
return self._base(t(*a, **kw))
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/stations.html”, line 120, in __template__
<input type=”checkbox” ${“checked” if gv.sd[‘mo’][bid]&(1<<s) else “”} id=”mc${sid}”>
IndexError: list index out of range
198.24.6.220:60965 – – [21/Oct/2015 20:53:10] “HTTP/1.1 GET /vs” – 500 Internal Server Error