LiveTV can not be enabled; PVR addon error?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
illiac4 Offline
Fan
Posts: 432
Joined: May 2009
Reputation: 1
Post: #1
Hi!

Do someone has any idea why this error occurs. When i try to enable PVR addon from TVHeadend it says 'unknown error'. I have tried with 2.12 and all the others .deb files.
When i try to enable the PVR add-on it throws the error.

Log:
http://pastebin.com/SRV8NpqJ
find quote
illiac4 Offline
Fan
Posts: 432
Joined: May 2009
Reputation: 1
Post: #2
I will also put the answer here so other users can benefit from that.

The problem is for all PVR addons the same. If symbolic link is not working for you, just copy and paste and rename to (libXBMC_addon-i486-linux.so).

Originally by Fred:

To get the ForTheRecord PVR addon working I only needed 2 symlinks:

in "/usr/local/lib/xbmc/addons/library.xbmc.addon" issue the command:

ln -s libXBMC_addon-x86_64-linux.so libXBMC_addon-i486-linux.so

in "/usr/local/lib/xbmc/addons/library.xbmc.pvr" issue the command:

ln -s libXBMC_pvr-x86_64-linux.so libXBMC_pvr-i486-linux.so

and then you should be able to use the PVR addon.
find quote
odysseus_nz Offline
Junior Member
Posts: 7
Joined: Oct 2011
Reputation: 0
Post: #3
I had the same problem on my Ubuntu Oneiric x64 using the PulseEight packages. I tried the above solution and that didn't work. I checked the debug log and saw lots of SQL errors for a missing pvr table. By deleting my .xbmc folder I forced xbmc to create a new database and now everything works. It's a drastic solution but it worked for me. My assumption is installing the PulseEight packages do not run a database update script to add the required tables to any existing database.
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 2,006
Joined: Feb 2009
Reputation: 26
Location: Heerlen, The Netherlands
Post: #4
from your log:
"ADDON: Dll Tvheadend HTSP Client - Client returned bad status (4) from Create and is not usable"

error 4 means "needs settings", so it would appear that you haven't configured the add-on.

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
illiac4 Offline
Fan
Posts: 432
Joined: May 2009
Reputation: 1
Post: #5
No it was not related to the settings, the problem was solved as mentioned above.
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 2,006
Joined: Feb 2009
Reputation: 26
Location: Heerlen, The Netherlands
Post: #6
right, so the add-on's makefile is incorrect then.

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
spiderlane Offline
Member
Posts: 75
Joined: Mar 2008
Reputation: 0
Post: #7
Just a quick note to thank illiac4 for the post; that fixed my problem with the TVHeadend plugin on crystalbuntu!

Cheers
Mark
find quote