-
Notifications
You must be signed in to change notification settings - Fork 19
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
AttributeError: 'NoneType' object has no attribute 'split' #37
Comments
Hi @WEOwner! Thanks for the report. Here are some follow-up questions that can help us understand the bug better: Has this SAML setup worked with Alohomora in the past, or is this your first time trying to use it? |
I'm facing the same issue when tried alohomora. Unfortunately I can't provide details right now, as I don't know the details about the DUO setup. |
I'm getting a similar error when attempting to use the URL from a tile in the Duo launcher. Is there any documentation on an example setup on the Duo side? Alohomora config documentation is clear, but the expected receiving setup w/in Duo is not. Thanks! |
I've followed the same approach of using the URL from the Duo launcher as well. |
I have the same issue as the above, in version 3.0.1 |
trying to use Alohomora with aws cli and duo small and got this error:
Traceback (most recent call last):
File "/home/UserName/.local/bin/alohomora", line 8, in
sys.exit(main())
File "/home/UserName/.local/lib/python2.7/site-packages/alohomora/main.py", line 275, in main
Main().main()
File "/home/UserName/.local/lib/python2.7/site-packages/alohomora/main.py", line 193, in main
(okay, response) = provider.login_two_factor(response, auth_device)
File "/home/UserName/.local/lib/python2.7/site-packages/alohomora/req.py", line 278, in login_two_factor
sigs = sig_request.split(':')
AttributeError: 'NoneType' object has no attribute 'split'
The text was updated successfully, but these errors were encountered: