Comment 27 for bug 575937

Revision history for this message
Haw Loeung (hloeung) wrote :

$ python tomboy-recovery.py
Starting with path: /home/hloeung/.local/share/tomboy
Making sure that desktop-couch is starting properly...
Done. CouchDB is running on port 53889
Traceback (most recent call last):
  File "tomboy-recovery.py", line 212, in <module>
    main(path)
  File "tomboy-recovery.py", line 62, in main
    process_note( note_uuid )
  File "tomboy-recovery.py", line 76, in process_note
    tomboy_note = TomboyNote(note_uuid, create=False)
  File "tomboy-recovery.py", line 174, in __init__
    self.fetch(path)
  File "tomboy-recovery.py", line 186, in fetch
    doc = xml.dom.minidom.parse(path)
  File "/usr/lib/python2.7/xml/dom/minidom.py", line 1914, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
    result = builder.parseFile(fp)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 211, in parseFile
    parser.Parse("", True)
xml.parsers.expat.ExpatError: no element found: line 1, column 0