Hi. Using the latest update for the interval_program port to the Pi. It used to be running fine, until I pulled in the latest update. Now it doesn’t start. When I run sudo python ./ospi.py, it throws this error:
Traceback (most recent call last):
File “./ospi.py”, line 18, in
import ospi_addon #This provides a stub for adding custom features to ospi.py.
File “/home/pi/opensprinkler/OpenSprinkler Pi/software/demos/interval_program/OSPi/ospi_addon.py”, line 2, in
import ospi
File “/home/pi/opensprinkler/OpenSprinkler Pi/software/demos/interval_program/OSPi/ospi.py”, line 284, in
gv.lg = gv.sd # Controlls logging
KeyError: ‘lg’
For the record, no I haven’t touched the ospi_addon to customize anything. Any help?
I opened an issue for this last week at https://github.com/rayshobby/opensprinkler/issues/9 … didn’t get any response. Ray’s not interested in looking at it either. That looks like a pretty basic undefined symbol. Ideas?
Thanks