Bug#649849: PTS: SOAP interface broken (HTTP error 500)

2011-11-25 Thread Alexandre Rossi
Works fine now, thanks! -- To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAM79t8FFZ2gdGiNjszDDHO18K7=-njwg7l1a3jeg1tnlpzl...@mail.gmail.com

Bug#649849: PTS: SOAP interface broken (HTTP error 500)

2011-11-24 Thread Alexandre Rossi
Package: qa.debian.org Severity: normal At the time of this writing, the PTS SOAP interface is broken and any query returns a HTTP Internal server error (500). If someone gives me the corresponding error.log entry, maybe I can debug this. Thanks, Alex -- System Information: Debian Release: 6.

Bug#630896: qa.debian.org: PTS SOAP interface always returns HTTP 500 Internal Server Error

2011-06-21 Thread Alexandre Rossi
Hi, >> > SOAPpy.Errors.HTTPError: >> >> I guess the CGI must be updated to work with Squeeze's python. > > The problem is more general than that and, sadly, well known. The SOAP > interface needs to be ported to some (not so recent) structural change > to the way PTS webpages export data (see #53

Bug#630896: qa.debian.org: PTS SOAP interface always returns HTTP 500 Internal Server Error

2011-06-18 Thread Alexandre Rossi
Package: qa.debian.org Severity: normal Hi, My small script that queries the PTS SOAP interface does not work anymore. A simple script always fails. $ cat test.py #!/usr/bin/python import SOAPpy url = 'http://packages.qa.debian.org/cgi-bin/soap-alpha.cgi' ws = SOAPpy.SOAPProxy(url) print ws.ver