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

Can't authorise with Ubuntu 12.10 x86_64 #308

Open
peterg10 opened this issue Apr 11, 2013 · 7 comments
Open

Can't authorise with Ubuntu 12.10 x86_64 #308

peterg10 opened this issue Apr 11, 2013 · 7 comments

Comments

@peterg10
Copy link

I fire up the everpad application (on the command line) and when I hit the authorize button I get:

Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/pad/management.py", line 211, in change_auth
url = 'http://%s/OAuth.action?oauth_token=' % HOST + urllib.quote(data['oauth_token'])
KeyError: 'oauth_token'

it looks like it doesn't have a host name defined.

UPDATE: I rebooted my laptop and it now works.

@TuxRoxSr
Copy link

This issue is also seen on 13.04 x86_64.

@gregorth
Copy link

I confirm - kubuntu 13.04x86_64
I run everpad with below command and try to authorize myself, here is what I get on console:
LIBOVERLAY_SCROLLBAR=0 everpad
"sni-qt/3110" WARN 18:13:23.236 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/pad/management.py", line 211, in change_auth
url = 'http://%s/OAuth.action?oauth_token=' % HOST + urllib.quote(data['oauth_token'])
KeyError: 'oauth_token'

@fuku-bukuro
Copy link

I have the same issue Ubuntu 12.0.4
$ everpad
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/pad/management.py", line 211, in change_auth
url = 'http://%s/OAuth.action?oauth_token=' % HOST + urllib.quote(data['oauth_token'])
KeyError: 'oauth_token'
^C
:
$ uname -a
Linux 3.5.0-27-generic #46~precise1-Ubuntu SMP Tue Mar 26 19:33:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

@kassick
Copy link

kassick commented Apr 11, 2013

Same issue. data has the folowing value:
Captura de tela de 2013-04-11 16:34:22

@kassick
Copy link

kassick commented Apr 11, 2013

(everpad from ppa)

@BigMcLargeHuge
Copy link

Same issue here with Kubuntu AMD64 12.04.2. The odd thing is that I have it running just fine on my laptop that has exactly the same operating system. Seems to be looking for a trackback url.

everpad
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/pad/management.py", line 67, in acceptNavigationRequest
self.parent.auth_finished(access_token['oauth_token'])
KeyError: 'oauth_token'

@aditiapratama
Copy link

Same error here, trying to run this code $ everpad-provider on my linux mint kde 14 and below the error log

Traceback (most recent call last):
  File "/usr/bin/everpad-provider", line 9, in <module>
    load_entry_point('everpad==2.5dev', 'console_scripts', 'everpad-provider')()
  File "/usr/lib/pymodules/python2.7/everpad/provider/daemon.py", line 95, in main
    app = ProviderApp(args.verbose, sys.argv)
  File "/usr/lib/pymodules/python2.7/everpad/provider/daemon.py", line 34, in __init__
    if get_auth_token():
  File "/usr/lib/pymodules/python2.7/everpad/provider/tools.py", line 35, in get_auth_token
    return get_keyring().get_password('everpad', 'oauth_token')
  File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 37, in get_password
    return _keyring_backend.get_password(service_name, username)
  File "/usr/lib/python2.7/dist-packages/keyring/backend.py", line 301, in get_password
    if wallet.keyDoesNotExist(network, 'Python', key):
AttributeError: 'NoneType' object has no attribute 'keyDoesNotExist'

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

7 participants