Posts by Nanomani
-
-
Hello
Since the "LibreELEC-RPi4.aarch64-12.0-nightly-20240118-0af59b4.img" there are again problems (error messages) with "script.embuary.helper"
have you noticed that yet?Since the "LibreELEC-RPi4.aarch64-12.0-nightly-20240118-0af59b4.img" I have some issue too with :
- "script.embuary.helper"
- "plugin.video.themoviedb.helper" with "blur monitor" enable (https://forum.kodi.tv/showthread.php?tid=345847) by jurialmunkey
- "script.texturemaker" by jurialmunkey
Roll back to LibreELEC-Generic.x86_64-12.0-nightly-20240117-b7b2da0 fix all issue.
Log : https://paste.kodi.tv/irumeviqov.kodi
(Tested also with skin "skin.arctic.fuse" and "skin.arctic.horizon.2" with always the same issue)
-
suggest reaching out to the addon developers to update the code
thanks for the advice.
I posted on the Kodi forum but without much hope :
- https://forum.kodi.tv/showthread.php…9114#pid3159114
- https://forum.kodi.tv/showthread.php…9116#pid3159116
The last connexion of each developper is 2022-05-26 (Sualfred - Embuary_Helper) and 2022-08-06 (Badaas - Litebox_Script)
I can't do no more.
Wait and see...
-
FYI with Pillow 10.0 addons need to be update too because some "Constants" are removed.
source : https://pillow.readthedocs.io/en/stable/depr….html#constants
eg : "Image.ANTIALIAS" must be replace by "Image.LANCZOS"
This must be do for "script.embuary.helper" and "script.litebox"
search and replace "Image.ANTIALIAS" by "Image.LANCZOS" in
...\addons\script.litebox\resources\lib\utils.py
search and replace "Image.ANTIALIAS" by "Image.LANCZOS" in
...\addons\script.embuary.helper\resources\lib\image.py
then restart Libreelec
I m not a expert here, this seems too simple but this works well for me.
If it can help someone...
-
Fix should be in: https://github.com/LibreELEC/LibreELEC.tv/pull/7972
I confirm the last update #7972 fix the issue.
Thank you for the very quick feedback and fix
-
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
Display More2023-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<--
Error script.litebox in log :
Python
Display More2023-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<--
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.
-
SEGFAULT due to null pointer access in elementtree, no idea about the cause:
Code
Display MoreThread 1 (Thread 0x7f1654ff96c0 (LWP 151486)): #0 0x0000000000000000 in ?? () #1 0x00007f169188738e in ?? () from /usr/lib/python3.11/lib-dynload/_elementtree.so #2 0x00007f16b9a6f781 in ?? () from /usr/lib/libpython3.11.so.1.0 #3 0x00007f16b9a18c1b in _PyObject_MakeTpCall () from /usr/lib/libpython3.11.so.1.0 #4 0x00007f16b99c8c94 in _PyEval_EvalFrameDefault () from /usr/lib/libpython3.11.so.1.0 #5 0x00007f16b9ae72e0 in ?? () from /usr/lib/libpython3.11.so.1.0 #6 0x00007f16b9ae7383 in PyEval_EvalCode () from /usr/lib/libpython3.11.so.1.0 #7 0x00007f16b9b259f3 in ?? () from /usr/lib/libpython3.11.so.1.0 #8 0x00007f16b9b25bf6 in ?? () from /usr/lib/libpython3.11.so.1.0 #9 0x00007f16b9b25cd0 in ?? () from /usr/lib/libpython3.11.so.1.0 #10 0x00007f16b9b28dec in PyRun_FileExFlags () from /usr/lib/libpython3.11.so.1.0 #11 0x0000000000ab8810 in CPythonInvoker::executeScript(_IO_FILE*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, _object*) () #12 0x0000000000acb2f0 in CPythonInvoker::execute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::allocator<std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >&) () #13 0x0000000000acbeca in CPythonInvoker::execute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) () #14 0x00000000015211be in CLanguageInvokerThread::Process() () #15 0x0000000000e559a3 in CThread::Action() () #16 0x00000000016a2b93 in ?? () #17 0x0000000000e53d93 in ?? () #18 0x00007f16b6f2a403 in ?? () from /usr/lib/libstdc++.so.6 #19 0x00007f16b70f0460 in ?? () from /usr/lib/libc.so.6 #20 0x00007f16b7169a2c in ?? () from /usr/lib/libc.so.6
Indeed addon author have found a same issue after parsed the skin settings.xml for the daynight.autocolor Setting with xml.etree.ElementTree.
The addon "script.arctic.zephyr.mod.autocolors" was updated to fix that :
Release script.arctic.zephyr.mod.autocolors-2.1.1 · semool/script.arctic.zephyr.mod.autocolorsNew Version for Kodi20. Try to fix a Kodi Crash.github.comAnyway thanks your time and your feedback that help a lot.
-
-
Is it possible to downgrade python version without use a old image libreelec ?
The addon "script.arctic.zephyr.mod.autocolors" seems cause issue Libreelec "crash loops" with lastest Libreelec 11 and Python 3.11.x
script.arctic.zephyr.mod.autocolors
Uninstall "script.arctic.zephyr.mod.autocolors" fix "Crash loops" in all case
When I try a old image Libreelec 11 with python 3.9.15 all is fine.
(LibreELEC-Generic.x86_64-11.0-nightly-20221013-6285fc1.img.gz)
On windows OS and Kodi 20 RC1 all is fine too.The issue is not on librelec side but here is full log after a crash is someone ask :
So I m not a python expert but if I can test latest code and python 3.9.x I will be sure the issue with addon "script.arctic.zephyr.mod.autocolors" is related to python version and not an other side effect.
So any answers are welcome
Thanks -
Nanomani ,
That is the RC1 for Kodi Nexus as far as I know.
The LE 11 build is still named "nightly" or not?
Yes the last LE11 build is still named "nightly"
-
LE RC1 is already available :
https://github.com/LibreELEC/LibreELEC.tv/pull/7205 -
Skin I'm using is not usable due to bug so it was fixed yesterday in master
I assume you are talking about this:
Improving/fixing transparent control rendering by sarbes · Pull Request #21645 · xbmc/xbmcDescription #21387 introduced focusing issues with skins. Originally, it was intended to avoid rendering/processing chunks of the GUI nodes which are…github.comI'm waiting for this update too
solves issues for many skin appeared with alpha 2.
-
-
Sure, get if from here. You want the one with the 379df42 in its name.
https://test3.libreelec.tv/11.0/Generic/
Credit goes to JoeAverage.
Great, thanks for all of you
-
My bad I did not backup "LibreELEC-Generic.x86_64-11.0-nightly-xxx.gz" files before last version with Kodi alpha2. (before 2022-Jul-09)
So kodi alpha 2 seems introduce some behaviour not expected with skin:
PR-21387 breaks grouplist position when using conditional fade animations · Issue #21615 · xbmc/xbmcBug report Describe the bug Here is a clear and concise description of what the problem is: The PR #21387 breaks conditional fade animations because it sets…github.comSlide-in screen navigation behaviour bug after Alpha 1 · Issue #21664 · xbmc/xbmcBug report Describe the bug I have noticed a bug in the slide-in window behaviour (default skin) somewhere after Alpha 1, and reproducible in Alpha 2. When…github.comI have observed this from kodi alpha 2.
It will be great to have the last "LibreELEC-Generic.x86_64-11.0-nightly-xxx" version before kodi Alpha2 in "https://test.libreelec.tv/11.0/Generic/"
If not possible for some reason I will wait...thanks
-
jim_p, I found a bug (what is for update/downgrade) wasn't work as expected
(hopefully) fixed it now and the script is online again.
you need to copy the script again !
a report is welcome
Perhaps the bug found is with the RPI box I guess ?
Anyway v 0.06 tested on NUC all works fine (downgrade / Upgrade)
PS :
your script with tool "putty" for automate connecting and launch all command is magic for me. So quick and simple.
Thanks again
-
regarding "fast reading": DEBUG is also set as in comment #1 ?
Yes.
Tested also your lastest version 0.05 from scratch.
This mean :
- I have delete my file "get_nightly.sh"
- I have create a new one with the new code (v 0.05) in the first post
all is good.
-
thanks Nanomani
is this still *after* un-commenting line 226 ?
I fixed the code in comment #1,
in case you can't edit the script you currently own: download it again
Sorry i read too fast. I had not seen that part ...
You are right with this line "226 " uncommented all works like a charm now.
Thanks again