2013-11-09, 02:12
I couldn't install v0.2.0 in latest Gotham master (OpenELEC on Pi, built from git) - kept getting the following error:
which I'm assuming is some sort of bug in Gotham as the addon appears to have a valid dependency:
I'd have thought that if the addon requires xbmc.python version 2.0, then this dependency should be met in Frodo and Gotham (xbmc.python version 2.1.0 and 2.12.0 respectively). If not I guess that's going to break a lot of addons unnecessarily.
Anyway I tried different versions ("2.1", "2.1.0", "2.12" and "2.12.0") but none worked - now got an invalid structure error - so in the end I just removed the above <requires> from addon.xml and the addon installed without a problem...
Obviously Gotham is under heavy development, but this is just a heads up... not sure what's going on.
Code:
Addon script.moviesetart requires xbmc.python version 2.0 which is not available
Code:
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
I'd have thought that if the addon requires xbmc.python version 2.0, then this dependency should be met in Frodo and Gotham (xbmc.python version 2.1.0 and 2.12.0 respectively). If not I guess that's going to break a lot of addons unnecessarily.
Anyway I tried different versions ("2.1", "2.1.0", "2.12" and "2.12.0") but none worked - now got an invalid structure error - so in the end I just removed the above <requires> from addon.xml and the addon installed without a problem...
Obviously Gotham is under heavy development, but this is just a heads up... not sure what's going on.