好友应用程序在启动时崩溃

好友应用程序在启动时崩溃

每当我尝试启动 friends-app 时,它都会崩溃并出现错误:

friends-dispatcher 在 raw_decode() 中因 ValueError 而崩溃:无法解码 JSON 对象

我尝试过重新安装,但没用。它在另一台电脑上运行良好(登录到同一个 Twitter 帐户),也是 13.04。

apport 错误将此次崩溃列为https://bugs.launchpad.net/bugs/1166432,但那只是 404,所以我不知道潜在的问题是什么。

我该如何解决这个问题?

编辑:从终端启动给我:

virtual void OnlineAccounts::Plugin::registerTypes(const char*) Ubuntu.OnlineAccounts 
virtual void FriendsPlugin::registerTypes(const char*) Friends 
QQmlComponent: Component is not ready
MODEL:  "com.canonical.Friends.Streams" 
account-service-model.cpp 266 update 
account-service-model.cpp 266 update 
Segmentation fault (core dumped)

答案1

这看起来像是一个已确认的错误。

Friends app crashes instantly when loading.

Steps to reproduce:
Run friends app from the terminal, or click the "Friends" logo in the dash.

Expected Behavior:
Friends app displays timeline.

Actual behavior:

Friends app never comes up. If run from the terminal, the "Segmentation Fault" message is seen.

好友应用在启动时崩溃

来源:Launchpad

相关内容