Mailinglist Archive: opensuse-buildservice (124 mails)
< Previous | Next > |
[opensuse-buildservice] Replacement for my_work?
- From: Stephan Kulow <coolo@xxxxxxx>
- Date: Mon, 18 Mar 2013 13:24:03 +0100
- Message-id: <51470763.7030602@suse.de>
Hi,
I have a script to query factory reminder mails and a lot of people seem to
rely on them,
but some update on build.opensuse.org broke it. Here is my code:
my $ua = LWP::UserAgent->new;
$ua->timeout(15);
$ua->default_header("Accept" => "application/json");
my $mywork = $ua->get("https://build.opensuse.org/home/my_work?user=$user");
unless ($mywork->is_success) { die $mywork->status_line; }
-> Here it always dies with a error 500
Please provide a replacement.
Greetings, Stephan
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
I have a script to query factory reminder mails and a lot of people seem to
rely on them,
but some update on build.opensuse.org broke it. Here is my code:
my $ua = LWP::UserAgent->new;
$ua->timeout(15);
$ua->default_header("Accept" => "application/json");
my $mywork = $ua->get("https://build.opensuse.org/home/my_work?user=$user");
unless ($mywork->is_success) { die $mywork->status_line; }
-> Here it always dies with a error 500
Please provide a replacement.
Greetings, Stephan
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
< Previous | Next > |