OpenBricks / openbricks

Embedded Linux Framework
http://www.geexbox.org/
GNU General Public License v2.0
82 stars 42 forks source link

can not load tvheadend kodi client on cuboxi #55

Closed HolgerJeromin closed 8 years ago

HolgerJeromin commented 8 years ago

I have configured tvheadend with my usb dvb-c stick, works with android app and own website.

I use the November 3rd build of kodi with my cubox i4.

But now i wanted to activate the kodi integration. After activation i do not see a result in the kodi menues and the addon is not available (for retrying).

After activating debug logging i got this log part (without the keyboard scancodes):

############## loading addons
22:37:02 T:1945568000   DEBUG: ------ Window Init (AddonBrowser.xml) ------
22:37:02 T:1945568000   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/xbmc.pvrclient)
22:37:02 T:1945568000   DEBUG:   ParentPath = [addons://disabled/xbmc.pvrclient]
22:37:02 T:1656746960  NOTICE: Thread BackgroundLoader start, auto delete: false
22:37:02 T:1707078608   DEBUG: GetImageHash - unable to stat url /usr/share/kodi/addons/pvr.stalker/icon.png
22:37:02 T:1656746960   DEBUG: Thread BackgroundLoader 1656746960 terminating
22:37:05 T:1707078608   DEBUG: GetImageHash - unable to stat url /usr/share/kodi/addons/pvr.stalker/icon.png
22:37:06 T:1945568000    INFO: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
22:37:06 T:1945568000   DEBUG: ------ Window Init (DialogContextMenu.xml) ------
22:37:09 T:1945568000   DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
22:37:09 T:1945568000   DEBUG: OnKey: down (0xf081) pressed, action is Down
22:37:10 T:1945568000   DEBUG: OnKey: return (0xf00d) pressed, action is Select
22:37:10 T:1945568000   DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------

############## open tvheadend window
22:37:10 T:1945568000   DEBUG: ------ Window Init (DialogAddonSettings.xml) ------
22:37:10 T:1945568000    INFO: Loading skin file: DialogAddonSettings.xml, load type: KEEP_IN_MEMORY
22:37:10 T:1945568000   DEBUG: POParser: loaded 13 strings from file /usr/share/kodi/addons/pvr.hts/resources/language/resource.language.de_de/strings.po
22:37:10 T:1945568000   DEBUG: POParser: loaded 0 strings from file /usr/share/kodi/addons/pvr.hts/resources/language/resource.language.en_gb/strings.po
22:37:13 T:1945568000   DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
22:37:13 T:1945568000   DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
22:37:14 T:1945568000   DEBUG: ------ Window Deinit (DialogAddonSettings.xml) ------
22:37:15 T:1945568000   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
22:37:15 T:1945568000   DEBUG: OnKey: return (0xf00d) pressed, action is Select
22:37:15 T:1945568000   DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
22:37:15 T:1945568000    INFO: Loading skin file: DialogAddonInfo.xml, load type: KEEP_IN_MEMORY
22:37:16 T:1945568000   DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
22:37:16 T:1945568000   DEBUG: OnKey: down (0xf081) pressed, action is Down
22:37:16 T:1945568000   DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112, unicode: 0x0000, modifier: 0x0
22:37:16 T:1945568000   DEBUG: OnKey: down (0xf081) pressed, action is Down
22:37:16 T:1945568000   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
22:37:16 T:1945568000   DEBUG: OnKey: return (0xf00d) pressed, action is Select
22:37:17 T:1945568000   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/xbmc.pvrclient)
22:37:17 T:1945568000   DEBUG:   ParentPath = [addons://disabled/xbmc.pvrclient]
22:37:17 T:1531966416  NOTICE: Thread BackgroundLoader start, auto delete: false
22:37:17 T:1707078608   DEBUG: GetImageHash - unable to stat url /usr/share/kodi/addons/pvr.stalker/icon.png
22:37:17 T:1531966416   DEBUG: Thread BackgroundLoader 1531966416 terminating
22:37:21 T:1945568000   DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
22:37:21 T:1945568000   DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
22:37:21 T:1945568000   DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
############## tvheadend addon window is closed

22:37:21 T:1945568000   DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
22:37:21 T:1945568000   DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
22:37:21 T:1945568000   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:37:22 T:1945568000   DEBUG: ------ Window Deinit (AddonBrowser.xml) ------
##############  addon browser window is closed

I really hope for a fix!

HolgerJeromin commented 8 years ago

Deactivating TV, deactivating addon. reboot activating addon activating tv worked. I had activated tv and after that the addon in the past :-)

Problem solved. Thanks for geexbox!