2021-10-02, 16:05
Can someone share what the blocking issue in Kodi/python3 is referred on above comments? I might be living under a rock
(2021-10-02, 16:05)enen92 Wrote: Can someone share what the blocking issue in Kodi/python3 is referred on above comments? I might be living under a rockTBH I don't know that much about it either. At first I thought it was a media import related problem. But @sualfred mentioned to me that the same happens with his skins which use a lot of add-ons in Kodi Matrix. The problem seems to be that if too many Python sub-interpreters are running at the same type Python is unable to properly handle catching exceptions with a specific type. So if some code tries to catch a
TimeoutError
it will not be caught. If the same code would try to catch any exception it would work even though the thrown exception is of type TimeoutError
. See e.g. this workaround which solves the issue but obviously is very ugly: https://github.com/Montellese/mediaimpor...d15fa6a9d3. And a Python add-on cannot control every exception being thrown / caught because lots of libraries / modules depend on proper exception handling.PythonInterpreter
and tried to improve it but it didn't help.
(2021-10-08, 16:55)TurbanUp Wrote: Downloads links are down, any chance to get a rebuild before the next rebase. Looking for the windows build, thanksLinks should work again (except for OSX which is still building).
(2021-10-10, 19:16)LongMan Wrote: @Montellese,I already rebased, I just didn't create any builds yet.
When you do rebase for 19.2. Could you please take a look at the clean up section of the import process. That the section which is taking most time.
Cheers,
(2021-10-11, 19:16)LongMan Wrote: @Rijs43,Hello @LongMan ,
Based on 19.2 and LibreELEC 10.0 + subsequent fixes.
Cheers
Generic
Raspberry Pi 4
(2021-10-14, 15:56)alsc Wrote:(2021-10-11, 19:16)LongMan Wrote: @Rijs43,Hello @LongMan ,
Based on 19.2 and LibreELEC 10.0 + subsequent fixes.
Cheers
Generic
Raspberry Pi 4
Are you still building those RockPro64 specific versions? If so, would you please provide me the url? Thank you very much!
(2021-10-14, 17:14)LongMan Wrote: Added to the post above.@LongMan
Cheers
(2021-10-14, 19:32)Montellese Wrote: Please check again, there are now three (originally two) links in the post.
(2021-11-07, 12:17)LongMan Wrote: @alsc, @Rijs43 updated builds based on 19.3 and LibreELEC 10.01@LongMan, @Montellese, and the other developers envolved, thank you all very much for the excellent work you've been doing with this project!
Generic
Raspberry Pi 4
RockPro64
Cheers
NB There is a small problem when both HDMI port are connected. I will post another build when a fixed is out