Solved addon does not have correct structure - via zip install on isengard
#1
The addon wimm can be installed just fine up to Helix however isengard since alpha1 you cant install addon anymore due to "addon does not have correct structure" errors.

The structure hasn't changed, I've tried cleaning up the addon.xml and removing special characters like "?" and "&" someone suggested that these could be culprits, but alas no joy.

Can a addon developer for XBMC Foundation clarify what has changed that could cause this?

https://github.com/slash2009/XWMM/issues/131 (does not reflect amount of reports by other users and I expect many addons will be affected by this)

I'm not inclined to it being a addon bug, but rather a kodi bug, nothing has changed structure wise in addon at all, and only affects isengard nightlies since alpha1 all previous isengard were fine just like Helix.

log http://www.pastebin.ca/2967606, it has 0 useful information on failure, the lack of logging in kodi in this area is non existent and utterly unhelpful tbh.
Reply
#2
Had a quick look through commits to kodi and it might have something to do with b01a6d24f1357a38303f26d20d254e57a2f2f45e.

I'm travelling the next 2 days, so it'll probably be the weekend before I can look into it.
Reply
#3
Sure thank you, yes could be that indeed, no idea really.

Edit that.

I think I solved it, the issue seems to be at

Code:
<extension point="xbmc.gui.webinterface"/>

needs to be now

Code:
<extension point="xbmc.webinterface"/>

So this part is solved. The real issue is by doing that addon wont be compatible anymore with Helix which mean WIM then needs two branches or some other way to handle that.
Reply
#4
it might work to add both extension points.
Reply
#5
(2015-04-02, 19:12)wsnipex Wrote: it might work to add both extension points.

No it won't because only the first one is read for repo
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#6
I'm having this issue as well. I'm new to Kodi, could you please tell me where this file is that you changed the line of code is located? Kodi is installed on a FireStick.
Reply
#7
use https://github.com/slash2009/XWMM/releases/tag/v4.1.22
Reply
#8
I found a way around this problem by connecting to the Firestick via USB and MoblieGo. I loaded the add-on files into the SD Card\Download folder. Then in Kodi I installed from zip, navigated to storage/download folder and installed from there. Worked fine, no issues so far (3 days).
Reply

Logout Mark Read Team Forum Stats Members Help
addon does not have correct structure - via zip install on isengard0