Erro no Tomboy enquanto tentava sincronizar com o Ubuntu; Alguém pode ajudar?

4

Então, tenho certeza que você já ouviu a música antes, mas depois de tentar sincronizar minhas anotações com o Ubuntu One (no 10.10 AMD64) eu recebo "Não foi possível sincronizar as notas. Verifique os detalhes abaixo e tente novamente." Claro que o problema é que não há detalhes e tentar novamente não ajuda. Então eu corri tomboy -debug e comparei o meu erro para qualquer coisa que eu poderia encontrar sobre problemas semelhantes (como o post aqui ) mas não encontrou nada útil.

De qualquer forma, aqui está o meu primeiro erro, obtive isso usando as preferências > sincronização > Ubuntu_one

[ERROR 21:08:42.271] Synchronization failed with the following exception: String was not recognized as a valid DateTime.
  at System.DateTime.Parse (System.String s, IFormatProvider provider, DateTimeStyles styles) [0x00000] in <filename unknown>:0
  at System.DateTime.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
  at System.DateTime.Parse (System.String s) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.Api.NoteInfo.ParseJson (Hyena.Json.JsonObject jsonObj) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.Api.UserInfo.ParseJsonNoteArray (Hyena.Json.JsonArray jsonArray) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.Api.UserInfo.ParseJsonNotes (System.String jsonString, System.Nullable'1& latestSyncRevision) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.Api.UserInfo.GetNotes (Boolean includeContent, Int32 sinceRevision, System.Nullable'1& latestSyncRevision) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.WebSyncServer.GetNoteUpdatesSince (Int32 revision) [0x00000] in <filename unknown>:0
  at Tomboy.Sync.SyncManager.SynchronizationThread () [0x00000] in <filename unknown>:0

A próxima coisa que tentei foi usar as preferências > sincronização > tomboy_web com o padrão 'http://one.ubuntu.com/notes/' e recebi o mesmo erro e mais um.

[ERROR 21:12:31.949] System.ObjectDisposedException: The object was used after being disposed.
   at System.Net.HttpListener.CheckDisposed () [0x00000] in <filename unknown>:0
   at System.Net.HttpListener.EndGetContext (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
   at Tomboy.WebSync.WebSyncPreferencesWidget.<OnAuthButtonClicked>m__1 (IAsyncResult localResult) [0x00000] in <filename unknown>:0
[ERROR 21:13:19.245] Synchronization failed with the following exception: String was not recognized as a valid DateTime.
  at System.DateTime.Parse (System.String s, IFormatProvider provider, DateTimeStyles styles) [0x00000] in <filename unknown>:0
  at System.DateTime.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
  at System.DateTime.Parse (System.String s) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.Api.NoteInfo.ParseJson (Hyena.Json.JsonObject jsonObj) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.Api.UserInfo.ParseJsonNoteArray (Hyena.Json.JsonArray jsonArray) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.Api.UserInfo.ParseJsonNotes (System.String jsonString, System.Nullable'1& latestSyncRevision) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.Api.UserInfo.GetNotes (Boolean includeContent, Int32 sinceRevision, System.Nullable'1& latestSyncRevision) [0x00000] in <filename unknown>:0
  at Tomboy.WebSync.WebSyncServer.GetNoteUpdatesSince (Int32 revision) [0x00000] in <filename unknown>:0
  at Tomboy.Sync.SyncManager.SynchronizationThread () [0x00000] in <filename unknown>:0

Eu também tentei remover e adicionar novamente o Meu computador da minha conta do Ubuntu One, mas isso também não ajudou. A única coisa que tenho notado é que, no sistema > preferências > ubuntu one > services, "Notes" não está listado como um serviço. Não sei se isso é normal ou não. Obrigado por qualquer ajuda e por favor, deixe-me saber se alguma coisa é confusa.

    
por Michael Chapman 11.02.2011 / 17:33

1 resposta

6

Então, por enquanto, minhas anotações estão sendo sincronizadas novamente. Acontece que havia Bug reportado no launchpad que era o mesmo que o meu. A correção foi um pouco irritante, mas tudo o que fiz foi fazer backup das anotações locais, excluir todas as notas do servidor U1, reiniciar o tomboy e tentar sincronizar novamente. Parece que editar uma nota da interface da Web do U1 pode causar os erros acima.

    
por Michael Chapman 12.02.2011 / 00:47