Closed
Bug 1262124
Opened 9 years ago
Closed 4 years ago
[traceback] DoesNotExist: User matching query does not exist.
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nemo-yiannis, Unassigned)
Details
Traceback (most recent call last):
File "/data/www/mozillians.org/venv/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/data/www/mozillians.org/venv/lib/python2.7/site-packages/newrelic-2.52.0.40/newrelic/hooks/application_celery.py", line 66, in wrapper
return wrapped(*args, **kwargs)
File "/data/www/mozillians.org/venv/lib/python2.7/site-packages/celery/app/trace.py", line 438, in __protected_call__
return self.run(*args, **kwargs)
File "/data/www/mozillians.org/mozillians/mozillians/users/tasks.py", line 236, in index_objects
documents.append(mapping_type.extract_document(item.id, item))
File "/data/www/mozillians.org/mozillians/mozillians/users/es.py", line 143, in extract_document
data = getattr(obj.user, a)
File "/data/www/mozillians.org/mozillians/mozillians/users/models.py", line 248, in __getattribute__
return _getattr(attrname)
File "/data/www/mozillians.org/mozillians/mozillians/users/models.py", line 229, in <lambda>
_getattr = (lambda x: super(UserProfile, self).__getattribute__(x))
File "/data/www/mozillians.org/venv/lib/python2.7/site-packages/django/db/models/fields/related.py", line 614, in __get__
rel_obj = qs.get()
File "/data/www/mozillians.org/venv/lib/python2.7/site-packages/django/db/models/query.py", line 334, in get
self.model._meta.object_name
DoesNotExist: User matching query does not exist.
Comment 1•4 years ago
|
||
Traceback specific to old mozillians codebase, now decom'ed.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•