Solved [Linux] Ubuntu 16.04 LTS PVR kodi-pvr-hts frontend does not connect to backend
#16
Is your firmware module still loading?
Reply
#17
(2016-04-28, 05:19)greenbag Wrote: Is your firmware module still loading?

Yes
Reply
#18
This has been fixed in the ubuntu repositories

Thanks
Reply
#19
I will try again tonight and see if it works.
Reply
#20
I tried the frontend addon again. The issue is still there.
Reply
#21
(2016-04-30, 11:15)J876 Wrote: I tried the frontend addon again. The issue is still there.

It is a TvHeadend Client OR a Kodi 16 issue.... Someone has to contact the vendor.

It does not work with ubuntu 16.04 and Kodi 16

But it does work with ubuntu 16.04 and Kodi 15.2
Reply
#22
(2016-04-30, 16:39)Natascha303 Wrote:
(2016-04-30, 11:15)J876 Wrote: I tried the frontend addon again. The issue is still there.

It is a TvHeadend Client OR a Kodi 16 issue.... Someone has to contact the vendor.

It does not work with ubuntu 16.04 and Kodi 16

But it does work with ubuntu 16.04 and Kodi 15.2

I got it running on my Pi with Ubuntu Mate 16.04 and Kodi 17 last night. But that's Mate.. not regular Ubuntu.
Reply
#23
(2016-05-01, 08:35)greenbag Wrote:
(2016-04-30, 16:39)Natascha303 Wrote:
(2016-04-30, 11:15)J876 Wrote: I tried the frontend addon again. The issue is still there.

It is a TvHeadend Client OR a Kodi 16 issue.... Someone has to contact the vendor.

It does not work with ubuntu 16.04 and Kodi 16

But it does work with ubuntu 16.04 and Kodi 15.2

I got it running on my Pi with Ubuntu Mate 16.04 and Kodi 17 last night. But that's Mate.. not regular Ubuntu.

Maybe it is fixed in Kodi 17.

Or well, just because of no Ubuntu
Reply
#24
(2016-05-01, 11:02)Natascha303 Wrote:
(2016-05-01, 08:35)greenbag Wrote:
(2016-04-30, 16:39)Natascha303 Wrote: It is a TvHeadend Client OR a Kodi 16 issue.... Someone has to contact the vendor.

It does not work with ubuntu 16.04 and Kodi 16

But it does work with ubuntu 16.04 and Kodi 15.2

I got it running on my Pi with Ubuntu Mate 16.04 and Kodi 17 last night. But that's Mate.. not regular Ubuntu.

Maybe it is fixed in Kodi 17.

Or well, just because of no Ubuntu

I also compiled my own. It's pretty easy if you're running Ubuntu, the instructions are right in the source. Start to finish, you'd be done in an hour. That's the great thing about rolling up your own, you don't have to wait for the repos to update. Smile

https://github.com/xbmc/xbmc/blob/master...DME.ubuntu
Reply
#25
I solved the problem. I had to purge Kodi and all its user/configuration data completely and reinstall it.

I purged it by entering the following command at the terminal:

Code:
sudo apt-get purge kodi*

Then I had to delete my kodi user's .kodi hidden directory:

Code:
sudo rm -R /home/username/.kodi

where username is the local user that I use for Kodi.

I restarted my computer.

I removed all the Kodi PPAs one by one (to make sure they are all removed).

Added the Kodi stable PPA as per the Kodi Wiki and reinstalled Kodi and the kodi-pvr-hts addon.

Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi
sudo apt-get install kodi-pvr-hts

I restarted my computer and reconfigured the TVHeadend frontend in Kodi and it worked again.

I think black_eagle was right about the paths. Something was not pointing to the right place.

Very strange, but it works now.

Thanks everyone.
Reply
#26
Tried it, but didnt help here.

Also tried Kodi 17.

But every time i want to enable the TVheadend Client it says:

http://abload.de/img/clipboard01a7kez.jpg

Code:
15:55:30 T:140698059863808 WARNING: Create - unsupported protocol(androidapp) in androidapp://sources/apps/
15:58:15 T:140698059863808   ERROR: GetDirectory - Error getting -
15:58:42 T:140699513366912   ERROR: PVR - Add-on 'Tvheadend HTSP Client' is using an incompatible API version. XBMC minimum API version = '5.2.0', add-on API version '4.1.0'
15:58:42 T:140699513366912   ERROR: UpdateAddons - failed to create add-on Tvheadend HTSP Client, status = 6
16:02:08 T:140699513366912   ERROR: PVR - Add-on 'Tvheadend HTSP Client' is using an incompatible API version. XBMC minimum API version = '5.2.0', add-on API version '4.1.0'
16:02:08 T:140699513366912   ERROR: UpdateAddons - failed to create add-on Tvheadend HTSP Client, status = 6
16:04:26 T:140699513366912  NOTICE: Storing total System Uptime



root@HOT5:~# apt-cache policy kodi-pvr-hts
kodi-pvr-hts:
Installiert: (keine)
Installationskandidat: 2.1.18-1
Versionstabelle:
2.1.18-1 500
500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
root@HOT5:~#
Reply
#27
(2016-05-05, 16:01)Natascha303 Wrote: Tried it, but didnt help here.

Also tried Kodi 17.

But every time i want to enable the TVheadend Client it says:

http://abload.de/img/clipboard01a7kez.jpg

Turn on debug logging and place a full debug log up on a pastebin site so people can see what is going on.

http://kodi.wiki/view/Log_file
Reply
#28
Now it works.

Problem was HTS 2.1.18

Every time it installed this Version.

Anyhow, now i added ppa again. Now it is installing HTS 2.2.16
Reply
#29
How can i install kodi-pvr-hts 3.3.1 manually ?

I just saw 2.2.16 is either way old. But this Comes with all ppa's at the moment
Reply
#30
Ah it is in PPA/nightly.

So Result:

Ubuntu 16.04 and Kodi 16.1 Needs a HTS Client 2.2.16 (in unstable ppa)
Ubuntu 16.04 and Kodi 17 Needs a HTS Client 3.3.1(in nightly ppa)
Reply

Logout Mark Read Team Forum Stats Members Help
[Linux] Ubuntu 16.04 LTS PVR kodi-pvr-hts frontend does not connect to backend0