| Summary: |
crash in /address_book.py:__update_memberships |
| Product: |
Telepathy
|
Reporter: |
Guillaume Desmottes <guillaume.desmottes> |
| Component: |
pymsn | Assignee: |
Ali Sabil <ali.sabil> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Telepathy bugs list <telepathy-bugs> |
| Severity: |
critical
|
|
|
| Priority: |
medium
|
CC: |
lfrb
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Don't know exactly what I was doing. Maybe someone was trying to add me as contact. Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/pymsn/service/SOAPService.py", line 198, in _response_handler handler(callback, errback, response, user_data) File "/usr/lib/python2.5/site-packages/pymsn/service/AddressBook/ab.py", line 192, in _HandleABFindAllResponse callback[0](address_book, *callback[1:]) File "/usr/lib/python2.5/site-packages/pymsn/service/AddressBook/scenario/sync/initial_sync.py", line 65, in __ab_findall_callback self.__membership_response, *callback[1:]) File "/usr/lib/python2.5/site-packages/pymsn/service/AddressBook/address_book.py", line 241, in callback self.__update_memberships(memberships) File "/usr/lib/python2.5/site-packages/pymsn/service/AddressBook/address_book.py", line 571, in __update_memberships member.DisplayName.encode("utf-8"), AttributeError: 'NoneType' object has no attribute 'encode'