Hello Ronie! It seems you are kept very busy with people's error messages, but that you also seem very adept at what you do. It's lovely to know there are problem-solvers out there such as yourself, so I thank you!
Here's OpenWeatherMap error message from my debug log:
14:22:03 T:1725953040 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.SyntaxError'>
Error Contents: ('unexpected EOF while parsing', ('<string>', 0, 0, ''))
Traceback (most recent call last):
File "/home/pi/.kodi/addons/weather.openweathermap.extended/default.py", line 859, in <module>
forecast(location, locationid, locationdeg)
File "/home/pi/.kodi/addons/weather.openweathermap.extended/default.py", line 163, in forecast
lat = float(eval(locationdeg)[0])
SyntaxError: ('unexpected EOF while parsing', ('<string>', 0, 0, ''))
-->End of Python script error report<--
Prior to this, I don't recall seeing the error message, but what I got instead was a blank weather screen. I entered my location (Winnipeg) just fine, entered my API just fine, but no weather info on the previous OpenWeatherMap installation. So, I uninstalled, tried Yahoo Weather, same problem with no details showing up for weather.
Now with this new installation of OpenWeatherMap, it gave me the error message as seen above. If you need further information I have not provided, please let me know. I would love to have this weather app functioning. Thanks!