Posts: 15,282
Joined: Jan 2009
Reputation:
738
ronie
Team-Kodi Member
Posts: 15,282
it's Daily.1.Precipitation not Daily1.Precipitation
Posts: 85
Joined: Jul 2013
Reputation:
2
Hey all, a couple brief questions before I dig deeper in my debugging:
1. Is the maps working for everyone (I am in the US if it matters)? I have the openweathermap API key entered (I am using the free subscription) and it works fine outside of Kodi. I want to check its not a fundamental issue before I debug my version. I see the map BUT the overlays are missing (for all of them).
2. Related to debugging I see an issue in the logs with 'self.DEBUG' not being part of the class -- as such the debug log messages are not getting written out. If I replace the reference to 'self.DEBUG' with 'true', debug messages ARE output.
Thanks for getting a weather app working -- the weather part works well.
Cheers, Tony.
Posts: 476
Joined: Jul 2015
Reputation:
22
Am I the only one having problems with Multi Weather ? Both my Intel NUCs running LIbreelec 10.0.1 are beeping and showing high temps (up to 2555 degrees F) along with a pop-up error message. I am running version 006 (I think).
Posts: 11
Joined: Jan 2021
Reputation:
0
Nope, I'm having problems too.
Posts: 708
Joined: Oct 2015
Reputation:
49
Me as well....950 here, apparently
Posts: 7
Joined: Oct 2014
Reputation:
0
I'm always using this app to check the weather, and when I booted up this morning I found this :-
02-09 07:39:38.815 T:995 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 "/storage/.kodi/addons/weather.multi/default.py", line 5, in <module>
weather.MAIN(mode=sys.argv[1])
File "/storage/.kodi/addons/weather.multi/lib/weather.py", line 28, in __init__
self.get_forecast(location, locationid, locationlat, locationlon)
File "/storage/.kodi/addons/weather.multi/lib/weather.py", line 115, in get_forecast
yahoo.Weather.get_weather(data, loc, locid)
File "/storage/.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<--
2022-02-09 07:39:39.422 T:995 INFO <general>: Python interpreter stopped
Thanks for all the hard work you do, it's very appreciated.
Posts: 15,282
Joined: Jan 2009
Reputation:
738
ronie
Team-Kodi Member
Posts: 15,282
thanx all for the reports.
i'll look into it.