2019-04-14, 16:39
(2019-04-14, 04:24)bsoriano Wrote:ok, i have replaced the single file. I have not tested yet (different floor of the house today). I did have an error yesterday that i did not have time to gather info and report. I grabbed the logs today for you. Doesnt look like its an issue with your skin but with something your skin uses. Happens when returning to home screen of Kodi (doesnt happen on default skin or the fTV skin i also tried):(2019-04-14, 01:31)drizzt09 Wrote:@drizzt09 , @shedrock is correct if you download the very latest version from Git, as I did modify includes.xml. However, the commit to just fix the navigation error you pointed out only modifies skinsettings.xml.(2019-04-14, 00:03)bsoriano Wrote: @drizzt09 , it is now fixed on Git. Please download, test, and let me know if you find any more issues. Thanks.Question. Is this going to wipe out current settings? I customize my includes.xml file for sub menus
Regards,
Bart
Regards,
Bart
2019-04-13 16:39:03.435 T:29677 NOTICE: Skin Helper Widgets --> Backgroundservice started
2019-04-13 16:39:03.475 T:29676 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: cannot import name extend_dict
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skin.helper.service/service.py", line 10, in <module>
from resources.lib.main_service import MainService
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skin.helper.service/resources/lib/main_service.py", line 13, in <module>
from listitem_monitor import ListItemMonitor
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skin.helper.service/resources/lib/listitem_monitor.py", line 13, in <module>
from metadatautils import extend_dict, process_method_on_list
ImportError: cannot import name extend_dict
-->End of Python script error report<--