Package: bugs.debian.org
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I'm not sure if this is a problem of debbugs SOAP interface, of
SOAP::Lite or just a user error; but the following simplified test
script throws an error in get_bug_log() and leaves $log undef:

#v+
#!/usr/bin/perl

use SOAP::Lite;
use strict;
use warnings;

my $bug = $ARGV[0];
die 'Err: Provide valid bug number' if !$bug;

# retrieve bug info
my $soap = SOAP::Lite ->
        uri('Debbugs/SOAP') ->
        proxy('http://bugs.debian.org/cgi-bin/soap.cgi');

# WORKS
my $status = $soap -> get_status($bug) -> result() -> {$bug};

# FAILS
my $log = $soap -> get_bug_log($bug) -> result();
#v-

Any insight appreciated.

Cheers,
gregor

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'experimental'), 
(500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-rc5-686-pae (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOKHHpAAoJELs6aAGGSaoGwuAP/Rb0YNxgLxTiEjaP1r3lhKvy
PH1egXwe2KhL+AyBjRrchj10kqf3e2ucD9zG9KwrHYbE66PBFIo0LliJNuC74ifz
O/kuCXHK8UgrMFvGcpsgID2Qd0uUg/1o8OuhPXLDw8GZGJahuN4lAx8/5TRVezpS
I96tJPPEq8Ijcjwe/6hyVNdNAtytLH4xPTTJsZd3npvePWm5glF3Ye/KY9Bn+P6G
Iw7dOHpN6UU74RApAQypabbMkFEjoPUwUdsbnMLbQecAJ/ebjxlFCf1fsxpVz4C4
8EPwf0q/GP9AqEdXCEHhk7bapqTVJyyjwiYtIyDHw9Cuzg6Ddj8Qp0KmeO/OgnIz
QWd5ns0BMfNfI17Zjhpk//vS8C7LFWEJig6VGZ37FjItc+iAKH6eIpEE4Lg8YtRr
3NLZqYV/9Ez1xNop12fzz1G4SgiQnNC8lFb3gz2ASRA3kXQWArxmpGLAlKCVjm4Q
lDuDwqWKVeRxpzB+0J+qAhzmSbyO4Ycy6CQSHfUDRafEWCe5V6oTie9sAl10UUuM
mKvCZQ7ewP7RKH1/5KzZTxaFedYpYLJN8RLx4PE0RVSLRHu+hGxDeN2ln1R0mmjJ
x54u4oS5Wxlny34Y/mAkXLUVeO9N0wB2cT14KTQuBpiYxlPl9mWEoHMshq1oTIh9
08BSIShrcNBJTSm1y5+q
=Igbx
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to