(2021-03-25, 21:08)latts9923 Wrote: @oldpainless
Are you using marcelveldt's repo? The add-ons are all Matrix versions now and will not install on Krypton or Leia. I'm going to restructure my repos...one for Krypton, Leia, and Matrix. I will upload the compatible versions of those add-ons and others to each repo. I'll post on all the skin threads when it is complete.
I've also had the same issue of updates failing for skinhelper service and others.
I have updated to your 3.0.0 repo and skin 2.0.2.5
Also tried updating the skinhelper service which seems to have broken it.
Where should I be installing skinhelper service and the others from now?
Thanks!
I restored from backup.
Seems updating to the 3.0.0 repo breaks my skinhelper service. Media icons pack for aeon mq7 - colored says update available - but won't update.
Sorry for the continued posts. I don't seem to be able to edit the previous ones.
If I delete the old Media icons pack for aeon mq7 - colored first. Then I can do a clean install on the new ones.
Getting a skin helper service error version 1.1.31
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named selectors2
Traceback (most recent call last):
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py", line 10, in <module>
from resources.lib.main_service import MainService
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\main_service.py", line 15, in <module>
from resources.lib.webservice import WebService
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\webservice.py", line 12, in <module>
import cherrypy
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.module.cherrypy\lib\cherrypy\__init__.py", line 76, in <module>
from . import _cprequest, _cpserver, _cptree, _cplogging, _cpconfig
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.module.cherrypy\lib\cherrypy\_cprequest.py", line 13, in <module>
from cherrypy import _cpreqbody
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.module.cherrypy\lib\cherrypy\_cpreqbody.py", line 135, in <module>
import cheroot.server
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.module.cherrypy\lib\cheroot\server.py", line 88, in <module>
from . import connections, errors, __version__
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.module.cherrypy\lib\cheroot\connections.py", line 13, in <module>
from ._compat import selectors
File "C:\Users\Dave\AppData\Roaming\Kodi\addons\script.module.cherrypy\lib\cheroot\_compat.py", line 15, in <module>
import selectors2 as selectors # noqa: F401 # lgtm [py/unused-import]
ImportError: No module named selectors2
-->End of Python script error report<--