Comment 3 for bug 983851

Revision history for this message
Charles Brooking (brookingcharlie) wrote :

Interestingly, running polly from a terminal gives me different output now (see below).

But running from an Alt+F2 dialog works!

Output from terminal:

$ polly
Polly 0.93.4 (pre-alpha 3.4)
Copyright (C) 2011 Marcelo Hashimoto
cache path: /home/charlie/.cache/polly
config path: /home/charlie/.config/polly
data home: /home/charlie/.local/share/polly
initializing...
Traceback (most recent call last):
  File "/usr/local/bin/polly", line 303, in <module>
    account_manager = gui.twitter.account.Manager(NAME, config_path, config_path_lock, setting_factory, proxy_controller, font_scheme, identifier_factory, status_bar)
  File "/usr/local/lib/python2.7/dist-packages/polly/gui/twitter/account.py", line 486, in __init__
    subtoken_secret = keyring.get_password(self.name, subtoken)
  File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 34, in get_password
    return _keyring_backend.get_password(service_name, username)
  File "/usr/lib/python2.7/dist-packages/keyring/backend.py", line 154, in get_password
    items = gnomekeyring.find_network_password_sync(username, service)
gnomekeyring.IOError