[Netcomics-bugs] [ netcomics-Bugs-3312725 ] gocomics not working
Brought to you by:
elliotglaysher,
hochstrb
|
From: SourceForge.net <no...@so...> - 2011-06-06 21:57:45
|
Bugs item #3312725, was opened at 2011-06-06 22:44 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3312725&group_id=508 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: Modules >Group: version 0.14.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) >Assigned to: Sven Hartge (hartge) Summary: gocomics not working Initial Comment: This is somewhat a duplication of issue 3312019 - I upgraded to the version on github and am getting the same errors from gocomics.com now. I did make sure to remove my previous installation so there was no cruft left behind getting in the way. Sample output message: /srv/www/hendersj/comics/Peanuts-20110606 failure fetching 'http://www.gocomics.com/peanuts/2011/06/06' for Peanuts-20110606 (0). Following the link given, though, takes me to the page where the comic is located correctly. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2011-06-06 23:57 Message: Hmm. Could you please try and add $ua->agent("Mozilla/5.0 (X11; Linux i686 on x86_64; rv:2.0) Gecko/20110323 Firefox/4.0 Iceweasel/4.0"); $ua->timeout(15); to Factory.pm below $ua = LWP::UserAgent->new(parse_head => 0); in line 373. I believe the site somehow filters the default user agent of libwww. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3312725&group_id=508 |