xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 46 forks source link

XBian-Config error after the latest update #892

Closed eremem closed 3 years ago

eremem commented 3 years ago

I've updated the xbian-package-config-xbmc today and an error loading Xbian-Config pops up when Kodi starts. I am not able to start the configuration tool anymore either. It loads the modules but the actual window doesn't open and no error message is shown.

In kodi.log you can see the following for the latter case:

2021-01-29 09:53:28.605 T:2485264592 ERROR: Traceback (most recent call last): 2021-01-29 09:53:28.605 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/default.py", line 261, in 2021-01-29 09:53:28.606 T:2485264592 ERROR: win.show() 2021-01-29 09:53:28.606 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/default.py", line 117, in show 2021-01-29 09:53:28.606 T:2485264592 ERROR: self.onShow() 2021-01-29 09:53:28.606 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/default.py", line 152, in onShow 2021-01-29 09:53:28.606 T:2485264592 ERROR: catmodule = import('%s.%s' % (CATEGORY_PATH, module), globals(), locals(), [module]) 2021-01-29 09:53:28.606 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/categories/60_preference.py", line 101, in 2021-01-29 09:53:28.607 T:2485264592 ERROR: class enableAllHintsGui(Setting): 2021-01-29 09:53:28.607 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/categories/60_preference.py", line 102, in enableAllHintsGui 2021-01-29 09:53:28.607 T:2485264592 ERROR: CONTROL = enableAllHintsControl(ADVANCED) 2021-01-29 09:53:28.607 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/resources/lib/xbmcguie/virtualControl.py", line 208, in init 2021-01-29 09:53:28.608 T:2485264592 ERROR: xbmcxml.init(self, *args, **kwargs) 2021-01-29 09:53:28.608 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/resources/lib/xbmcguie/virtualControl.py", line 93, in init 2021-01-29 09:53:28.608 T:2485264592 ERROR: self.onInit() 2021-01-29 09:53:28.608 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/categories/60_preference.py", line 86, in onInit 2021-01-29 09:53:28.608 T:2485264592 ERROR: if getHiddenHints() == 0: 2021-01-29 09:53:28.608 T:2485264592 ERROR: File "/usr/local/share/kodi/addons/plugin.xbianconfig/resources/lib/utils.py", line 63, in getHiddenHints 2021-01-29 09:53:28.609 T:2485264592 ERROR: if int(getSetting('hide.' + hint)) == 1: 2021-01-29 09:53:28.609 T:2485264592 ERROR: TypeError: int() argument must be a string or a number, not 'NoneType' 2021-01-29 09:53:28.609 T:2485264592 ERROR: Exception in xbianSettingWindow None 2021-01-29 09:53:28.715 T:2485264592 WARNING: CPythonInvoker(6, /usr/local/share/kodi/addons/plugin.xbianconfig/default.py): the python script "/usr/local/share/kodi/addons/plugin.xbianconfig/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon7xbmcgui6DialogE