Description of problem: bugzilla info --component_owners=Fedora Version-Release number of selected component: python-bugzilla-0.9.0-1.fc19 Additional info: reporter: libreport-2.1.5 cmdline: /usr/bin/python -tt /usr/bin/bugzilla info --component_owners=Fedora dso_list: python-libs-2.7.5-3.fc19.x86_64 executable: /usr/bin/bugzilla kernel: 3.9.9-301.fc19.x86_64 runlevel: N 5 uid: 19997 Truncated backtrace: xmlrpclib.py:557:feed:ExpatError: syntax error: line 1, column 49 Traceback (most recent call last): File "/usr/bin/bugzilla", line 1130, in <module> main() File "/usr/bin/bugzilla", line 1089, in main _do_info(bz, opt) File "/usr/bin/bugzilla", line 640, in _do_info include_fields=include_fields + ["components"]) File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 521, in refresh_products for product in self._getproductinfo(**kwargs): File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 667, in _getproductinfo ret = self._proxy.Product.get_products(kwargs) File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/usr/lib64/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 166, in request return self.parse_response(stringio) File "/usr/lib64/python2.7/xmlrpclib.py", line 1467, in parse_response p.feed(data) File "/usr/lib64/python2.7/xmlrpclib.py", line 557, in feed self._parser.Parse(data, 0) ExpatError: syntax error: line 1, column 49 Local variables in innermost frame: self: <xmlrpclib.ExpatParser instance at 0xa08830> data: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>502 Proxy Error</title>\n</head><body>\n<h1>Proxy Error</h1>\n<p>The proxy server received an invalid\r\nresponse from an upstream server.<br />\r\nThe proxy server could not handle the request <em><a href="/xmlrpc.cgi">POST /xmlrpc.cgi</a></em>.<p>\nReason: <strong>Error reading from remote server</strong></p></p>\n<hr>\n<address>Apache Server at bugzilla.redhat.com Port 443</address>\n</body></html>\n'
Created attachment 774821 [details] File: backtrace
Created attachment 774822 [details] File: core_backtrace
Created attachment 774823 [details] File: environ
Thanks for the report, but it says server error at bugzilla.redhat.com, so not python-bugzilla's fault AFAICT.
Unhandled exception, traceback and abrt alarm is the standard correct expected client-side behaviour in case of server error? Can it at least abrt ignore it?
(In reply to Frantisek Kluknavsky from comment #5) > Unhandled exception, traceback and abrt alarm is the standard correct > expected client-side behaviour in case of server error? Can it at least abrt > ignore it? Yeah I didn't consider that. I've fixed upstream to catch and report HTTPErrors in /usr/bin/bugzilla so they won't tickle abrt.
I just ran into this. If this is fixed upstream, this bug should be CLOSED/UPSTREAM, not CLOSED/NOTABUG. $ bugzilla query -c anaconda -l rsync Traceback (most recent call last): File "/usr/bin/bugzilla", line 1130, in <module> main() File "/usr/bin/bugzilla", line 1095, in main buglist = _do_query(bz, opt, parser) File "/usr/bin/bugzilla", line 613, in _do_query return bz.query(q) File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 925, in query r = self._query(query) File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 915, in _query return self._proxy.Bug.search(query) File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/usr/lib64/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 166, in request return self.parse_response(stringio) File "/usr/lib64/python2.7/xmlrpclib.py", line 1467, in parse_response p.feed(data) File "/usr/lib64/python2.7/xmlrpclib.py", line 557, in feed self._parser.Parse(data, 0) xml.parsers.expat.ExpatError: syntax error: line 1, column 49 $ $ rpm -q python-bugzilla python-bugzilla-0.9.0-1.fc19.noarch
Reopening to POST, since this error report is fixed upstream, but several people are seeing it so we should explicitly track when the fix lands in Fedora.
python-bugzilla-1.0.0-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-bugzilla-1.0.0-1.fc19
Package python-bugzilla-1.0.0-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-bugzilla-1.0.0-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-4391/python-bugzilla-1.0.0-1.fc19 then log in and leave karma (feedback).
python-bugzilla-1.0.0-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-bugzilla-1.0.0-2.fc19
python-bugzilla-1.0.0-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.