2018-11-19, 14:49
Hi at all, i just wonder if somebody can point me at what can cause some problems.
I'm actually debugging the Xperience1080 skin so it can be that something is broken or outdated.
Let's go in order with some errors inside the LOG
ERROR: Window Translator: Can't find window infodialog
i can't understand about what it refers, can it be because the skin is using the (script-globalsearch-infodialog.xml) and the original script doesn't use it anymore?
If this is the problem how i resolve it? simply deleting the voices about !Window.IsVisible(script-globalsearch-infodialog.xml) ? In all the skin xml the only infodialog voices are those.
WARNING: CApplication::Initialize - startup.xml taints init process
It's normal or there's something wrong inside the startup.xml?
WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
This one i have no clue, i can't find anywhere into the skin a SettingList
DEBUG: CPythonInvoker(3, E:\KODI\portable_data\addons\script.skin.helper.service\service.py): start processing
ERROR: Control has invalid animation type (no condition or no type)
This one appear some lines after load the home.xml, can it be there the problem with the animations?
P.S. There's any way to have a more verbose log able to tell me also what file or line cause the problem?
Before printing the error/warning message can be usefull add the full line or instruction that caused the problem
Thanks for any advice, best regards
I'm actually debugging the Xperience1080 skin so it can be that something is broken or outdated.
Let's go in order with some errors inside the LOG
ERROR: Window Translator: Can't find window infodialog
i can't understand about what it refers, can it be because the skin is using the (script-globalsearch-infodialog.xml) and the original script doesn't use it anymore?
If this is the problem how i resolve it? simply deleting the voices about !Window.IsVisible(script-globalsearch-infodialog.xml) ? In all the skin xml the only infodialog voices are those.
WARNING: CApplication::Initialize - startup.xml taints init process
It's normal or there's something wrong inside the startup.xml?
WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
This one i have no clue, i can't find anywhere into the skin a SettingList
DEBUG: CPythonInvoker(3, E:\KODI\portable_data\addons\script.skin.helper.service\service.py): start processing
ERROR: Control has invalid animation type (no condition or no type)
This one appear some lines after load the home.xml, can it be there the problem with the animations?
P.S. There's any way to have a more verbose log able to tell me also what file or line cause the problem?
Before printing the error/warning message can be usefull add the full line or instruction that caused the problem
Thanks for any advice, best regards