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
Recently started getting error notifications, there has been a mayor release on Pillow and the error in the logs is as follows:
2024-10-31 21:50:13.619 T:1023031 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: The _imaging extension was built for another version of Pillow or PIL:
Core version: 10.4.0
Pillow version: 11.0.0
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/script.embuary.helper/plugin.py", line 10, in <module>
from resources.lib.plugin_content import *
File "/home/kodi/.kodi/addons/script.embuary.helper/resources/lib/plugin_content.py", line 11, in <module>
from resources.lib.image import *
File "/home/kodi/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 12, in <module>
from PIL import ImageFilter,Image,ImageOps,ImageEnhance
File "/usr/lib/python3.12/site-packages/PIL/Image.py", line 105, in <module>
raise ImportError(msg)
ImportError: The _imaging extension was built for another version of Pillow or PIL:
Core version: 10.4.0
Pillow version: 11.0.0
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
Recently started getting error notifications, there has been a mayor release on Pillow and the error in the logs is as follows:
The text was updated successfully, but these errors were encountered: