Comment 1 for bug 389289

Revision history for this message
Bryce Harrington (bryce) wrote :

I get the same thing even running against a locally installed bugzilla from Karmic ubuntu:

bryce@chideok:~/src/python-bzutils/python-bzutils-0.2/src$ ./bzutils-get http://localhost/cgi-bin/bugzilla3/ 1

Usage: bzutils-get <url> <bugnumber>

<url>: The base url of the bugzilla server.
<query>: Number/ID of the bug

Traceback (most recent call last):
  File "./bzutils-get", line 37, in <module>
    print bz.get(sys.argv[2])
  File "/home/bryce/src/python-bzutils/python-bzutils-0.2/src/bzutils/bugzilla.py", line 43, in get
    return self.cgi.query_bchart(charts=charts)[0]
  File "/home/bryce/src/python-bzutils/python-bzutils-0.2/src/bzutils/cgi.py", line 367, in query_bchart
    return self.parse(f)
  File "/home/bryce/src/python-bzutils/python-bzutils-0.2/src/bzutils/cgi.py", line 127, in parse
    raise BugListParseError, "Couldn't parse bug list: unknown format"
bzutils.exceptions.BugListParseError: Couldn't parse bug list: unknown format