Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

everpad-provider: gnomekeyring.IOError #20

Closed
hdave opened this issue Aug 20, 2012 · 2 comments
Closed

everpad-provider: gnomekeyring.IOError #20

hdave opened this issue Aug 20, 2012 · 2 comments

Comments

@hdave
Copy link

hdave commented Aug 20, 2012

Just upgraded my Ubuntu 12.04 via PPA this morning. On this new version, the provider is crashing (tried logging in/out several times). Manually running everpad-provider in a terminal provides the following:

Traceback (most recent call last):
  File "/usr/bin/everpad-provider", line 9, in <module>
    load_entry_point('everpad==1.3dev', 'console_scripts', 'everpad-provider')()
  File "/usr/lib/pymodules/python2.7/everpad/provider/daemon.py", line 50, in main
    app = ProviderApp(sys.argv)
  File "/usr/lib/pymodules/python2.7/everpad/provider/daemon.py", line 21, in __init__
    if get_auth_token():
  File "/usr/lib/pymodules/python2.7/everpad/provider/tools.py", line 23, in get_auth_token
    return keyring.get_password('everpad', 'oauth_token')
  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

Note that I do have a key in my login keys called: "Password for 'oauth_token' on 'everpad'"

@nvbn
Copy link
Owner

nvbn commented Aug 20, 2012

Try to reboot system, it's gnome error =(

@hdave
Copy link
Author

hdave commented Aug 20, 2012

Ugh -- you are right. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants