Posts: 154
Joined: Jun 2010
Reputation:
1
Thanks for looking into this for me ronie.
As much as I want this Add-On to properly function, I'm still noob-ish with Kodi, so I'll probably wait until a stable version of Kodi is released that corrects this issue. Hopefully it's sooner than later, so I can show off Kodi to the wife and be like "see how cool this thing is?"
Posts: 8
Joined: Jan 2015
Reputation:
0
having a slight issue with this addon.
I have 3 Kodi boxes in my house, so I do have a custom setup. I have my userdata folder located on a network drive which each Kodi is setup to use via the advancedsettings.xml
The Addon keeps showing an error during updates. what seems to be happening is the Addon creates some map folders in the local userdata folder during the initial addon install (userdata/addon_data/weather.openweathermap.extended/maps), which after the update get deleted/removed.
on subsequent updates the folders do not get recreated and the addon does not look to the networked/shared userdata folder for the map folders. the addon just displays an error. If I manually create the folders in the local userdata/addon_data/weather.openweathermap.extended/maps folder the Addon will update normally, but again get deleted after the update.
If I disconnect my network setup and use the local userdata (I have to manually recreate the map folders, or reinstall the addon from a clean install), everything seems to work correctly.
Just wondering if there is a workaround or if this can be fixed in the addon.
here's the clip from my log
22:10:34 T:140544028894976 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OSError'>
Error Contents: [Errno 2] No such file or directory: '/home/xbmc/.kodi/userdata/addon_data/weather.openweathermap.extended/maps/precipmap/'
Traceback (most recent call last):
File "/home/xbmc/.kodi/addons/weather.openweathermap.extended/default.py", line 989, in <module>
forecast(location, locationid, locationdeg)
File "/home/xbmc/.kodi/addons/weather.openweathermap.extended/default.py", line 207, in forecast
shutil.rmtree(precipmapdir)
File "/usr/lib/python2.7/shutil.py", line 239, in rmtree
onerror(os.listdir, path, sys.exc_info())
File "/usr/lib/python2.7/shutil.py", line 237, in rmtree
names = os.listdir(path)
OSError: [Errno 2] No such file or directory: '/home/xbmc/.kodi/userdata/addon_data/weather.openweathermap.extended/maps/precipmap/'
-->End of Python script error report<--
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
don't move addon_data to another location.
it's simply not supported by Kodi.
Posts: 167
Joined: Apr 2012
Reputation:
0
sanity
Senior Member
Posts: 167
Hi.
Does the peronal weather station option work?
I have tried to link my pws to this plugin but i get no reading at all. I tried couple of other pws id's too but same result.