2019 Jul 21, 05:46 PM
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
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