Advertisement
Guest User

sudo software-center

a guest
Apr 30th, 2015
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/software-center", line 130, in <module>
  3. app = SoftwareCenterAppGtk3(options, args)
  4. File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 338, in __init__
  5. self.icons)
  6. File "/usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py", line 66, in __init__
  7. self.oauth_token = helper.find_oauth_token_sync()
  8. File "/usr/share/software-center/softwarecenter/backend/ubuntusso.py", line 141, in find_oauth_token_sync
  9. sso.find_credentials()
  10. File "/usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py", line 74, in find_credentials
  11. self.proxy.find_credentials(self.appname, self._get_params())
  12. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
  13. return self._proxy_method(*args, **keywords)
  14. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
  15. **keywords)
  16. File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
  17. message, timeout)
  18. dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement