18 Mar
2013
18 Mar
'13
12:24
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@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org