Modify ↓
#3452 closed defect (fixed)
Attempting to login with a Yahoo-based OpenID results in "AttributeError: 'NoneType' object has no attribute 'getExtensionArgs'"
Reported by: | Owned by: | Dalius | |
---|---|---|---|
Priority: | normal | Component: | AuthOpenIdPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
This error happens consistently, and I am submitting a simple patch to fix it.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | authopenid.patch added |
---|
comment:1 Changed 16 years ago by
Er, that said, I'm not actually sure if this is a bug in python-openid, since the documentation for fromSuccessResponse doesn't seem to say anything about the possibility of returning None
.
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thank you for the patch. Have you already created ticket for python-openid library in their trac?
Note: See
TracTickets for help on using
tickets.
Fix for this bug.