Kodi Community Forum

Full Version: Can't install addon from zip
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm creating an addon, and when I try to install it from zip, it fails. But I can't get why it fails. In the log the only reference is this:

Code:
20:50:13 T:140337359313024   DEBUG: CAddonInstaller: installing from zip '/home/davo/Documents/simkl-kodi/script.service.simkl.zip'

How can I know what is failing?
Did you make sure you deleted the x.pyo files?
(2016-12-19, 19:07)Protocol-X Wrote: [ -> ]Did you make sure you deleted the x.pyo files?

Yes I'm sure.
Problem solved, idk why though. Now I have another problem, the addon install at special://home/addons/Kodi-master/

Why it is installed at Kodi-master? How can I change that?
Do you already have the addon installed from development. I have ran into issues where a zip wont install if it existed this way too. Since you have no real logs it is kind of a guessing game at this point.