Jump to content

Skin helper error at boot with Embuary Skin


Recommended Posts

Posted
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 "/home/ingvix/.kodi/addons/script.skin.helper.service/service.py", line 10, in <module>
                                                from resources.lib.main_service import MainService
                                              File "/home/ingvix/.kodi/addons/script.skin.helper.service/resources/lib/main_service.py", line 13, in <module>
                                                from listitem_monitor import ListItemMonitor
                                              File "/home/ingvix/.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<--

I keep getting this error. How could I fix this?

Posted

I also got this when I entered addon menu:

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 KodiDb
                                            Traceback (most recent call last):
                                              File "/home/ingvix/.kodi/addons/script.skin.helper.service/plugin.py", line 10, in <module>
                                                from resources.lib.plugin_content import PluginContent
                                              File "/home/ingvix/.kodi/addons/script.skin.helper.service/resources/lib/plugin_content.py", line 17, in <module>
                                                from metadatautils import KodiDb, Tmdb, get_clean_image, process_method_on_list
                                            ImportError: cannot import name KodiDb
                                            -->End of Python script error report<--

Posted (edited)

Okay, so errors are gone now that I updated the addon. This thread may be removed.

Edited by Ingvix
Guest
This topic is now closed to further replies.
×
×
  • Create New...