Kodi Community Forum

Full Version: Unable to install latest version of PVR.HTS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Im fairly new to linux (not new to XBMC / Kodi), however I managed to get the following installed:

TVHeadend - 4.1-356
Kodi - 15 Rc2

However when I attempt to install the latest PVR.HTS addon for TVheadend, I receive the following errors in the debug.log:

Code:
12:39:45 T:140094508480448   DEBUG: GetZipList - Processing zip://%2fhome%2fmartin%2fxbmc-pvr-addons%2faddons%2fpvr.hts-linux-x86_64.zip/
12:39:45 T:140093285287680   DEBUG: CAddonInstallJob[pvr.hts]: requires xbmc.codec version 1.0.0 which is not available
12:39:45 T:140093285287680   ERROR: CAddonInstallJob[pvr.hts]: dependency check failed
12:39:45 T:140094508480448   DEBUG: CGUIMediaWindow::GetDirectory ()
12:39:45 T:140094508480448   DEBUG:   ParentPath = []

How can I resove the error with xbmc.codec?
You're trying to install an old version of the addon. If you're using Ubuntu (or something based on that) you should install the addon using apt-get install (assuming you have added the Kodi PPA repositories). Run apt-cache search kodi to see what the actual package name is.
I can install that version of the PVR-HTS, however running that version of PVR-HTS doesnt allow me to enable TV:

Code:
17:18:12 T:140517136381696   ERROR: PVR - Add-on 'Tvheadend HTSP Client' is using an incompatible API version. XBMC minimum API version = '1.9.6', add-on API version '1.9.2'
17:18:12 T:140517136381696 WARNING: UpdateAndInitialiseClients - failed to create add-on Tvheadend HTSP Client, status = 6
17:18:12 T:140517136381696 WARNING: UpdateAndInitialiseClients - failed to load the dll for add-on Tvheadend HTSP Client, disabling it
17:18:12 T:140518681929664   DEBUG: ------ Window Init (DialogOK.xml) ------
17:18:12 T:140518681929664    INFO: Loading skin file: DialogOK.xml, load type: KEEP_IN_MEMORY
17:18:13 T:140518681929664   DEBUG: ------ Window Init (Pointer.xml) ------
17:18:14 T:140518681929664   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86_64-linux.so)
17:18:14 T:140518681929664   DEBUG: Unloading: /ImageLib-x86_64-linux.so
17:18:14 T:140518681929664   DEBUG: ------ Window Deinit (Pointer.xml) ------
17:18:14 T:140518681929664   DEBUG: ------ Window Init (Pointer.xml) ------
17:18:14 T:140518681929664   DEBUG: ProcessMouse: trying mouse action leftclick
17:18:14 T:140518681929664   DEBUG: ------ Window Deinit (Pointer.xml) ------
17:18:14 T:140518681929664   DEBUG: ------ Window Init (Pointer.xml) ------
17:18:15 T:140518681929664   DEBUG: ------ Window Deinit (DialogOK.xml) ------
17:18:15 T:140518681929664   DEBUG: ------ Window Init (DialogOK.xml) ------
17:18:16 T:140518681929664   DEBUG: ------ Window Deinit (Pointer.xml) ------
17:18:17 T:140518681929664   DEBUG: ProcessMouse: trying mouse action leftclick
17:18:17 T:140518681929664   DEBUG: ------ Window Init (Pointer.xml) ------
17:18:17 T:140518681929664   DEBUG: ------ Window Deinit (DialogOK.xml) ------
17:18:17 T:140518681929664   DEBUG: Activating window ID: 10040
17:18:17 T:140518681929664   DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
17:18:17 T:140518681929664   DEBUG: ------ Window Init (AddonBrowser.xml) ------
17:18:17 T:140518681929664   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/xbmc.pvrclient)
17:18:17 T:140518681929664   DEBUG:   ParentPath = [addons://disabled/xbmc.pvrclient]
17:18:17 T:140517018949376  NOTICE: Thread BackgroundLoader start, auto delete: false
17:18:17 T:140517018949376   DEBUG: Thread BackgroundLoader 140517018949376 terminating
Can you show me the output of "apt-cache policy kodi-pvr-hts"?