Re: Current grabber failures

Geoff Westcott <[email protected]> Thu, 14 Feb 2019 14:55:12 +0000
Newsgroups gmane.comp.tv.xmltv.devel
Message-ID <[email protected]>
On Fri, 8 Feb 2019 14:42:29 +0000, Nick Morrott wrote:

> After a round of userland grabber testing today (Debian unstable,
> current git), I'm seeing 'graberror' failures in the following
> grabbers:
> 
> tv_grab_dtv_la
> - possibly because I'm geoblocked, can't test otherwise. There is a GH
> issue about this.
> 
> tv_grab_es_laguiatv
> - could not fetch http://www.laguiatv.com/programacion/tve-1-807.html,
> error: 400 Bad Request, aborting

All pages return 400. May be geoblocked?

 
> tv_grab_in_toi
> - malformed JSON string, neither tag, array, object, number, string or
> atom, at character offset 0 (before "(end of string)") at
> /usr/bin/tv_grab_in_toi line 208.

Looks like toi has gone away:
https://timesofindia.indiatimes.com/tvschannellist.cms?genrename=all
returns "sorry"  

Maybe it's just geoblocked?

 
> tv_grab_is
> - Wide character in print at
> /usr/lib/x86_64-linux-gnu/perl/5.28/IO/Handle.pm line 157.
> - could not fetch
> http://www.stod2.is/XML--dagskrar-feed/XML-Stod-2-dagskra-vikunnar,
> error: 404 Not Found, aborting

Of the 3 sources within tv_grab_is it looks like one has gone subcription only and one has lost the xml feed. So only 1 channel (RUV; RUV+1) is left working in this grabber.


> tv_grab_nl
> - could not fetch http://www.tvgids.nl/json/lists/channels.php, error:
> 404 Not Found, aborting

Looks broken. I can't find where the json pages have gone.

 
> The following grabbers report 'noprogrammes' (could be down to test.conf)
> 
> tv_grab_fr_kazer


> tv_grab_se_swedb

The channel list file on the source site ( http://xmltv.tvsajten.com/ ) is out of date, which means many of the channels no longer fetch. (Some are ok, others not).

Geoff