Closed
Bug 714127
Opened 14 years ago
Closed 13 years ago
[traceback] [prod] Exception: AttributeError: 'AnonymousUser' object has no attribute 'get_profile'
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: mbrandt, Unassigned)
References
()
Details
(Whiteboard: [prod] [ISE])
Several similar tracebacks were sent out recently. I'm unable to reproduce this on dev, stage, or prod. Do we know a root cause for these failures?
Traceback (most recent call last):
File "/data/www/mozillians.org/mozillians/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/mozillians.org/mozillians/apps/browserid/decorators.py", line 59, in _view
return view_func(request, *args, **kwargs)
File "/data/www/mozillians.org/mozillians/apps/phonebook/views.py", line 39, in wrapped
if request.user.get_profile().is_vouched:
File "/data/www/mozillians.org/mozillians/vendor/src/django/django/utils/functional.py", line 173, in inner
return func(self._wrapped, *args)
AttributeError: 'AnonymousUser' object has no attribute 'get_profile'
| Reporter | ||
Comment 1•13 years ago
|
||
Bumping to works for me - I haven't seen this traceback in several months.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•13 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Version: unspecified → other
| Reporter | ||
Comment 2•13 years ago
|
||
Bumping to verified worksforme. I'll follow up with a new bug if necessary.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•