TVHeadend api crash/problem
#16
Just in case if others are still having this issue:

I updated Kodi from 14.x to 15.0 which broke my Tvheadend-based Live TV. The kodi.log says:

Code:
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'

I'm using the team-xbmc PPA on Ubuntu 14.04:

Code:
cat /etc/apt/sources.list.d/team-xbmc-ppa-trusty.list

deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu trusty main

Code:
aptitude show kodi

Package: kodi
New: yes
State: installed
Automatically installed: no
Version: 2:15.0~git20150722.1043-final-0trusty
Priority: optional
Section: video
Maintainer: wsnipex <[email protected]>
Architecture: all
Uncompressed Size: 32.1 M
Depends: kodi-bin (>= 2:15.0~git20150722.1043-final-0trusty), kodi-bin (< 2:15.0~git20150722.1043-final-0trusty.1~), curl, mesa-utils, x11-utils, fonts-liberation | ttf-liberation, fonts-dejavu-core | ttf-dejavu-core, python-bluez | python-lightblue, python-imaging,
         python-simplejson, libmad0, libass5 | libass4, libssh-4 | libssh2-1, libnfs4 | libnfs1, libbluray1, libshairplay0, libvorbisfile3, libaacs0, libcec3 | libcec2 (>= 2.2.0), librtmp1 | librtmp0, libgnutls-deb0-28 | libgnutls28 | libgnutls26, libxslt1.1, python,
         python-support (>= 0.90.0)
Recommends: libvdpau1, libva-intel-vaapi-driver, libva1
Suggests: kodi-pvr-mythtv, kodi-pvr-vuplus, kodi-pvr-vdr-vnsi, kodi-pvr-njoy, kodi-pvr-nextpvr, kodi-pvr-mediaportal-tvserver, kodi-pvr-tvheadend-hts, kodi-pvr-dvbviewer, kodi-pvr-argustv, kodi-pvr-iptvsimple, kodi-audioencoder-vorbis, kodi-audioencoder-flac,
          kodi-audioencoder-lame

Kodi package seems to suggest the use of kodi-pvr-tvheadend-hts. Let's see do we have that:

Code:
aptitude show kodi-pvr-tvheadend-hts

Package: kodi-pvr-tvheadend-hts
New: yes
State: installed
Automatically installed: no
Version: 1.9.40-6trusty

Yes we do have that. However, some people elsewhere were talking about kodi-pvr-hts, so what's that then?

Code:
aptitude show kodi-pvr-hts

Package: kodi-pvr-hts
New: yes
State: not installed
Version: 2.1.16-1~trusty
Priority: extra
Section: libs
Maintainer: Arne Morten Kvarving <[email protected]>
Architecture: i386
Uncompressed Size: 786 k
Depends: libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Conflicts: kodi-pvr-tvheadend-hts
Replaces: kodi-pvr-tvheadend-hts

Aha! kodi-pvr-hts has a newer version number and it replaces the kodi-pvr-tvheadend-hts. Let's use that then:

Code:
sudo apt-get install kodi-pvr-hts

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  kodi-pvr-tvheadend-hts
The following NEW packages will be installed:
  kodi-pvr-hts

Problem solved. Smile
Reply

Logout Mark Read Team Forum Stats Members Help
TVHeadend api crash/problem0