(2016-12-25, 16:46)sergo Wrote: Kodi 16.0\Aeon MQ7 \Windows 7 64\
-------------------------------------------------
Error Type: <type 'exceptions.ValueError'>
Error Contents: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Kodi\portable_data\addons\script.openweathermap.maps\default.py", line 280, in <module>
Main()
File "C:\Kodi\portable_data\addons\script.openweathermap.maps\default.py", line 22, in __init__
lat, lon, zoom = self._parse_argv()
File "C:\Kodi\portable_data\addons\script.openweathermap.maps\default.py", line 47, in _parse_argv
zoom = int(params.get('zoom', ''))
ValueError: invalid literal for int() with base 10: ''
Looks almost the same as the error I'm getting at the moment. Same symptoms, weather information still loads fine, but throws an error message about every 5-10 minutes. Also, I never seem to be able to load maps- just have a blank screen as seen below. Already running on my own api, any ideas?
Kodi 16.0\Aeon MQ7 \Windows 10 64\
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'clear_property' is not defined
Traceback (most recent call last):
File "C:\Users\ADAM\AppData\Roaming\Kodi\addons\script.openweathermap.maps\default.py", line 281, in <module>
Main()
File "C:\Users\ADAM\AppData\Roaming\Kodi\addons\script.openweathermap.maps\default.py", line 26, in __init__
clear_property('Map.1.Area')
NameError: global name 'clear_property' is not defined
-->End of Python script error report<--