Hi when i am trying to download data it always works
fine but after some Minutes i crashes with this error:
tv_grab_de_tvtoday --output data2.xmltv --days 1 --slow
--nosqueezeout
using config filename
/home/user/.xmltv/tv_grab_de_tvtoday.conf
getting list of channels:
##################################################
grabbing: ###################################discarding
two-channel sound flag at /usr/bin/tv_grab_de_tvtoday
line 749.
###############
Code point \u0000 is not a valid character in XML at
/usr/lib/perl5/vendor_perl/5.8.8/XMLTV.pm line 1746
I hope someone can help me?
Cu Stefan
Logged In: YES
user_id=313365
hi,
I'm afraid but I cannot confirm this bug. can you please
tell, for which channel and day it tends to happen for you?
maybe try limitting the configuration file to those channels
for which this happens regularly (if possible) and then
supply this file please.
which version of tv_grab_de_tvtoday do you use?
which version of XMLTV do you have installed, i.e. what code
is around XMLTV.pm's line 1746?
cheers,
stesie
Logged In: NO
Hi,
I am getting the following error message from xmltv for an NDR program. I think that it is related. I am using a recent CVS version of xmltv
XMLTV module version 0.5.42
This is tv_grab_de_tvtoday.in version 1.35, 2006/01/28 16:17:56
<programme start="20060317143000 +0100" stop="20060317160000 +0100" showview="356-340" channel="ndr.de">
<title lang="de">Ihr sch�ster Tag</title>
Code point \u0011 is not a valid character in XML at /usr/lib/perl5/site_perl/5.8.6/XMLTV.pm line 1754
<desc lang="de">
D
Logged In: YES
user_id=1476868
same Problem with tv_grab_de_tvtoday
Code point \u0011 is not a valid character in XML at /usr/
share/perl5/XMLTV.pm line 1746
line 1746 to 1751
if (defined $lang) {
$w->dataElement($e, $text, lang => $lang) if $w;
}
else {
$w->dataElement($e, $text) if $w;
}
This is tv_grab_de_tvtoday.in version 1.27, 2005/07/31
07:47:10
cu Peter
Logged In: NO
Hi,
the same problem with
XMLTV module version 0.5.42
This is tv_grab_de_tvtoday.in version 1.32, 2006/01/19 21:31:22
Since 12.03.2006 im getting the error:
Code point \u0011 is not a valid character in XML at
/usr/lib/perl5/site_perl/5.8.0/XMLTV.pm line 1754
These are the last lines in the output file:
<programme start="20060317143000 +0100"
stop="20060317160000 +0100" showview="356-340"
channel="ndr.de">
<title lang="de">Ihr schönster Tag</title>
<desc lang="de">
Here is the command I use to invoke tv_grab_de_tvtoday
/usr/bin/tv_grab_de_tvtoday --config-file
~/.xmltv/tv_grab_de_tvtoday.conf --output
~/.xmltv/tv_grab_de_tvtoday.$(date +%Y%m%d) --slow
Without option slow it fails with the same error.
With kind regards,
Oliver.
Logged In: YES
user_id=1013521
Quick fix: Disable NDR in tv_grab_de_tvtoday.conf
The problem seems to be Ihr shoensten Tag (NDR) tomorrow
(17-3) at 14:30. URL:
http://programm.tvtoday.de/tv/programm/programm.php?ztag=1&sparte=alle&uhrzeit=jetzt&sender=NDR
Logged In: YES
user_id=1476868
TNX asciimonster
Quick fix - work
Cu
Peter
Logged In: YES
user_id=313365
added work around for `\u0011' thingy.
upgrade to cvs rev. 1.38, in case you suffer from this bug
(some libxml's seem to not care for the character's occurance)
Logged In: NO
Hi,
I tried with the current version from CVS. At first I had
some problem with the proxy I'm sitting behind but after
inserting $ua->env_proxy; in ./grab/Get_nice.pm everything
works perfectly.
---snip---
--- Get_nice.pm.orig 2006-03-21 15:55:25.000000000 +0100
+++ Get_nice.pm 2006-03-22 10:35:23.000000000 +0100
@@ -35,6 +35,7 @@
our $ua = LWP::UserAgent->new;
$ua->agent("xmltv/$XMLTV::VERSION");
+$ua->env_proxy;
#our $get = \&LWP::Simple::get;
our %errors = ();
---snap---
With kind regards
Oliver.
Logged In: YES
user_id=313365
the env_proxy is another topic I will care for, but it's not
related to this thread. closing therefore.