2022-02-14, 18:04
Updated to weather.multiweather.multi v0.0.9 and still get errors:
Code:
2022-02-14 16:58:59.005 T:9388 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 0
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\Kodi\addons\weather.multi\default.py", line 5, in <module>
weather.MAIN(mode=sys.argv[1])
File "C:\Users\user\AppData\Roaming\Kodi\addons\weather.multi\lib\weather.py", line 35, in __init__
self.get_forecast(location, locationid, locationlat, locationlon, ycookie, ycrumb)
File "C:\Users\user\AppData\Roaming\Kodi\addons\weather.multi\lib\weather.py", line 157, in get_forecast
yahoo.Weather.get_weather(data, loc, locid)
File "C:\Users\user\AppData\Roaming\Kodi\addons\weather.multi\lib\providers\yahoo.py", line 8, in get_weather
data = response['weathers'][0]
KeyError: 0
-->End of Python script error report<--