-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
Unhandled exception #717
Comments
Please include as many relevant details about the environment you experienced the bug in:
If you can, also provide steps to reproduce this bug. |
@moggers87 I provided exact code path to your repo and the logic fail explanation. did you even try to understand? there is no need to provide the details you asked for, the error is obvious. |
Your bug report is very unclear. Is this a theoretical issue as we're not guarding against |
Good morning, the above screenshot is from Sentry for a PROD system. So indeed it truly happens. If that helps (but I don't see how):py 3.11, dj 4.1, otp 1.3, tfa 1.16.0. steps to reproduce are unclear as I don't know what the user did. Browser was |
Returning None makes it more difficult to track down cases where an unregistered method has been used as it results in an unhelpful error such as reported in jazzband#717
good morning, pls note. it just happened once more. again on a Samsung android device 🤔 - pls let me know, once its released, then I can report back if it keeps happening. maybe with more precise debugging information. |
Returning None makes it more difficult to track down cases where an unregistered method has been used as it results in an unhelpful error such as reported in jazzband#717
Dear
this line could return
None
django-two-factor-auth/two_factor/views/core.py
Line 589 in 4e71d97
which will fail in the next line with:
which will then show the user a 500 error and break his/her flow...
The text was updated successfully, but these errors were encountered: