https://bugzilla.novell.com/show_bug.cgi?id=807901 https://bugzilla.novell.com/show_bug.cgi?id=807901#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@suse.com, | |max@suse.com, | |werner@suse.com --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2013-05-16 11:56:52 UTC --- IMHO the python-bugzilla module is broken ... It would be nice if this could be repaired to enable python-bugzilla to really use the credentials from ~/.oscrc ... Traceback (most recent call last): File "/usr/bin/bugzilla", line 801, in <module> main() File "/usr/bin/bugzilla", line 414, in main for k in sorted(bz.products): File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 399, in <lambda> products = property(fget=lambda self: self.getproducts(), File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 395, in getproducts self._products = self._getproducts() File "/usr/lib/python2.7/site-packages/bugzilla/bugzilla3.py", line 52, in _getproducts product_ids = self._proxy.Product.get_accessible_products() 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 1575, in __request verbose=self.__verbose File "/usr/lib64/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 1044, in single_request_with_cookies response.msg, xmlrpclib.ProtocolError: <ProtocolError for apibugzilla.novell.com/xmlrpc.cgi: 401 Authorization Required> /suse/werner> grep -c passx ~/.oscrc 2 Beside this the api side does not know how to handle info: /suse/werner> bugzilla --bztype NovellBugzilla --user WernerFink --password <XXXXXX> info -p Server error: <Fault -32000: 'Not an ARRAY reference at Bugzilla/Object.pm line 238.\n'> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.