Kodi Community Forum

Full Version: ADDON: Could not locate pvr.hts.so.3.4.9[FIXED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i have a probelm with the tvheadend addon for kodi. I updated kodi to Kripton beta 6, but the tvhead does not work. I'm using kodibuntu 14.04. And the log is the next:

Code:
11:04:25.313 T:140411536427008   DEBUG: ADDON: Dll Initializing - Tvheadend HTSP Client
11:04:25.313 T:140411536427008   ERROR: ADDON: Could not locate pvr.hts.so.3.4.9
11:04:25.313 T:140411536427008   ERROR: UpdateAddons - failed to create add-on Tvheadend HTSP Client, status = 6
11:04:25.313 T:140411536427008   DEBUG: ------ Window Init (DialogConfirm.xml) ------


Anyone can help me. thank you.
I've fixed the problem.
Only move the libraries to the kodi addons folder.

Code:
cp /usr/lib/i386-linux-gnu/kodi/addons/pvr.hts/pvr.hts.so /usr/share/kodi/addons/pvr.hts/
I had the same issue.

I am using Ubuntu 14.04 and have just upgraded kodi to Krypton RC3 as follows:

sudo add-apt-repository ppa:team-xbmc/unstable
sudo apt-get update
sudo apt-get upgrade

When i tried enabling the addon within kodi i got the following error in kodi.log

ERROR: ADDON: Could not locate pvr.hts.so.3.4.12

To resolve i made a symbollic link as follows
ln -s /usr/lib/i386-linux-gnu/kodi/addons/pvr.hts/pvr.hts.so.3.4.12 /usr/lib/kodi/addons/pvr.hts/pvr.hts.so.3.4.12

Seems there is some problem with the packaging for Ubuntu?