web-dev-qa-db-ja.com

Ubuntu OneとのTomboyの同期が失敗する

Ubuntu 10.10デスクトップ(AMD64)を実行しています。 Ubuntu Oneでノートを同期しようとすると、tomboyが「同期に失敗しました」というダイアログが表示されますが、詳細は表示されません。別のエントリーの提案に従って、tomboyを終了し、コンソールから「tomboy --debug」を実行しました。出力は以下のとおりです。このエラーは、ノートのURLに対して404が返されることを示していますが、(Ubuntu Oneにログインした後)Firefoxで直接URLをロードして、正常に表示されるjson応答を受け取ることができます。

[システム]> [設定]> [Ubuntu One]に従ってUbuntu Oneにログインしています。

ここからどこに行くべきかわからない...

    [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
3
Miles Clark

このエラーのランチパッドには bug があり、いくつかの異なるフィックスが機能していて、一部は機能していない。

4
EmmyS