(2021-06-18, 11:14)panos_k75 Wrote: Thanks for the new update - Unfortunately still no ratings for me. I had been looking around trying to troubleshoot this and I think the culprit of my issues is what the script.skin.helper.service add-on. See image below: looks like its disabled? Does this look right to you? I am on macOS Catalina 10.15.7
![Full sized picture Image](https://i.postimg.cc/fLDpsC5f/Screenshot-2021-06-18-at-10-08-50.png)
In addition to the above, I get the following error message in the logs, every time I try to install this add-on:
ERROR <general>: Unable to run plugin Skin Helper Service
2021-06-18 10:26:36.379 T:2597785 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'grp'
Traceback (most recent call last):
File "/Users/PK/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py", line 10, in <module>
from resources.lib.main_service import MainService
File "/Users/PK/Library/Application Support/Kodi/addons/script.skin.helper.service/resources/lib/main_service.py", line 15, in <module>
from resources.lib.webservice import WebService
File "/Users/PK/Library/Application Support/Kodi/addons/script.skin.helper.service/resources/lib/webservice.py", line 12, in <module>
import cherrypy
File "/Users/PK/Library/Application Support/Kodi/addons/script.module.cherrypy/lib/cherrypy/__init__.py", line 76, in <module>
from . import _cprequest, _cpserver, _cptree, _cplogging, _cpconfig
File "/Users/PK/Library/Application Support/Kodi/addons/script.module.cherrypy/lib/cherrypy/_cprequest.py", line 13, in <module>
from cherrypy import _cpreqbody
File "/Users/PK/Library/Application Support/Kodi/addons/script.module.cherrypy/lib/cherrypy/_cpreqbody.py", line 135, in <module>
import cheroot.server
File "/Users/PK/Library/Application Support/Kodi/addons/script.module.cherrypy/lib/cheroot/server.py", line 108, in <module>
import grp
ModuleNotFoundError: No module named 'grp'
-->End of Python script error report<--