OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) upgrade issues version: 3.1.31

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40576

    sean2
    Participant

    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

    #40588

    sean2
    Participant

    I found the fix in the forum. I had to change the options/station handling to 0 and save. then set it back to 1. this allowed me to configure the stations. I then had to reboot. it all seems to work now.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) upgrade issues version: 3.1.31