-
Notifications
You must be signed in to change notification settings - Fork 211
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
TypeError 'NoneType' object is not subscriptable #467
Comments
Could I get a full traceback please plus the code that's calling it? |
Full Stack Trace:
|
@andrewgodwin the code calling it I am having hard time finding as this came from a sentry alert on a production box. but the farthest down line given is:
from django/core/handlers/exception.py |
Yeah, we're not going to be able to confirm if this is a true bug or not unless it's possible to get a reproduceable test case that doesn't have |
I am seeing an issue where
asgiref/local.py
is throwing aTypeError 'NoneType' object is not subscriptable
this is being thrown from:
The text was updated successfully, but these errors were encountered: