Weather-based Water Level plug-in Issue - Printable Version +- SIP (https://nosack.com/sipforum) +-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1) +--- Forum: Plugin questions (https://nosack.com/sipforum/forumdisplay.php?fid=6) +--- Thread: Weather-based Water Level plug-in Issue (/showthread.php?tid=163) |
Weather-based Water Level plug-in Issue - Dave11 - 2019 Jul 21 Getting the following error when using the Weather-based Water Level plug-in. Also using the location of 55378,US. Any ideas? Weather-base water level encountered error: Traceback (most recent call last): File "/home/pi/SIP/plugins/weather_level_adj.py", line 99, in run history = history_info(self, today, options) File "/home/pi/SIP/plugins/weather_level_adj.py", line 286, in history_info thisdate_time = datetime.datetime(int(tmp[0]), int(tmp[1]), int(tmp[2]), int(tmp[3]), int(tmp[4])) IndexError: list index out of range |