Advertisement
Guest User

Geeknote Login Error

a guest
Dec 12th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Login: hiddenusername
  2. Password:
  3. Two-Factor Authentication Code: 148293
  4. >> : Allow Access...Traceback (most recent call last):
  5. File "/usr/lib/python2.7/site-packages/geeknote/geeknote.py", line 1110, in main
  6. User().login(**ARGS)
  7. File "/usr/lib/python2.7/site-packages/geeknote/geeknote.py", line 37, in wrapper
  8. return func(*args, **kwargs)
  9. File "/usr/lib/python2.7/site-packages/geeknote/geeknote.py", line 462, in login
  10. if self.getEvernote().auth():
  11. File "/usr/lib/python2.7/site-packages/geeknote/geeknote.py", line 184, in auth
  12. self.authToken = GNA.getToken()
  13. File "/usr/lib/python2.7/site-packages/geeknote/oauth.py", line 133, in getToken
  14. self.allowAccess()
  15. File "/usr/lib/python2.7/site-packages/geeknote/oauth.py", line 243, in allowAccess
  16. responseData = self.parseResponse(response.location)
  17. File "/usr/lib/python2.7/site-packages/geeknote/oauth.py", line 124, in parseResponse
  18. return dict(item.split('=', 1) for item in data.split('?')[-1].split('&'))
  19. ValueError: dictionary update sequence element #0 has length 1; 2 is required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement