netcomics-bugs Mailing List for Netcomics
Brought to you by:
elliotglaysher,
hochstrb
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(1) |
Nov
(1) |
Dec
(14) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
(7) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(4) |
Aug
(5) |
Sep
(7) |
Oct
(12) |
Nov
(1) |
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(8) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(19) |
Dec
(5) |
| 2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(9) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(10) |
Dec
|
| 2011 |
Jan
|
Feb
(4) |
Mar
(3) |
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2012-07-19 17:46:25
|
Bugs item #3545906, was opened at 2012-07-19 08:29 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3545906&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: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) >Assigned to: Sven Hartge (hartge) Summary: gocomics again Initial Comment: Looks like the workaround stopped working yesterday - for all gocomics comics, I now get (with -vv): Peanuts-20120719(0): http://www.gocomics.com/peanuts/2012/07/19 Peanuts-20120719: applying function Peanuts-20120719(1): function returned no relative urls. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2012-07-19 10:46 Message: Yes, I noticed too. I already pushed a fix to the github repository for this bug: https://github.com/shartge/netcomics/commit/921c320680dbdcad1c691fd09f4799c6f3871938 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3545906&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2012-07-19 15:29:19
|
Bugs item #3545906, was opened at 2012-07-19 08:29 Message generated for change (Tracker Item Submitted) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3545906&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Nobody/Anonymous (nobody) Summary: gocomics again Initial Comment: Looks like the workaround stopped working yesterday - for all gocomics comics, I now get (with -vv): Peanuts-20120719(0): http://www.gocomics.com/peanuts/2012/07/19 Peanuts-20120719: applying function Peanuts-20120719(1): function returned no relative urls. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3545906&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-06-06 22:04:35
|
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: Closed >Resolution: Fixed 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-07 00:04 Message: I could reproduce the problem and pushed a workaround. I am not entirely happy with this, but it will do for now. ---------------------------------------------------------------------- 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 |
|
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 |
|
From: SourceForge.net <no...@so...> - 2011-06-06 20:44:02
|
Bugs item #3312725, was opened at 2011-06-06 14:44 Message generated for change (Tracker Item Submitted) made by hendersj 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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3312725&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-06-05 19:42:15
|
Bugs item #3312019, was opened at 2011-06-05 21:20 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3312019&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: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) >Assigned to: Sven Hartge (hartge) Summary: comics.com comics no longer working Initial Comment: Problem started on Wednesday this past week. What happens is when the program hits one of the comics in my list from comics.com, there's a very long pause and then it fails to pull the comic. Visiting the page indicated in the debug output still does work, so it's probably just something that's changed in parsing the page coming back. Examples: Arlo and Janis, Wizard of Id, Peanuts, BC, Andy Capp Sample output: /srv/www/hendersj/comics/Peanuts-20110605 failure fetching 'http://www.comics.com/peanuts/2011-06-05/' for Peanuts-20110605 (0). /srv/www/hendersj/comics/Arlo_and_Janis-20110605 failure fetching 'http://www.comics.com/arlo&janis/2011-06-05/' for Arlo_and_Janis-20110605 (0). /srv/www/hendersj/comics/B.C.-20110605 failure fetching 'http://www.comics.com/bc/2011-06-05/' for B.C.-20110605 (0). /srv/www/hendersj/comics/The_Wizard_of_Id-20110605 failure fetching 'http://www.comics.com/wizard_of_id/2011-06-05/' for The_Wizard_of_Id-20110605 (0). /srv/www/hendersj/comics/Andy_Capp-20110605 failure fetching 'http://www.comics.com/andy_capp/2011-06-05/' for Andy_Capp-20110605 (0). ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2011-06-05 21:42 Message: Yes, I fixed the merge of comics.com and gocomics.com in the GitHub version found on http://github.com/shartge/netcomics ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3312019&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-06-05 19:20:12
|
Bugs item #3312019, was opened at 2011-06-05 13:20 Message generated for change (Tracker Item Submitted) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3312019&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Nobody/Anonymous (nobody) Summary: comics.com comics no longer working Initial Comment: Problem started on Wednesday this past week. What happens is when the program hits one of the comics in my list from comics.com, there's a very long pause and then it fails to pull the comic. Visiting the page indicated in the debug output still does work, so it's probably just something that's changed in parsing the page coming back. Examples: Arlo and Janis, Wizard of Id, Peanuts, BC, Andy Capp Sample output: /srv/www/hendersj/comics/Peanuts-20110605 failure fetching 'http://www.comics.com/peanuts/2011-06-05/' for Peanuts-20110605 (0). /srv/www/hendersj/comics/Arlo_and_Janis-20110605 failure fetching 'http://www.comics.com/arlo&janis/2011-06-05/' for Arlo_and_Janis-20110605 (0). /srv/www/hendersj/comics/B.C.-20110605 failure fetching 'http://www.comics.com/bc/2011-06-05/' for B.C.-20110605 (0). /srv/www/hendersj/comics/The_Wizard_of_Id-20110605 failure fetching 'http://www.comics.com/wizard_of_id/2011-06-05/' for The_Wizard_of_Id-20110605 (0). /srv/www/hendersj/comics/Andy_Capp-20110605 failure fetching 'http://www.comics.com/andy_capp/2011-06-05/' for Andy_Capp-20110605 (0). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3312019&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-03-22 20:39:47
|
Bugs item #3179828, was opened at 2011-02-13 20:05 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&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: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: ucomics Sunday URLs seem to have changed Initial Comment: Specifically for me, I see no results on Sundays for "For Better or for Worse", "Garfield", and "Overboard". There may be others as well. The weekday comics still work OK, however. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2011-03-22 21:39 Message: The fix from 3235385 also applies here. Fixed in CVS: ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2011-02-20 19:14 Message: Just looking at this a little bit today, the URLs seem to be in the fashion of: http://imgsrv.gocomics.com/dim/?fh=ead752ccf4378dc2bcfd63cbcfb174cf (This one is from Overboard, http://www.gocomics.com/overboard/ ) It's odd that the same URL style is used for the weekday comics as well, but those images are found just fine. ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2011-02-14 01:24 Message: No problem, thanks - I haven't dug into it very deeply myself yet, but if I have some time this week, I'll do that and see if I can come up with a workaround. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2011-02-13 22:30 Message: I will have a look at this, but I cannot promise an immediate resolution at the moment. If you are able to provide a patch, I will gladly apply it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-03-22 20:28:55
|
Bugs item #3235385, was opened at 2011-03-22 20:56 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3235385&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: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Neil Muller (nitwit) >Assigned to: Sven Hartge (hartge) Summary: Doonesbury uses jpg's for sunday comics Initial Comment: Some time ago, doonesbury changed to using jpeg's for the sunday comic - the attached patch (which copies the way norm deals with the same issue) fixes this. Since netcomics uses the ucomics site to fetch doonesbury, this issue may be responsible for the ucomics sunday issues reported in 3179828 . ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2011-03-22 21:28 Message: Thanks, applied. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3235385&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-03-22 19:56:05
|
Bugs item #3235385, was opened at 2011-03-22 21:56 Message generated for change (Tracker Item Submitted) made by nitwit You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3235385&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Neil Muller (nitwit) Assigned to: Nobody/Anonymous (nobody) Summary: Doonesbury uses jpg's for sunday comics Initial Comment: Some time ago, doonesbury changed to using jpeg's for the sunday comic - the attached patch (which copies the way norm deals with the same issue) fixes this. Since netcomics uses the ucomics site to fetch doonesbury, this issue may be responsible for the ucomics sunday issues reported in 3179828 . ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3235385&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-02-20 18:14:54
|
Bugs item #3179828, was opened at 2011-02-13 12:05 Message generated for change (Comment added) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: ucomics Sunday URLs seem to have changed Initial Comment: Specifically for me, I see no results on Sundays for "For Better or for Worse", "Garfield", and "Overboard". There may be others as well. The weekday comics still work OK, however. ---------------------------------------------------------------------- >Comment By: Jim Henderson (hendersj) Date: 2011-02-20 11:14 Message: Just looking at this a little bit today, the URLs seem to be in the fashion of: http://imgsrv.gocomics.com/dim/?fh=ead752ccf4378dc2bcfd63cbcfb174cf (This one is from Overboard, http://www.gocomics.com/overboard/ ) It's odd that the same URL style is used for the weekday comics as well, but those images are found just fine. ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2011-02-13 17:24 Message: No problem, thanks - I haven't dug into it very deeply myself yet, but if I have some time this week, I'll do that and see if I can come up with a workaround. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2011-02-13 14:30 Message: I will have a look at this, but I cannot promise an immediate resolution at the moment. If you are able to provide a patch, I will gladly apply it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-02-14 00:24:19
|
Bugs item #3179828, was opened at 2011-02-13 12:05 Message generated for change (Comment added) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: ucomics Sunday URLs seem to have changed Initial Comment: Specifically for me, I see no results on Sundays for "For Better or for Worse", "Garfield", and "Overboard". There may be others as well. The weekday comics still work OK, however. ---------------------------------------------------------------------- >Comment By: Jim Henderson (hendersj) Date: 2011-02-13 17:24 Message: No problem, thanks - I haven't dug into it very deeply myself yet, but if I have some time this week, I'll do that and see if I can come up with a workaround. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2011-02-13 14:30 Message: I will have a look at this, but I cannot promise an immediate resolution at the moment. If you are able to provide a patch, I will gladly apply it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-02-13 21:30:03
|
Bugs item #3179828, was opened at 2011-02-13 20:05 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) >Assigned to: Sven Hartge (hartge) Summary: ucomics Sunday URLs seem to have changed Initial Comment: Specifically for me, I see no results on Sundays for "For Better or for Worse", "Garfield", and "Overboard". There may be others as well. The weekday comics still work OK, however. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2011-02-13 22:30 Message: I will have a look at this, but I cannot promise an immediate resolution at the moment. If you are able to provide a patch, I will gladly apply it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2011-02-13 19:05:21
|
Bugs item #3179828, was opened at 2011-02-13 12:05 Message generated for change (Tracker Item Submitted) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Nobody/Anonymous (nobody) Summary: ucomics Sunday URLs seem to have changed Initial Comment: Specifically for me, I see no results on Sundays for "For Better or for Worse", "Garfield", and "Overboard". There may be others as well. The weekday comics still work OK, however. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=3179828&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-14 02:57:37
|
Bugs item #2897401, was opened at 2009-11-13 20:07 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&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: None Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: Reopen 2896006 Initial Comment: Sorry for opening a new bug on this issue, I can't see how to reopen the issue listed in the summary - I downloaded the CVS version, and in addition to the comics that I listed before, Dilbert now no longer downloads. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2009-11-14 03:57 Message: The rli files may seem to be OK, but I found them to be in the way of a correctly working netcomics if something went bonkers in an earlier try. So please just delete them and try again. My traceroute is identical to yours for the last two hops. But you never know, what inner magic the target server invokes while it is serving the request. Can you surf to www.comics.com using your browser and manually select any of the comics? SInce you are getting the 500 while using a normal browser as well, I still think the error is not within netcomics but somewhere between you and the comics.com site. ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-14 03:52 Message: I typically run the script as root as part of a cron job - so the rli files seem OK. I wonder if the issue is a cluster of machines on the backend that handle the requests and one that perhaps has an issue out of the group. Our different results seem to suggest that as a possibility. Perhaps what I'll do is completely uninstall and reinstall the CVS build, just to make sure there's no cruft left hanging around from an earlier version, and just hammer away at it and see if I can get a response. What IP address do you ultimately resolve to for the server yourself? Does it match my tcptraceroute or do you get a different address? ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-14 03:49 Message: The traceroute looks fine to me. But I am not able to reproduce the bug. I tried netcomics on several machines available to me in both Europe and USA and every time everything worked as intended. Did you delete the hidden rli files from your spool directory? ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-14 03:31 Message: [jhenderson@krikkit ~]$ sudo tcptraceroute www.comics.com 80 Selected device eth0, address 172.16.0.26, port 36722 for outgoing packets Tracing the path to www.comics.com (174.143.158.252) on TCP port 80 (http), 30 hops max 1 172.16.0.129 0.404 ms 0.302 ms 0.238 ms 2 h-68-165-199-1.dnvtco56.dynamic.covad.net (68.165.199.1) 34.307 ms 72.348 ms 36.879 ms 3 192.168.37.101 71.074 ms 111.564 ms 26.242 ms 4 67.100.36.13-ge3.4-dnvt-osr2-denver.covad.com (67.100.36.13) 107.511 ms 157.881 ms 124.364 ms 5 67.100.36.110-ge3.6-chcg-osr1-chicago.covad.com (67.100.36.110) 60.527 ms 64.774 ms 58.253 ms 6 67.100.37.11-ge5.1-chcg-osr2-chicago.covad.com (67.100.37.11) 57.016 ms 118.709 ms 65.328 ms 7 10ge5-4.fr1.ord.llnw.net (206.223.119.123) 66.040 ms 86.522 ms 65.158 ms 8 tge2-1.fr3.dal.llnw.net (69.28.171.197) 80.746 ms 113.309 ms 125.354 ms 9 tge5-1.fr4.dal.llnw.net (69.28.171.106) 81.734 ms 150.150 ms 109.349 ms 10 rackspace.tge11-3.fr4.dal.llnw.net (69.164.4.6) 101.740 ms 105.848 ms 138.255 ms 11 core7-edge3-vlan2307.dfw1.rackspace.net (174.143.123.112) 134.125 ms 98.218 ms 60.344 ms 12 98.129.84.217 82.729 ms 72.477 ms 92.347 ms 13 174-143-158-252.static.cloud-ips.com (174.143.158.252) [open] 78.731 ms 65.664 ms 113.977 ms ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-14 02:42 Message: I am able to open the URLs from the log without problems. So this seems to be bug local to you or your provider. Please install tcptraceroute and post the result of "tcptraceroute www.comics.com 80". ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-14 02:37 Message: Attached is the logfile - going to the links in firefox, I get a "connection reset" error as well; but it looks like the server side is throwing a 500 error in response to the script. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-14 02:09 Message: Right, Dilbert was broken since my last fix. But B.C., Peanuts, etc. just work fine for me. If they still don't work for you with the latest CVS, please use netcomics -n 3 -vvv -c 'bc peanuts ac' and provide the resulting output. (Please redirect into seperate file and attach the result.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-14 02:52:51
|
Bugs item #2897401, was opened at 2009-11-13 12:07 Message generated for change (Comment added) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&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: None Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: Reopen 2896006 Initial Comment: Sorry for opening a new bug on this issue, I can't see how to reopen the issue listed in the summary - I downloaded the CVS version, and in addition to the comics that I listed before, Dilbert now no longer downloads. ---------------------------------------------------------------------- >Comment By: Jim Henderson (hendersj) Date: 2009-11-13 19:52 Message: I typically run the script as root as part of a cron job - so the rli files seem OK. I wonder if the issue is a cluster of machines on the backend that handle the requests and one that perhaps has an issue out of the group. Our different results seem to suggest that as a possibility. Perhaps what I'll do is completely uninstall and reinstall the CVS build, just to make sure there's no cruft left hanging around from an earlier version, and just hammer away at it and see if I can get a response. What IP address do you ultimately resolve to for the server yourself? Does it match my tcptraceroute or do you get a different address? ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-13 19:49 Message: The traceroute looks fine to me. But I am not able to reproduce the bug. I tried netcomics on several machines available to me in both Europe and USA and every time everything worked as intended. Did you delete the hidden rli files from your spool directory? ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-13 19:31 Message: [jhenderson@krikkit ~]$ sudo tcptraceroute www.comics.com 80 Selected device eth0, address 172.16.0.26, port 36722 for outgoing packets Tracing the path to www.comics.com (174.143.158.252) on TCP port 80 (http), 30 hops max 1 172.16.0.129 0.404 ms 0.302 ms 0.238 ms 2 h-68-165-199-1.dnvtco56.dynamic.covad.net (68.165.199.1) 34.307 ms 72.348 ms 36.879 ms 3 192.168.37.101 71.074 ms 111.564 ms 26.242 ms 4 67.100.36.13-ge3.4-dnvt-osr2-denver.covad.com (67.100.36.13) 107.511 ms 157.881 ms 124.364 ms 5 67.100.36.110-ge3.6-chcg-osr1-chicago.covad.com (67.100.36.110) 60.527 ms 64.774 ms 58.253 ms 6 67.100.37.11-ge5.1-chcg-osr2-chicago.covad.com (67.100.37.11) 57.016 ms 118.709 ms 65.328 ms 7 10ge5-4.fr1.ord.llnw.net (206.223.119.123) 66.040 ms 86.522 ms 65.158 ms 8 tge2-1.fr3.dal.llnw.net (69.28.171.197) 80.746 ms 113.309 ms 125.354 ms 9 tge5-1.fr4.dal.llnw.net (69.28.171.106) 81.734 ms 150.150 ms 109.349 ms 10 rackspace.tge11-3.fr4.dal.llnw.net (69.164.4.6) 101.740 ms 105.848 ms 138.255 ms 11 core7-edge3-vlan2307.dfw1.rackspace.net (174.143.123.112) 134.125 ms 98.218 ms 60.344 ms 12 98.129.84.217 82.729 ms 72.477 ms 92.347 ms 13 174-143-158-252.static.cloud-ips.com (174.143.158.252) [open] 78.731 ms 65.664 ms 113.977 ms ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-13 18:42 Message: I am able to open the URLs from the log without problems. So this seems to be bug local to you or your provider. Please install tcptraceroute and post the result of "tcptraceroute www.comics.com 80". ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-13 18:37 Message: Attached is the logfile - going to the links in firefox, I get a "connection reset" error as well; but it looks like the server side is throwing a 500 error in response to the script. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-13 18:09 Message: Right, Dilbert was broken since my last fix. But B.C., Peanuts, etc. just work fine for me. If they still don't work for you with the latest CVS, please use netcomics -n 3 -vvv -c 'bc peanuts ac' and provide the resulting output. (Please redirect into seperate file and attach the result.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-14 02:49:38
|
Bugs item #2897401, was opened at 2009-11-13 20:07 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&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: None Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: Reopen 2896006 Initial Comment: Sorry for opening a new bug on this issue, I can't see how to reopen the issue listed in the summary - I downloaded the CVS version, and in addition to the comics that I listed before, Dilbert now no longer downloads. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2009-11-14 03:49 Message: The traceroute looks fine to me. But I am not able to reproduce the bug. I tried netcomics on several machines available to me in both Europe and USA and every time everything worked as intended. Did you delete the hidden rli files from your spool directory? ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-14 03:31 Message: [jhenderson@krikkit ~]$ sudo tcptraceroute www.comics.com 80 Selected device eth0, address 172.16.0.26, port 36722 for outgoing packets Tracing the path to www.comics.com (174.143.158.252) on TCP port 80 (http), 30 hops max 1 172.16.0.129 0.404 ms 0.302 ms 0.238 ms 2 h-68-165-199-1.dnvtco56.dynamic.covad.net (68.165.199.1) 34.307 ms 72.348 ms 36.879 ms 3 192.168.37.101 71.074 ms 111.564 ms 26.242 ms 4 67.100.36.13-ge3.4-dnvt-osr2-denver.covad.com (67.100.36.13) 107.511 ms 157.881 ms 124.364 ms 5 67.100.36.110-ge3.6-chcg-osr1-chicago.covad.com (67.100.36.110) 60.527 ms 64.774 ms 58.253 ms 6 67.100.37.11-ge5.1-chcg-osr2-chicago.covad.com (67.100.37.11) 57.016 ms 118.709 ms 65.328 ms 7 10ge5-4.fr1.ord.llnw.net (206.223.119.123) 66.040 ms 86.522 ms 65.158 ms 8 tge2-1.fr3.dal.llnw.net (69.28.171.197) 80.746 ms 113.309 ms 125.354 ms 9 tge5-1.fr4.dal.llnw.net (69.28.171.106) 81.734 ms 150.150 ms 109.349 ms 10 rackspace.tge11-3.fr4.dal.llnw.net (69.164.4.6) 101.740 ms 105.848 ms 138.255 ms 11 core7-edge3-vlan2307.dfw1.rackspace.net (174.143.123.112) 134.125 ms 98.218 ms 60.344 ms 12 98.129.84.217 82.729 ms 72.477 ms 92.347 ms 13 174-143-158-252.static.cloud-ips.com (174.143.158.252) [open] 78.731 ms 65.664 ms 113.977 ms ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-14 02:42 Message: I am able to open the URLs from the log without problems. So this seems to be bug local to you or your provider. Please install tcptraceroute and post the result of "tcptraceroute www.comics.com 80". ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-14 02:37 Message: Attached is the logfile - going to the links in firefox, I get a "connection reset" error as well; but it looks like the server side is throwing a 500 error in response to the script. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-14 02:09 Message: Right, Dilbert was broken since my last fix. But B.C., Peanuts, etc. just work fine for me. If they still don't work for you with the latest CVS, please use netcomics -n 3 -vvv -c 'bc peanuts ac' and provide the resulting output. (Please redirect into seperate file and attach the result.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-14 02:31:42
|
Bugs item #2897401, was opened at 2009-11-13 12:07 Message generated for change (Comment added) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&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: None Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: Reopen 2896006 Initial Comment: Sorry for opening a new bug on this issue, I can't see how to reopen the issue listed in the summary - I downloaded the CVS version, and in addition to the comics that I listed before, Dilbert now no longer downloads. ---------------------------------------------------------------------- >Comment By: Jim Henderson (hendersj) Date: 2009-11-13 19:31 Message: [jhenderson@krikkit ~]$ sudo tcptraceroute www.comics.com 80 Selected device eth0, address 172.16.0.26, port 36722 for outgoing packets Tracing the path to www.comics.com (174.143.158.252) on TCP port 80 (http), 30 hops max 1 172.16.0.129 0.404 ms 0.302 ms 0.238 ms 2 h-68-165-199-1.dnvtco56.dynamic.covad.net (68.165.199.1) 34.307 ms 72.348 ms 36.879 ms 3 192.168.37.101 71.074 ms 111.564 ms 26.242 ms 4 67.100.36.13-ge3.4-dnvt-osr2-denver.covad.com (67.100.36.13) 107.511 ms 157.881 ms 124.364 ms 5 67.100.36.110-ge3.6-chcg-osr1-chicago.covad.com (67.100.36.110) 60.527 ms 64.774 ms 58.253 ms 6 67.100.37.11-ge5.1-chcg-osr2-chicago.covad.com (67.100.37.11) 57.016 ms 118.709 ms 65.328 ms 7 10ge5-4.fr1.ord.llnw.net (206.223.119.123) 66.040 ms 86.522 ms 65.158 ms 8 tge2-1.fr3.dal.llnw.net (69.28.171.197) 80.746 ms 113.309 ms 125.354 ms 9 tge5-1.fr4.dal.llnw.net (69.28.171.106) 81.734 ms 150.150 ms 109.349 ms 10 rackspace.tge11-3.fr4.dal.llnw.net (69.164.4.6) 101.740 ms 105.848 ms 138.255 ms 11 core7-edge3-vlan2307.dfw1.rackspace.net (174.143.123.112) 134.125 ms 98.218 ms 60.344 ms 12 98.129.84.217 82.729 ms 72.477 ms 92.347 ms 13 174-143-158-252.static.cloud-ips.com (174.143.158.252) [open] 78.731 ms 65.664 ms 113.977 ms ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-13 18:42 Message: I am able to open the URLs from the log without problems. So this seems to be bug local to you or your provider. Please install tcptraceroute and post the result of "tcptraceroute www.comics.com 80". ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-13 18:37 Message: Attached is the logfile - going to the links in firefox, I get a "connection reset" error as well; but it looks like the server side is throwing a 500 error in response to the script. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-13 18:09 Message: Right, Dilbert was broken since my last fix. But B.C., Peanuts, etc. just work fine for me. If they still don't work for you with the latest CVS, please use netcomics -n 3 -vvv -c 'bc peanuts ac' and provide the resulting output. (Please redirect into seperate file and attach the result.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-14 01:42:26
|
Bugs item #2897401, was opened at 2009-11-13 20:07 Message generated for change (Settings changed) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&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: None Status: Open >Resolution: Works For Me Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: Reopen 2896006 Initial Comment: Sorry for opening a new bug on this issue, I can't see how to reopen the issue listed in the summary - I downloaded the CVS version, and in addition to the comics that I listed before, Dilbert now no longer downloads. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2009-11-14 02:42 Message: I am able to open the URLs from the log without problems. So this seems to be bug local to you or your provider. Please install tcptraceroute and post the result of "tcptraceroute www.comics.com 80". ---------------------------------------------------------------------- Comment By: Jim Henderson (hendersj) Date: 2009-11-14 02:37 Message: Attached is the logfile - going to the links in firefox, I get a "connection reset" error as well; but it looks like the server side is throwing a 500 error in response to the script. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-14 02:09 Message: Right, Dilbert was broken since my last fix. But B.C., Peanuts, etc. just work fine for me. If they still don't work for you with the latest CVS, please use netcomics -n 3 -vvv -c 'bc peanuts ac' and provide the resulting output. (Please redirect into seperate file and attach the result.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-14 01:37:56
|
Bugs item #2897401, was opened at 2009-11-13 12:07 Message generated for change (Settings changed) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&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: None >Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Sven Hartge (hartge) Summary: Reopen 2896006 Initial Comment: Sorry for opening a new bug on this issue, I can't see how to reopen the issue listed in the summary - I downloaded the CVS version, and in addition to the comics that I listed before, Dilbert now no longer downloads. ---------------------------------------------------------------------- >Comment By: Jim Henderson (hendersj) Date: 2009-11-13 18:37 Message: Attached is the logfile - going to the links in firefox, I get a "connection reset" error as well; but it looks like the server side is throwing a 500 error in response to the script. ---------------------------------------------------------------------- Comment By: Sven Hartge (hartge) Date: 2009-11-13 18:09 Message: Right, Dilbert was broken since my last fix. But B.C., Peanuts, etc. just work fine for me. If they still don't work for you with the latest CVS, please use netcomics -n 3 -vvv -c 'bc peanuts ac' and provide the resulting output. (Please redirect into seperate file and attach the result.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-14 01:09:03
|
Bugs item #2897401, was opened at 2009-11-13 20:07 Message generated for change (Settings changed) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&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: None >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) >Assigned to: Sven Hartge (hartge) Summary: Reopen 2896006 Initial Comment: Sorry for opening a new bug on this issue, I can't see how to reopen the issue listed in the summary - I downloaded the CVS version, and in addition to the comics that I listed before, Dilbert now no longer downloads. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2009-11-14 02:09 Message: Right, Dilbert was broken since my last fix. But B.C., Peanuts, etc. just work fine for me. If they still don't work for you with the latest CVS, please use netcomics -n 3 -vvv -c 'bc peanuts ac' and provide the resulting output. (Please redirect into seperate file and attach the result.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-13 19:07:30
|
Bugs item #2897401, was opened at 2009-11-13 12:07 Message generated for change (Tracker Item Submitted) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Nobody/Anonymous (nobody) Summary: Reopen 2896006 Initial Comment: Sorry for opening a new bug on this issue, I can't see how to reopen the issue listed in the summary - I downloaded the CVS version, and in addition to the comics that I listed before, Dilbert now no longer downloads. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2897401&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-11 16:44:22
|
Bugs item #2896006, was opened at 2009-11-11 16:34 Message generated for change (Settings changed) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2896006&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: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) >Assigned to: Sven Hartge (hartge) Summary: Comics.com URLs have changed Initial Comment: Looks like the images are now hosted by rackspace - I've noticed this with Andy Capp, Arlo & Janis, BC, Peanuts, and Wizard of Id - there may be others affected as well. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2009-11-11 17:44 Message: Thanks for your report, but this has already been fixed in the latest CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2896006&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-11-11 15:34:37
|
Bugs item #2896006, was opened at 2009-11-11 08:34 Message generated for change (Tracker Item Submitted) made by hendersj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2896006&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Henderson (hendersj) Assigned to: Nobody/Anonymous (nobody) Summary: Comics.com URLs have changed Initial Comment: Looks like the images are now hosted by rackspace - I've noticed this with Andy Capp, Arlo & Janis, BC, Peanuts, and Wizard of Id - there may be others affected as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2896006&group_id=508 |
|
From: SourceForge.net <no...@so...> - 2009-06-27 00:25:11
|
Bugs item #2812960, was opened at 2009-06-26 22:12 Message generated for change (Comment added) made by hartge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2812960&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: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Neil Muller (nitwit) Assigned to: Sven Hartge (hartge) Summary: Dilbert misses Sunday comics Initial Comment: Dilbert uses <digits>.strip.sunday.gif for the sunday strips - the updated regex will not match this. None of the other unitedmedia comics do this, AFAIK, so only the dilbert regex needs to be tweaked. Patch attached. ---------------------------------------------------------------------- >Comment By: Sven Hartge (hartge) Date: 2009-06-27 02:25 Message: Applied to latest CVS. Thank you! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100508&aid=2812960&group_id=508 |