SourceForge.net
2011-08-27 20:49:03 UTC
Bugs item #2927243, was opened at 2010-01-07 00:28
Message generated for change (Settings changed) made by yunosh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=2927243&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_eu_epgdata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jan Schneider (yunosh)
Initial Comment:
Looks like the cleanup of temporary files has forgotten to be enabled again after a debugging session:
--- tv_grab_eu_epgdata 2009-12-10 01:38:04.000000000 +0100
+++ /usr/bin/tv_grab_eu_epgdata 2010-01-07 00:03:10.000000000 +0100
@@ -165,8 +165,8 @@
# set user agent
$ua->agent("xmltv/$XMLTV::VERSION");
-#our $tmp= tempdir( CLEANUP => 1 ) . '/';
-our $tmp= tempdir() . '/';
+our $tmp= tempdir( CLEANUP => 1 ) . '/';
+#our $tmp= tempdir() . '/';
# set up XML::Twig
our $epg= new XML::Twig( twig_handlers => { data => \&printepg } );
our $channels = new XML::Twig( twig_handlers => { data => \&printchannels } );
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=2927243&group_id=39046
Message generated for change (Settings changed) made by yunosh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=2927243&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_eu_epgdata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jan Schneider (yunosh)
Assigned to: Jan Schneider (yunosh)
Summary: _eu_epgdata: no cleanupInitial Comment:
Looks like the cleanup of temporary files has forgotten to be enabled again after a debugging session:
--- tv_grab_eu_epgdata 2009-12-10 01:38:04.000000000 +0100
+++ /usr/bin/tv_grab_eu_epgdata 2010-01-07 00:03:10.000000000 +0100
@@ -165,8 +165,8 @@
# set user agent
$ua->agent("xmltv/$XMLTV::VERSION");
-#our $tmp= tempdir( CLEANUP => 1 ) . '/';
-our $tmp= tempdir() . '/';
+our $tmp= tempdir( CLEANUP => 1 ) . '/';
+#our $tmp= tempdir() . '/';
# set up XML::Twig
our $epg= new XML::Twig( twig_handlers => { data => \&printepg } );
our $channels = new XML::Twig( twig_handlers => { data => \&printchannels } );
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=2927243&group_id=39046