Re: Let's get a new release out in the next week

Geoff Westcott via xmltv-devel <[email protected]> Tue, 21 Feb 2023 19:43:10 +0000
Newsgroups gmane.comp.tv.xmltv.devel
Message-ID <[email protected]>
On Sun, 19 Feb 2023 21:20:33 +0000, Nick Morrott wrote:

> On Sat, 18 Feb 2023 at 16:55, Geoff Westcott via xmltv-devel
> <[email protected]> wrote:
> >
> > Hi Nick,
> >
> > Sounds good.
> >
> > Let me know which grabbers are failing: if I get time I'll take a look
> 
> Apologies for the delay - overnight networking outages in my docker
> container screwing things up. Testing manually now...
> 
> The following grabbers are showing graberror on testing with their
> default test config file:
> 
> tv_grab_ar
> 
> Status: 500 Internal Server Error at
> /home/nick/dev/src/git/xmltv/grab/../blib/script/tv_grab_ar line 589.
> 
> tv_grab_fi_sv
> 
> could not fetch https://arenan.yle.fi/tv/guide?t=2023-02-19, error:
> 403 Forbidden, aborting
> 
> (wonder if this is UserAgent blocking? cf tv_grab_tr)
> 
> tv_grab_tr
> 
> Can't use an undefined value as an ARRAY reference at
> /usr/bin/tv_grab_tr line 354.
> 
> (per https://github.com/XMLTV/xmltv/issues/192 we should deactivate
> this grabber)
> 
> 
> I'll get on with the prep work for the release.
> 
> Thanks,
> Nick


I've looked at those 3 grabbers...

ar
Source site broken: Probably permanent (company defunct - taken over by TVArgentina). 

fi_sv
Fixed. (Credit stefanb2) 
Needed an Accept-Language header as per #197.

tr
Agreed. It only works with a forged User-Agent string. (It's probably nothing personal against XMLTV - it seems to be passing known browser UA strings only.)

Cheers,
Geoff