View Single Post
Posts: 173 | Thanked: 83 times | Joined on Dec 2011
#4606
aceback (most recent call last):
File "/opt/waxmppplugin/bin/wazapp/ui.py", line 265, in populateContacts
contacts = self.c.getContacts();
File "/opt/waxmppplugin/bin/wazapp/contacts.py", line 287, in getContacts
return sorted(tmp, key=lambda k: k['name'].upper());
File "/opt/waxmppplugin/bin/wazapp/contacts.py", line 287, in <lambda>
return sorted(tmp, key=lambda k: k['name'].upper());
KeyError: 'name'

I Get the error shown above when trying to sync contacts with the latest deb file of wazapp. I Had to do this because wazapp suddenly started crashing , and i had to delete the db file.