Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 148998

Summary: www-client/pybugz fails getting bug #115229
Product: Gentoo Linux Reporter: Henrique Ferreiro <henrique.ferreiro>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: RESOLVED UPSTREAM    
Severity: normal CC: bugzilla, coldwind, liquidx, python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Henrique Ferreiro 2006-09-24 16:18:17 UTC
localhost ~ # bugz get 115229
 * Using http://bugs.gentoo.org/ 
 * Getting bug 115229 ..
Traceback (most recent call last):
  File "/usr/bin/bugz", line 4, in ?
    bugz.main()
  File "/usr/lib/python2.4/site-packages/bugz.py", line 1638, in main
    getattr(bugz, cmd)(*args, **cmd_kwds)
  File "/usr/lib/python2.4/site-packages/bugz.py", line 1222, in get
    result = Bugz.get(self, bugid)
  File "/usr/lib/python2.4/site-packages/bugz.py", line 781, in get
    etree = ElementTree.parse(fd, parser)
  File "/usr/lib/python2.4/site-packages/elementtree/ElementTree.py", line 859, in parse
    tree.parse(source, parser)
  File "/usr/lib/python2.4/site-packages/elementtree/ElementTree.py", line 583, in parse
    parser.feed(data)
  File "/usr/lib/python2.4/site-packages/elementtree/ElementTree.py", line 1242, in feed
    self._parser.Parse(data, 0)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 576, column 27
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2006-09-27 17:20:08 UTC
actually, it is technically bugzilla's bug for not escaping the ASCII 0x08 characters in one of the comments in the XML output. however, i should still improve the error reporting on it. thanks for reporting this, and it is reporting the correct error for the bug, however, due to that bugzilla problem I'm not able to extract that bug from bugzilla.
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2007-09-02 18:35:59 UTC
CC'ing Bugzilla, maybe they can do something about it.
Comment 3 William Hubbs gentoo-dev 2007-12-16 18:21:45 UTC
The pybugz project has been moved to google code per the author's request, and this has been reported as issue 2 there.  The site is http://pybugz.googlecode.com.