-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'NoneType' object has no attribute 'name_qualifier' #72
Comments
OK, done. Thanks! |
Thanks again! I'm really impressed with upstream responsiveness in this project :) |
Was just trying to catch up before I leave for vacation, don't get used to it too much ;-) |
Hi @peppelinux, I'd like to reopen this as I'm experiencing the same issue, but the cause is different. For some unknown reason our users lose the Naturally, I can reproduce this error by deleting Proposed solutionI don't think messing up the client data should result in application crashes, so at the very least we could raise custom exception instead of Would love to hear opinions on this. Regards, |
I investigated this error and discovered it was due to being logged in via django admin not through SAML. I went looking and found it had been independently reported, investigated and closed already:
https://bitbucket.org/knaperek/djangosaml2/issues/1/getting-nonetype-object-has-no-attribute
Would it be possible to change the error to include words along the lines of "Have you authenticated via SAML?". It seems the most likely cause of the error condition being hit and would help with debugging a new install.
The text was updated successfully, but these errors were encountered: