Kodi Community Forum
Dependecies not meet with Gotham nightlybuild and french add-on - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Dependecies not meet with Gotham nightlybuild and french add-on (/showthread.php?tid=187591)



Dependecies not meet with Gotham nightlybuild and french add-on - frarev - 2014-02-26

I'm testing Gotham Nightly Build (26/02/2014) for Windows.

When I'm trying to install this add-on I get the error message : dependencies not meet and I can't use the extension.

But if i install the Gotham version above my frodo version with the extension already set, I can see the add-on in gotham and it works.

So it seems that add-on can work with gotham but not be installed. How can i instal it for a new Gotham setup ?


RE: Dependecies not meet with Gotham nightlybuild and french add-on - frarev - 2014-02-26

The log file : http://xbmclogs.com/show.php?id=139308


RE: Dependecies not meet with Gotham nightlybuild and french add-on - scott967 - 2014-02-27

I suppose your problem is in the add-on "addon.xml" file here:

Code:
<requires>
    <import addon="xbmc.python" version="1.0"/>
    <import addon="script.module.elementtree" version="1.2.7" />
</requires>

As you can see in your log:
Code:
17:58:00 T:1316   DEBUG: Addon plugin.video.canal.plus requires xbmc.python version 1.0 which is not available

I think Gotham is on python 2.1.0 see here:
http://forum.xbmc.org/showthread.php?tid=173943&pid=1527263#pid1527263

scott s.
.


RE: Dependecies not meet with Gotham nightlybuild and french add-on - Kib - 2014-02-27

The add-on author needs to update his add-on


RE: Dependecies not meet with Gotham nightlybuild and french add-on - frarev - 2014-02-27

According your explanations, I changed by myself the import line : <import addon="xbmc.python" version="1.0"/> with <import addon="xbmc.python" version="2.1.0"/>

Now, the add-on can be installed without error and works.

Thanks.


RE: Dependecies not meet with Gotham nightlybuild and french add-on - Kib - 2014-02-27

If you tell the author, he can submit a new one to the repository so you don't have to do this manually.


RE: Dependecies not meet with Gotham nightlybuild and french add-on - frarev - 2014-02-27

I've just sent a post on the french add-on repository passion-XBMC : http://passion-xbmc.org/add-ons-video/

Wait and See...


RE: Dependecies not meet with Gotham nightlybuild and french add-on - 1jakefa1 - 2014-08-29

Any idea if the plugin worked in Frodo. Changed the line to 2.1.0 (which allowed the script to be installed successfully) but now has an error of script failed?


RE: Dependecies not meet with Gotham nightlybuild and french add-on - un1versal - 2014-08-29

Just a wild guess, changing the python version was a dirty hack and hasn't fixed all the issues in the addon, again, talk to the addon author.


RE: Dependecies not meet with Gotham nightlybuild and french add-on - Kib - 2014-08-30

Passion-xbmc puts stuff in their repo but doesn't listen to author requests, so that does not surprise me.