Description of problem: base.py:957:request:AttributeError: HTTPSConnection instance has no attribute 'getreply' Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/setroubleshoot/browser.py", line 108, in submit_button_clicked self.submit() File "/usr/lib64/python2.7/site-packages/setroubleshoot/browser.py", line 129, in submit rc = report.report(signature, report.io.GTKIO.GTKIO(self.parent.accounts)) File "/usr/lib64/python2.7/site-packages/report/__init__.py", line 493, in report retval = choice(signature, io) File "/usr/lib64/python2.7/site-packages/report/__init__.py", line 413, in <lambda> (lambda module, optionsDict: lambda signature, io : module.report(signature, io, optionsDict))(module, optionsDict))) File "/usr/lib64/python2.7/site-packages/report/plugins/bugzilla/__init__.py", line 106, in report fileDescription) File "/usr/lib64/python2.7/site-packages/report/plugins/bugzilla/__init__.py", line 176, in sendToBugzilla withBugzillaDo(bzfiler, lambda b: b.login(loginResult['username'], File "/usr/lib64/python2.7/site-packages/report/plugins/bugzilla/__init__.py", line 125, in withBugzillaDo retval = fn(bz) File "/usr/lib64/python2.7/site-packages/report/plugins/bugzilla/__init__.py", line 177, in <lambda> loginResult['password'])) File "/usr/lib64/python2.7/site-packages/report/plugins/bugzilla/filer.py", line 328, in login retval = self._bz.login(username, password) File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 308, in login r = self._login(self.user,self.password) File "/usr/lib/python2.7/site-packages/bugzilla/bugzilla3.py", line 27, in _login return self._proxy.User.login({'login':user,'password':password}) 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 1570, in __request verbose=self.__verbose File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 957, in request errcode, errmsg, headers = h.getreply() AttributeError: HTTPSConnection instance has no attribute 'getreply' Local variables in innermost frame: verbose: 0 request_body: "<?xml version='1.0'?>\n<methodCall>\n<methodName>User.login</methodName>\n<params>\n<param>\n<value><struct>\n<member>\n<name>login</name>\n<value><string>lists.kho</string></value>\n</member>\n<member>\n<name>password</name>\n<value><string>my3rd8</string></value>\n</member>\n</struct></value>\n</param>\n</params>\n</methodCall>\n" h: <httplib.HTTPSConnection instance at 0x2c35c68> self: <bugzilla.base.SafeCookieTransport instance at 0x2c35f38> host: 'bugzilla.redhat.com' cookie_request: <urllib2.Request instance at 0x2c35c20> handler: '/xmlrpc.cgi' request_url: 'https://bugzilla.redhat.com/xmlrpc.cgi' Version-Release number of selected component (if applicable): setroubleshoot-server-2.2.91-2.fc15.x86_64 How reproducible: Report a denial with sealert Steps to Reproduce: 1. Open bin/seapplet 2. Try to report denial to Redhat bugzilla 3. Abrt opens -> not usable because gnome-keyring crashes :-) Actual results: Impossible to report the denial Expected results: Report of denial Additional info:
*** This bug has been marked as a duplicate of bug 623299 ***