FYI only. I don't know if the issue need an addons update or a libreelec update.
with update "LibreELEC-Generic.x86_64-12.0-nightly-20230706-1d02644.img.gz" these addons don't works anymore :
- script.embuary.helper
- script.litebox
These 2 addons use the same dependency :
- Python Image Library
Error script.embuary.helper in log :
Python
2023-07-07 12:23:01.547 T:1214 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: /usr/lib/python3.11/site-packages/PIL/_imaging.so: undefined symbol: jpeg12_write_raw_data
Traceback (most recent call last):
File "/storage/.kodi/addons/script.embuary.helper/service.py", line 6, in <module>
from resources.lib.service_monitor import *
File "/storage/.kodi/addons/script.embuary.helper/resources/lib/service_monitor.py", line 12, in <module>
from resources.lib.utils import split
File "/storage/.kodi/addons/script.embuary.helper/resources/lib/utils.py", line 20, in <module>
from resources.lib.image import *
File "/storage/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 12, in <module>
from PIL import ImageFilter,Image,ImageOps,ImageEnhance
File "/usr/lib/python3.11/site-packages/PIL/Image.py", line 82, in <module>
ImportError: /usr/lib/python3.11/site-packages/PIL/_imaging.so: undefined symbol: jpeg12_write_raw_data
-->End of Python script error report<--
Display More
Error script.litebox in log :
Python
2023-07-07 12:23:00.778 T:1194 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: /usr/lib/python3.11/site-packages/PIL/_imaging.so: undefined symbol: jpeg12_write_raw_data
Traceback (most recent call last):
File "/storage/.kodi/addons/script.litebox/default.py", line 15, in <module>
from resources.lib import utils
File "/storage/.kodi/addons/script.litebox/resources/lib/utils.py", line 11, in <module>
from PIL import Image, ImageOps, ImageEnhance, ImageDraw, ImageStat, ImageFilter
File "/usr/lib/python3.11/site-packages/PIL/Image.py", line 82, in <module>
ImportError: /usr/lib/python3.11/site-packages/PIL/_imaging.so: undefined symbol: jpeg12_write_raw_data
-->End of Python script error report<--
Display More
Rollback to "LibreELEC-Generic.x86_64-12.0-nightly-20230705-db76177.img.gz" fixe this issue.
Debug log kodi :
Anyway thanks for your time and all works by everyone who contibute to Libreelec.