winsomehax / plugin.video.bitchute

Allow login and browsing of the bitchute website from within KODI
GNU General Public License v2.0
20 stars 2 forks source link

dependency on script.module.routing version 0.2.0 could not be satisfied #48

Open EvilCaptKirk opened 2 years ago

EvilCaptKirk commented 2 years ago

Kodi 19.3. Getting this error when attempting to install the latest build of this add-on:

ERROR <general>: CAddonInstallJob[plugin.video.bitchute]: The dependency on script.module.routing version 0.2.0 could not be satisfied.

Have a different device running Kodi 19.2, and the plugin was installed without issue.

Appreciate any suggestions.

winsomehax commented 2 years ago

Apologies but I don't have any time to work on this stuff. However a quick check on 19.3 suggests it's bumped the version of script.module.routing to 0.2.3

So you could try altering the addon.xml file in the plugin to:

<import addon="script.module.routing" version="0.2.0"/>

to either remove the version= altogether so it doesn't care what the version is (unsure if KODI will accept that) or put it as 0.2.3.

EvilCaptKirk commented 2 years ago

I really appreciate the response. Unfortunately, updating the module version just updated the error:

ERROR <general>: CAddonInstallJob[plugin.video.bitchute]: The dependency on script.module.routing version 0.2.3 could not be satisfied.

Removing the version parameter completely causes an implicit version 0.0.0., which also yields a similar error.

Wish I could be of more help troubleshooting this, but I can barely get Kodi to behave as an end-user.

EvilCaptKirk commented 2 years ago

Finally sorted this out. The dependencies just weren't auto-installing for some reason, so I had to install Common plugin cache v2.6.3 and Routing module 0.2.3 manually, and update addon.xml in your code to cite the correct versions.

Then I was able to install the Bitchute plugin on Kodi 19.3.