Comment 5 for bug 711192

Revision history for this message
CristianCantoro (cristiancantoro) wrote :

I got the same error on Ubuntu 11.10 with Tomboy version 1.8.0, a dialog said that note sync failed but the "details" box was empty. Quitting tomboy and starting it from command line, after trying to sync notes I saw:

[ERROR 15:10:43.880] Synchronization failed with the following exception: A note with this title already exists: Oggi: mercoledì 22 agosto 2012
  at Tomboy.NoteManager.CreateNewNote (System.String title, System.String xml_content, System.String guid) [0x00000] in <filename unknown>:0
  at Tomboy.NoteManager.CreateNoteFromTemplate (System.String title, Tomboy.Note template_note, System.String guid) [0x00000] in <filename unknown>:0
  at Tomboy.NoteManager.CreateNewNote (System.String title, System.String guid) [0x00000] in <filename unknown>:0
  at Tomboy.NoteManager.CreateWithGuid (System.String title, System.String guid) [0x00000] in <filename unknown>:0
  at Tomboy.Sync.SyncManager+<CreateNoteInMainThread>c__AnonStorey11.<>m__3F () [0x00000] in <filename unknown>:0
  at Tomboy.GuiUtils+<GtkInvokeAndWait>c__AnonStoreyC.<>m__2F (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0

(Tomboy:11544): GLib-CRITICAL **: g_source_remove: assertion `tag > 0' failed

So deleting the named note (after copying its content somewhere else) solved the problem, but this messag should be in the dialog box.