Well, I was one of the earliest users of DailyUpdate, but I haven't
used the program lately. For some reason, I'm still getting news from
July... Where is the configuration that prevents me from getting
current data back from the websites in my template txt file?

I have a template.txt file with about 10 handlers, but all but two
(Slashdot and Freshmeat) are returning stories from June and July.
I've not had time to look into it, but about every two weeks I try it
again and I still get the same old stories.

I'm sure not any kind of Perl coder... but it worked for a while. What
could have broken? I'm using NewsClipper version 1.0102 with Perl
5.00503, RH6.

I've tried a basic template.txt with only one handler in it, still
returned a July date (anand tech). Have checked the NewsClipper.cfg
file, looks ok to me, doesn't seem to be any way to control date in
it. Obviously I'm missing something somewhere...

Deleted all handlers, downloaded all new handlers, still getting July
dates.

Turned debug on... here's a sample section from the anand tech:

<!--DEBUG: Found newsclipper tag: -->
<!--DEBUG: <!--newsclipper -->
<!--DEBUG:   <input name=anandtech source=news> -->
<!--DEBUG: -->
<!--DEBUG: Executing 1 commands.
<!--DEBUG: Looking for handler as 
                NewsClipper::Handler::Acquisition::anandtech-->
<!--DEBUG: Found handler as: -->
<!--DEBUG:
/home/dave/.NewsClipper/NewsClipper/Handler/Acquisition/anandtech.pm
<!--DEBUG: Checking version of handler anandtech -->
<!--DEBUG: Downloading version info for handler "anandtech" -->
<!--DEBUG: Found local copy of handler in:
        /home/dave/.NewsClipper/NewsClipper/Handler/Acquisition-->
<!--DEBUG: Comparing local version (0.4) to remote version (0.3)-->
<!--DEBUG: Local version is newer.-->
<!--DEBUG: Adding default filter and output handlers -->
<!--DEBUG: Checking version of handler anandtech -->
<!--DEBUG: anandtech has already been checked to see if it is
        outdated.     -->
<!--DEBUG: Calling Get function for handler anandtech. -->
<!--DEBUG: GetUrl is getting URL:
        http://www.anandtech.com/html/news.cfm    -->
<!--DEBUG: Update times are: 2,5,8,11,14,17,20,23 -->
<!--DEBUG: Checking cache for data for URL: -->
<!--DEBUG:   http://www.anandtech.com/html/news.cfm -->
<!--DEBUG: Comparing dates: -->
<!--DEBUG:   Last Updated: 1706540824 -->
<!--DEBUG:   Most Recent Update Time: 937260000 -->
<!--DEBUG:   Now: 937269256 -->
<!--DEBUG: Update is not needed -->
<!--DEBUG: Reusing cached data -->
<!--DEBUG: Looking for handler as
        NewsClipper::Handler::Acquisition::limit  -->
<!--DEBUG: Looking for handler as NewsClipper::Handler::Filter::limit
<!--DEBUG: Found handler as: -->
<!--DEBUG:
        /home/dave/.NewsClipper/NewsClipper/Handler/Filter/limit.pm
<!--DEBUG: Checking version of handler limit -->
<!--DEBUG: Downloading version info for handler "limit" -->
<!--DEBUG: Found local copy of handler in:
        /home/dave/.NewsClipper/NewsClipper/Handler/Filter-->
<!--DEBUG: Comparing local version (0.3) to remote version (0.3)
<!--DEBUG: Local version is newer.
<!--DEBUG: Comparing data type "ArrayOfLink" to expected types
        "String,Array,Hash".-->   


Here's my uncommented ~/home/.NewsClipper/NewsClipper.cfg file:

# use perl                                  -*- mode: Perl; -*-
$ENV{TZ} = '' if ($^O eq 'MSWin32') || ($^O eq 'dos');
%config = (
'inputFiles' => ['template.txt'],
'outputFiles' => ['output.html'],
'handlerlocations' => ["$home/.NewsClipper"],
'modulepath' => '',
'cachelocation' => "$home/.NewsClipper/cache",
'maxcachesize' => 100000,
'imgcachedir' => "$home/public_html/NewsClipper/imagecache",
'imgcacheurl' => "http://www.server.com/NewsClipper/imagecache",
'maximgcacheage' => 7,
'socketTimeout' => 300,
'scriptTimeout' => 720,
'proxy' => "",
'proxy_username' => '',
'proxy_password' => '',
);
1;

Can someone help, please?
Thank you,
Dave
p.s., I really miss not having this wonderful resource!



-
If you would like to unsubscribe from this mailing list send an email to 
[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist 
YOUR_EMAIL_ADDRESS" (without the quotes) or use the form provided at 
http://www.NewsClipper.com/TechSup.htm#MailingList.

Reply via email to