[mythtv-users] Immir tv_grab_au 1.62

William Pettersson enigma at strudel-hound.com
Tue Jun 20 07:21:50 UTC 2006


David Whyte wrote:
> Hi Immir,
> 
> I know this script has gone through a heap of iterations of late in an
> attempt to solve the recent problems and I, like hundreds of others
> here, am extremely greatful.
> 
> I just grabbed version 1.62 and tried running it but I am getting the
> same errors as before.  including many lines similar to the first four
> below.
> 
> Use of uninitialized value in substitution (s///) at
> /usr/bin/tv_grab_au line 849, <> line 2.
> Use of uninitialized value in substitution (s///) at
> /usr/bin/tv_grab_au line 850, <> line 2.
> Use of uninitialized value in substitution (s///) at
> /usr/bin/tv_grab_au line 851, <> line 2.
> Use of uninitialized value in substitution (s///) at
> /usr/bin/tv_grab_au line 852, <> line 2.
> Code point \u0012 is not a valid character in XML at
> /usr/share/perl5/XMLTV.pm line 1746
> 2006-06-20 16:38:52.719 ------------------ End of XMLTV output
> ------------------
> Error in 370:26: unexpected end of file
> 2006-06-20 16:38:52.751 Updating icons for sourceid: 1
> 2006-06-20 16:38:52.754 New DB connection, total: 4
> 2006-06-20 16:38:52.755 Connected to database 'mythconverg' at host: localhost
> Updated programs: 0  Unchanged programs: 0
> 2006-06-20 16:38:52.932 New DB connection, total: 5
> 2006-06-20 16:38:52.933 Connected to database 'mythconverg' at host: localhost
> 2006-06-20 16:38:52.939 Failed to fetch some program info
> 2006-06-20 16:38:52.944 mythfilldatabase: Failed to fetch some program info
> djwhyte at myth:~$
> 
> Since some users are getting somewhat better results I am beginning to
> feel like a pain in your ass :P  I am not at all a perl scripter but
> if there is anything specific you can suggest for me to help you, let
> me know.  FTR, I am in Brisbane using just FTA listings.
> 
> Thanks,
> Whytey
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 

I got rid of those errors by getting rid of the extra '$' at the front
of those lines.  Not sure if it was meant to be there or not.  It
removed the error messages, but may have broken it more.  I also escaped
the & signs, as I think they are actually special symbols in regexps,
depending on language.  I may be wrong here, not sure. But the last
error line,
Code point \u0012 is not a valid character in XML at
/usr/share/perl5/XMLTV.pm line 1746
I don't know about.

Will


More information about the mythtv-users mailing list