williamh / pybugz

Python interface to Bugzilla.
http://www.liquidx.net/pybugz/
GNU General Public License v2.0
80 stars 60 forks source link

Failed to login #72

Closed kiran009 closed 10 years ago

kiran009 commented 10 years ago

While using the version bugz 0.9.3 when i tried login to local bugzilla, it gives the error as follows:

bugz --base search assigning

gizzmojr commented 10 years ago

What version of bugzilla you using? 4.4.3+ doesn't use cookies any more, token based authentication.

williamh commented 10 years ago

Closing due to no response. However, please comment on this issue if you would like it reopened.

leif81 commented 10 years ago

@williamh I think there's an underlying bug here that might be getting overlooked. What @gizzmojr was getting at with that question was that pybugz fails to authenticate with Bugzilla v4.4.3 or newer due to the fact Bugzilla no longer supports login cookies for authentication. It's unclear if that was the issue the OP had or not, so I've opened a new issue, #78, to track that specific problem.

williamh commented 10 years ago

@leif81: I closed this because the question you refer to was never answered. We don't know what version of Bugzilla the original reporter was using, so I don't have enough information to fix this.