http://www.livejournal.com/support/see_
http://www.livejournal.com/support/see_
One was marked as "reported to LiveJournal's development staff for further troubleshooting".
Any insight from anyone here as to what's going on? Is this related to the previous "Client error: No mode specified" post at all? Is there any working method of writing a script to retrieve RSS feeds with authentication currently?
August 16 2010, 16:12:42 UTC 1 year ago
August 16 2010, 20:05:31 UTC 1 year ago
August 16 2010, 17:19:19 UTC 1 year ago
August 16 2010, 19:00:32 UTC 1 year ago
package LJIsBrokenAgent; use base qw( LWP::UserAgent ); sub simple_request { my ($Self, @args) = @_; my $resp = LWP::UserAgent::simple_request($Self, @args); $resp->code(401) if $resp->is_success && $resp->content eq '<b>Digest authentication failed.</b>'; return $resp; }August 16 2010, 20:04:14 UTC 1 year ago
August 16 2010, 20:35:18 UTC 1 year ago
August 16 2010, 20:06:19 UTC 1 year ago
August 16 2010, 20:40:44 UTC 1 year ago
August 20 2010, 22:10:21 UTC 1 year ago
August 17 2010, 00:11:25 UTC 1 year ago
August 17 2010, 02:10:22 UTC 1 year ago
August 17 2010, 03:46:34 UTC 1 year ago
August 17 2010, 09:30:02 UTC 1 year ago
These don't look small to me.
Is there a timeline on when these are going to be fixed?
August 20 2010, 17:25:24 UTC 1 year ago
September 11 2010, 15:44:07 UTC 1 year ago