Closed
Bug 1014747
Opened 11 years ago
Closed 11 years ago
[stage][traceback] 500 Error: AttributeError: 'WSGIRequest' object has no attribute 'user'
Categories
(Firefox Affiliates Graveyard :: affiliates.mozilla.org, defect)
Firefox Affiliates Graveyard
affiliates.mozilla.org
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrandt, Unassigned)
References
Details
Steps to reproduce:
0. goto https://affiliates.allizom.org
Actual:
Traceback (most recent call last):
File "/data/www/affiliates.allizom.org/affiliates-app/vendor/lib/python/django/core/handlers/base.py", line 185, in get_response
response = middleware_method(request, response)
File "/usr/lib64/python2.6/site-packages/newrelic-2.16.0.12/newrelic/hooks/framework_django.py", line 324, in wrapper
return wrapped(*args, **kwargs)
File "/data/www/affiliates.allizom.org/affiliates-app/affiliates/base/middleware.py", line 40, in process_response
if not request.COOKIES and request.user.is_anonymous() and response.cookies:
AttributeError: 'WSGIRequest' object has no attribute 'user'
Comment 1•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•11 years ago
|
||
Verifed! thank you for the quick acting
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•10 years ago
|
Product: Firefox Affiliates → Firefox Affiliates Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•