https://bugzilla.novell.com/show_bug.cgi?id=807901 https://bugzilla.novell.com/show_bug.cgi?id=807901#c12 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|suse-beta@cboltz.de | --- Comment #12 from Christian Boltz <suse-beta@cboltz.de> 2013-05-19 18:12:44 CEST --- (In reply to comment #11)
python-bugzilla is NOT using cookies at all for NovellBugzilla, we're using Basic Auth instead of IChain. Reason is that the IChain craziness is hard to maintain, whereas the Basic Auth is easy and designed for automated access.
In the meantime, the iChain craziness was replaced by AccessManager craziness ;-) Could that change cause this bug?
Re the original bugreport: i can't reproduce the issue. Christian, did Werner's update solve your problem?
With Werner's patch, I get (using Factory): # bugreporter Welcome to the submit bug report module! The user has stored credentials. Connecting to Novell's Bugzilla... Bugzilla error. Maybe check Internet connection? # bugzilla login Username: cboltz Password: Logging in... Traceback (most recent call last): [...] File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 1045, in single_request_with_cookies response.msg, xmlrpclib.ProtocolError: <ProtocolError for apibugzilla.novell.com/xmlrpc.cgi: 403 Forbidden> Looks like the patch makes things worse :-( Without the patch, I still get a backtrace that looks similar to my initial bugreport. Oh, and a funny one (without Werner's patch): # bugzilla --verbose login INFO:bugzilla:Connecting to https://bugzilla.novell.com/xmlrpc.cgi INFO:bugzilla:Autodetecting Bugzilla type INFO:bugzilla:Bugzilla v0.6.2 initializing INFO:bugzilla:Chose subclass NovellBugzilla v0.2 Username: cboltz Password: Logging in... INFO:bugzilla:login successful <----- failed. <----- Note the fun in the last two lines... ;-) -- 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.