You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the skin Embuary which in turn uses the addon script.embuary.helper
The addon gives the following error every time I launch Kodi or the skin wants to do anything with images.
The relevant error from the debug log:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named PIL
Traceback (most recent call last):
File "/home/Ken/.var/app/tv.kodi.Kodi/data/addons/script.embuary.helper/service.py", line 6, in <module>
from resources.lib.service_monitor import *
File "/home/Ken/.var/app/tv.kodi.Kodi/data/addons/script.embuary.helper/resources/lib/service_monitor.py", line 12, in <module>
from resources.lib.utils import split
File "/home/Ken/.var/app/tv.kodi.Kodi/data/addons/script.embuary.helper/resources/lib/utils.py", line 20, in <module>
from resources.lib.image import *
File "/home/Ken/.var/app/tv.kodi.Kodi/data/addons/script.embuary.helper/resources/lib/image.py", line 12, in <module>
from PIL import ImageFilter,Image,ImageOps
ImportError: No module named PIL
-->End of Python script error report<--
DEBUG: onExecutionDone(6, /home/Ken/.var/app/tv.kodi.Kodi/data/addons/script.embuary.helper/service.py)
I added pillow (PIL) for python 2.7. It's shrinked because I didn't get it to compile/linked with zlib and jpeg (the error output wasn't that helpful) but your Skin Embuary should work now (at least no error popup occurred during starting Kodi/written into the log file). When problem still exist please reopen the issue.
PS: Oh no a Christmas theme is played after starting Kodi...
Thank you. I updated and the error hasn't shown up any more. Menus that previously gave the error work now.
PS: I can now hear the Christmas music too.
I use the skin Embuary which in turn uses the addon script.embuary.helper
The addon gives the following error every time I launch Kodi or the skin wants to do anything with images.
The relevant error from the debug log:
Here is the full Kodi debug log.
The importerror happens in the following file from the addon: https://github.com/sualfred/script.embuary.helper/blob/master/resources/lib/image.py
This might be a similar issue to #40. But here python2 needs Pillow.
I have the current flatpak installed. Running "flatpak info tv.kodi.Kodi" gives this:
The text was updated successfully, but these errors were encountered: