Running from shared userdata location
#1
Hi,

I have two instances of XBMC on two Raspberry Pis. They use a shared /userdata/ location.

When I change the weather addon settings the /userdata/addon_data/weather.wunderground/settings.xml file is updated in this shared location and both instances pick up the settings ok from this shared file.

However on one of the devices I get the following script error;

Code:
Error Type: <type 'exceptions.IOError'>
Error Contents: (2, 'No such file or directory', '/home/pi/.xbmc/userdata/addon_data/weather.wunderground/map/7A6D773A30303030302E312E3933373830-20121125173449.png')

It looks like it is trying to access an image from the /userdata/ path on the device itself, rather than the shared location. There is nothing in the /userdata/addon_data/weather.wunderground/map/ folder in the shared folder however.

The other instance seems to be working ok - i.e. no script errors. I have no idea why they are different as they were both fresh installs of Rasbmc at the same time.

The version that is erroring still shows the correct weather information, it just doesn't show the city name in the info section on the homepage, and I get the script error popup whenever I reboot (with the message above).

Does anyone know what might be the problem here?
Reply


Messages In This Thread
Running from shared userdata location - by sumnerboy - 2012-11-25, 06:41
Logout Mark Read Team Forum Stats Members Help
Running from shared userdata location0