我正在运行Ubuntu10.10桌面(amd64)。当我试图与Ubuntu同步笔记时,我会得到一个对话框,表示tomboy“未能同步”,但没有列出任何细节。按照另一个条目的建议,我退出了tomboy,然后从控制台运行"tomboy -调试“。输出在下面。该错误表示notes URL返回404,但是我可以直接在Firefox中加载URL(登录到Ubuntu之后)并接收一个看起来正常的json响应。
我是根据System > Preferences > Ubuntu登录到Ubuntu的。
不知道从这里往哪里走..。
[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发布于 2011-01-18 22:19:34
对于这个错误,在启动板上有一个错误,其中有许多不同的修复程序,它们对某些错误有效,而对另一些错误无效。
https://askubuntu.com/questions/22158
复制相似问题