A sincronização do Tomboy com o Ubuntu One falha

3

Estou executando o desktop do Ubuntu 10.10 (amd64). Quando tento sincronizar notas com o Ubuntu One, recebo uma caixa de diálogo indicando que o tomboy "Falha ao sincronizar", mas não lista nenhum detalhe. Seguindo a sugestão em outra entrada, eu parei de tomboy e então executei "tomboy --debug" do console. A saída está abaixo. O erro indica que um 404 é retornado para as URLs das notas, no entanto, posso carregar as URLs diretamente no Firefox (depois de fazer o login no Ubuntu One) e receber uma resposta json que parece normal.

Estou conectado ao Ubuntu One de acordo com o System > Preferências > Ubuntu One.

Não tenho certeza de onde ir a partir daqui ...

    [DEBUG 10:43:26.763] SyncThread using SyncServiceAddin: Tomboy Web
[DEBUG 10:43:26.764] Building web request for URL: https://one.ubuntu.com/notes//api/1.0/
[DEBUG 10:43:27.577] Building web request for URL: https://one.ubuntu.com/notes/api/1.0/user/
[ERROR 10:43:27.806] Caught exception. Message: The remote server returned an error: (404) NOT FOUND.
[ERROR 10:43:27.806] Stack trace for previous exception:   at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in <filename unknown>:0 
  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in <filename unknown>:0 
[ERROR 10:43:27.807] Rest of stack trace for above exception:    at System.Environment.get_StackTrace()
   at Tomboy.WebSync.Api.OAuth.MakeWebRequest(RequestMethod method, System.String url, System.Collections.Generic.List'1 parameters, System.String postData)
   at Tomboy.WebSync.Api.OAuth.WebRequest(RequestMethod method, System.String url, System.String postData)
   at Tomboy.WebSync.Api.OAuth.Get(System.String uri, IDictionary'2 queryParameters)
   at Tomboy.WebSync.Api.UserInfo.GetUser(System.String userUri, IWebConnection connection)
   at Tomboy.WebSync.WebSyncServer.BeginSyncTransaction()
   at Tomboy.Sync.SyncManager.SynchronizationThread()
[ERROR 10:43:27.807] Synchronization failed with the following exception: The remote server returned an error: (404) NOT FOUND.
  at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in <filename unknown>:0 
  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in <filename unknown>:0 

(Tomboy:14075): GLib-CRITICAL **: g_source_remove: assertion 'tag > 0' failed
    
por Miles Clark 18.01.2011 / 19:52

1 resposta

4

Há um bug no launchpad para esse erro com diversas correções diferentes trabalhei para alguns e não trabalhei para outros.

    
por EmmyS 18.01.2011 / 23:19