2024-05-17, 22:42
I use it with CE without any problems. My device is GT King II
(2024-05-17, 19:20)_BJ1 Wrote: This happens when too many Python scripts starting at same time and the Kodi Python engine kicks off. In the debug log you'll see at last a phyton script that causes the crash - and, in most cases this is not the same script. To avoid this, reduce your services that starts at startup. Disabling all unnecessary services can help. You can also try disabling the splash screen of the skin (skin settings >> extras).
(2024-05-16, 22:40)_BJ1 Wrote:(2024-05-16, 22:31)NeoCortex Wrote: In the case of extras, is there a way to access that version of the window (as opposed to the Extras Manager) for movies that do not have multiple versions? It seems like accessing it through the Info screen is the only way to get there.
I don't know. I had to rip some extras from my own BluRays and had to evaluate this...
(2024-05-22, 06:27)_BJ1 Wrote: The better way is to report the errors via debug log in the forums: https://forum.kodi.tv/forumdisplay.php?fid=300I wrote there. But my main gripe with this is that, as you mentioned, the skin relies on unsupported addons. Disabling Embuary Info and Helper gives errors in the logs. I have Kodi crashing more often than not, on a pretty much fresh installation... :-(
Even if sualfred (the maintainer) is not active yet, maybe other Python Coders finding some solutions.
C:\Program Files\Kodi 21\portable_data\addons\script.module.arrow\lib\arrow\constants.py
Line 19 has to extend to: except (OverflowError, ValueError, OSError, AttributeError):
(2024-05-23, 20:02)_BJ1 Wrote: The error you've described doesn't thrown by Embuary Helper. The exception is thrown by an imported module called arrow (script.module.arrow). There are two options:
- script.module.arrow has to be fixed (recommended)
- Embuary Helper/Info has to rid off of the arrow module
As a quick fix the exception handling in Python scriptC:\Program Files\Kodi 21\portable_data\addons\script.module.arrow\lib\arrow\constants.py
Line 19 has to extend to:
except (OverflowError, ValueError, OSError, AttributeError):
As I'm not using Windows, I'm not sure if this modification throws other exceptions. Btw. this exception does not occur on Unix (Ubuntu) nor Libre-/CoreElec. And, sualfred is/was also affected by this error: https://forum.kodi.tv/showthread.php?tid...pid3069038
(2024-05-23, 23:21)ashlar Wrote: I was seeing errors in CoreELEC too (probably different ones).
(2024-05-24, 06:07)_BJ1 Wrote:Not to antagonize you, I am thankful for the work you put in the skin, but I did write "I will report back", didn't I? There is no need to remind me about "no log, no issue", I have a link in my signature specifically to educate people about that... :-)(2024-05-23, 23:21)ashlar Wrote: I was seeing errors in CoreELEC too (probably different ones).
This is a very vague statement, like "My car is broken". As long as the "error" is only displayed in the log and has no effect on Kodi, you can ignore it. Without a log, it is not possible to say whether the errors that have occurred are related to Embuary Helper/Info. So no log, no issue.
Program exceptions that lead to termination and a visible error notification are a different matter.
(2024-05-29, 16:53)_BJ1 Wrote: VideoOSD.xml, Nexus/Omega: https://github.com/b-jesch/skin.estuary....l#L39-L321
Please note that there are more buttons defined as in your screenshot. Most of them has a conditional visibility.