plugin.video.bitchute icon indicating copy to clipboard operation
plugin.video.bitchute copied to clipboard

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

Open EvilCaptKirk opened this issue 2 years ago • 3 comments

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.

EvilCaptKirk avatar Jul 27 '22 23:07 EvilCaptKirk

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.

winsomehax avatar Jul 28 '22 13:07 winsomehax

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 avatar Jul 28 '22 20:07 EvilCaptKirk

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.

EvilCaptKirk avatar Jul 28 '22 20:07 EvilCaptKirk