Fails while loading a vCard

Bug #744815 reported by pingou
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Dexter - Old
New
Undecided
Unassigned

Bug Description

When I load a vcard file, the GUI says everything went fine while only 7 contacts out of more than 100 have actually been importer.

In the console I can see:
 dexter
/usr/lib/python2.7/site-packages/dexter/SimpleGtkbuilderApp.py:32: GtkWarning: Unknown property: GtkMenuBar.ubuntu-local
  self.builder.add_from_file(path)
/usr/lib/python2.7/site-packages/dexter/SimpleGtkbuilderApp.py:32: GtkWarning: Unknown property: GtkMenu.ubuntu-local
  self.builder.add_from_file(path)
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 530, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/site-packages/dexter/backend/utilities.py", line 49, in run
    import_from_vcard_string(vstring, self.q)
  File "/usr/lib/python2.7/site-packages/dexter/backend/utilities.py", line 158, in import_from_vcard_string
    if birthdaylist[1] == u"00":
IndexError: list index out of range

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 530, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/site-packages/dexter/backend/utilities.py", line 49, in run
    import_from_vcard_string(vstring, self.q)
  File "/usr/lib/python2.7/site-packages/dexter/backend/utilities.py", line 158, in import_from_vcard_string
    if birthdaylist[1] == u"00":
IndexError: list index out of range

The two thread are because I tried twice to import the file.

Revision history for this message
pingou (pingou) wrote :

$ rpm -q dexter
dexter-0.18-2.fc14.noarch

Might be informative as well :)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.