Closed
Bug 705751
Opened 14 years ago
Closed 14 years ago
Group detail page is reporting error
Categories
(Participation Infrastructure :: Phonebook, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 702794
People
(Reporter: mhanson, Unassigned)
Details
Any attempt to view a group page, while logged in, is reporting an error; e.g. https://mozillians.org/en-US/group/179-staff
The only relevant text in the source appears to be:
<!--
Error information:
500 Server Error
-->
Comment 1•14 years ago
|
||
This is working for me on the link above as well as:
https://mozillians.org/en-US/group/34-contributor-engagement
How long has this been going on for you, Mike?
Comment 2•14 years ago
|
||
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/vendor/src/django/django/contrib/auth/decorators.py", line 19, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/data/www/mozillians.org/mozillians/apps/phonebook/views.py", line 40, in wrapped
return f(request, *args, **kwargs)
File "/data/www/mozillians.org/mozillians/apps/groups/views.py", line 46, in show
users = users_from_groups(request, group, limit=PAGINATION_LIMIT)
File "/data/www/mozillians.org/mozillians/apps/groups/helpers.py", line 30, in users_from_groups
search_result = ldap.search_by_email(u.email)
File "/data/www/mozillians.org/mozillians/apps/larper/__init__.py", line 180, in search_by_email
return self._populate_people_results(self._people_search(q))
File "/data/www/mozillians.org/mozillians/apps/larper/__init__.py", line 410, in _populate_people_results
p = Person.new_from_directory(attrs)
File "/data/www/mozillians.org/mozillians/apps/larper/__init__.py", line 514, in new_from_directory
ldap_attrs['uid'][0].decode('utf-8'),
Comment 3•14 years ago
|
||
Oops, missed the this bit of the traceback:
KeyError: 'uid'
Comment 4•14 years ago
|
||
This looks to be a duplicate of bug 702794
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 5•14 years ago
|
||
Here's the traceback:
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/vendor/src/django/django/contrib/auth/decorators.py", line 19, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/data/www/mozillians.org/mozillians/apps/phonebook/views.py", line 40, in wrapped
return f(request, *args, **kwargs)
File "/data/www/mozillians.org/mozillians/apps/groups/views.py", line 70, in show
users = users_from_groups(request, group, limit=PAGINATION_LIMIT)
File "/data/www/mozillians.org/mozillians/apps/groups/helpers.py", line 30, in users_from_groups
search_result = ldap.search_by_email(u.email)
File "/data/www/mozillians.org/mozillians/apps/larper/__init__.py", line 181, in search_by_email
return self._populate_people_results(self._people_search(q))
File "/data/www/mozillians.org/mozillians/apps/larper/__init__.py", line 411, in _populate_people_results
p = Person.new_from_directory(attrs)
File "/data/www/mozillians.org/mozillians/apps/larper/__init__.py", line 515, in new_from_directory
ldap_attrs['uid'][0].decode('utf-8'),
KeyError: 'uid'
Updated•14 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Version: unspecified → other
Comment 6•14 years ago
|
||
Bug 702794 looks to have successfully landed - hopefully no more naught errors. Thanks for filing.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•