Release script.embuary.helper - a skin helper service / widgets alternative
I'm presuming since nobody else has said anything here that this is a particular Python error in pil, but I suspect that it might also be quicker/better troubleshot here, too?
The 'continue watching' bit of the script isn't currently working for me, and log shows the following python complaints:
bash:
2023-03-31 09:56:27.160 T:4296    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ImportError'>
                                                   Error Contents: cannot import name '_imaging' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py)
                                                   Traceback (most recent call last):
                                                     File "/home/james/.kodi/addons/script.embuary.helper/service.py", line 6, in <module>
                                                       from resources.lib.service_monitor import *
                                                     File "/home/james/.kodi/addons/script.embuary.helper/resources/lib/service_monitor.py", line 12, in <module>
                                                       from resources.lib.utils import split
                                                     File "/home/james/.kodi/addons/script.embuary.helper/resources/lib/utils.py", line 20, in <module>
                                                       from resources.lib.image import *
                                                     File "/home/james/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 12, in <module>
                                                       from PIL import ImageFilter,Image,ImageOps,ImageEnhance
                                                     File "/usr/lib/python3/dist-packages/PIL/Image.py", line 103, in <module>
                                                       from . import _imaging as core
                                                   ImportError: cannot import name '_imaging' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py)
                                                   -->End of Python script error report<--
Reply


Messages In This Thread
RE: script.embuary.helper - a skin helper service / widgets alternative - by TheJezstarr - 2023-03-31, 13:16
Logout Mark Read Team Forum Stats Members Help
script.embuary.helper - a skin helper service / widgets alternative3