Bug #2524
Epgrab)TV not working
0%
Description
Hello.
Today i see that my tv_grab_pl_epguide XMLTV not worki. I dont know from which version after update not working because i have in memory EPG downloaded for 14 days. After run Internal Epgraber it works 1 secund and dont find any changes. Please help me.
2014-12-01 22:02:47.957 [ INFO]:/usr/bin/tv_grab_pl_epguide: grab /usr/bin/tv_grab_pl_epguide
2014-12-01 22:02:47.960 [ INFO]:spawn: Executing "/usr/bin/tv_grab_pl_epguide"
2014-12-01 22:02:48.216 [ INFO]:/usr/bin/tv_grab_pl_epguide: grab took 1 seconds
2014-12-01 22:02:48.216 [ INFO]:/usr/bin/tv_grab_pl_epguide: parse took 0 seconds
2014-12-01 22:02:48.216 [ INFO]:/usr/bin/tv_grab_pl_epguide: channels tot= 0 new= 0 mod= 0
2014-12-01 22:02:48.216 [ INFO]:/usr/bin/tv_grab_pl_epguide: brands tot= 0 new= 0 mod= 0
2014-12-01 22:02:48.216 [ INFO]:/usr/bin/tv_grab_pl_epguide: seasons tot= 0 new= 0 mod= 0
2014-12-01 22:02:48.216 [ INFO]:/usr/bin/tv_grab_pl_epguide: episodes tot= 0 new= 0 mod= 0
2014-12-01 22:02:48.216 [ INFO]:/usr/bin/tv_grab_pl_epguide: broadcasts tot= 0 new= 0 mod= 0
History
Updated by Piotr Kuchciak almost 10 years ago
I add that when i run it from console
cd /usr/bin
./tv_grab_pl_epguide
It works perfect.
Updated by Ron L almost 10 years ago
Does it work if you run...
/usr/bin/tv_grab_pl_epguide --quiet
tvh started running grabbers with the --quiet switch and some grabbers don't work with that. There is a commit to specify grabber arguments, but I can't yet figure out where exactly you edit the arguments tvh sends.
Updated by Piotr Kuchciak almost 10 years ago
I have this:
hts@DS713:/usr/bin$ ./tv_grab_pl_epguide --quiet
baseline
manualconfig
hts@DS713:/usr/bin$
Probably not run because log not changed a file size. But this grabber works with tvheadend some days ago. After some updates TVHeadend stop working.
Updated by Jaroslav Kysela almost 10 years ago
Create 'tv_find_grabbers' executable which will sent this to stdout:
PRG ARG1 ARG2 ...|Grabber description
When ARG1 == '--' no arguments will be used for the executable.
Updated by Jaroslav Kysela almost 10 years ago
$ su - # echo "#!/bin/bash" > /usr/bin/tv_find_grabbers # echo "echo \"tv_grab_pl_epguide --|PL EPG Guide\"" >> /usr/bin/tv_find_grabbers # chmod 755 /usr/bin/tv_find_grabbers
... restart tvh ...
Updated by Bernard DELAVILLE almost 10 years ago
Hello,
So with OpenELEC latest, and tvh addon 3.9.2188, I still have issue with updating EPG with my xmltv.xml file.
Tvh says :
2014-12-02 11:43:02.590 /storage/.kodi/addons/service.multimedia.tvheadend/bin/tv_grab_file: grab /storage/.kodi/addons/service.multimedia.tvheadend/bin/tv_grab_file
2014-12-02 11:43:02.591 spawn: Executing "/storage/.kodi/addons/service.multimedia.tvheadend/bin/tv_grab_file"
2014-12-02 11:43:02.603 /storage/.kodi/addons/service.multimedia.tvheadend/bin/tv_grab_file: no output detected
2014-12-02 11:43:02.603 /storage/.kodi/addons/service.multimedia.tvheadend/bin/tv_grab_file: grab returned no data
Updated by Piotr Kuchciak almost 10 years ago
Jaroslav Kysela wrote:
[...]
... restart tvh ...
hts@DS713:~$ sudo echo "#!/bin/bash" > /usr/bin/tv_find_grabbers
-bash: !/bin/bash": event not found
hts@DS713:~$
Updated by Jaroslav Kysela almost 10 years ago
Piotr Kuchciak wrote:
Jaroslav Kysela wrote:
[...]
... restart tvh ...
hts@DS713:~$ sudo echo "#!/bin/bash" > /usr/bin/tv_find_grabbers
-bash: !/bin/bash": event not found
hts@DS713:~$
It won't work in this way..
Updated by Piotr Kuchciak almost 10 years ago
root@DS713:/# su -
root@DS713:~# echo "#!/bin/bash" > /usr/bin/tv_find_grabbers
-su: !/bin/bash": event not found
root@DS713:~#
Updated by Jaroslav Kysela almost 10 years ago
- Status changed from New to Fixed
v3.9-2192-g7db9f44, removed --quiet