Kodi Community Forum

Full Version: tvheadend xmltv grab error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hoping for some guidance.

I've read other threads regarding this and I think I've made the corrections, but still does not work.

Working on XBMCBuntu w/ TVHeadend 2.12.

TVHeadend outputs on xmltv grab:

May 01 19:24:15 xmltv: Grabbing "North America (Data Direct)" using command "/usr/bin/tv_grab_na_dd"
May 01 19:24:15 xmltv: No output from "/usr/bin/tv_grab_na_dd"

hts directories I think have the correct permissions:

/home/hts$ ll
drwxrwxr-x 4 hts video 4096 2012-05-01 19:15 ./
drwxr-xr-x 4 root root 4096 2012-04-24 21:22 ../
rw------ 1 hts hts 204 2012-05-01 20:24 .bash_history
drwxr-xr-x 3 hts hts 4096 2012-03-24 04:57 .hts/
drwxrwxrwx 3 hts video 4096 2012-05-01 18:35 .xmltv/

/home/hts$ ll .xmltv/
total 16
drwxrwxrwx 3 hts video 4096 2012-05-01 18:35 ./
drwxrwxr-x 4 hts video 4096 2012-05-01 19:15 ../
drwxrwxrwx 3 hts video 4096 2012-04-24 21:30 supplement/
rw-r--r- 1 hts video 1012 2012-05-01 19:13 tv_grab_na_dd.conf

tv_grab_na_dd.conf contains a working username and password, and when the executable is run from the command line there is a ton of text received. I did this as the hts user ('sudo su - hts').

What else could possibly be the problem?