gco / emacs-evernote-mode

Automatically exported from code.google.com/p/emacs-evernote-mode
0 stars 0 forks source link

No login and cryptic error #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install ruby, gems: ffi and gdbm, libgdbm, libgdbm-dev
2.Download evernote-mode and run setup.rb
3.M-x evernote-login

What is the expected output? What do you see instead?
I expected a correct login but I find:

((class . ErrorReply)(command_id . 12)(message . 
"Evernote::EDAM::Error::EDAMUserException (parameter: consumerKey errorCode: 
INVALID_AUTH)")(result_code . 8))

I hope that the trace was more user-friendly for repair the error

What version of the product are you using? On what operating system?
- emacs-evernote-mode 0.41
- Ruby 1.8.7
- Emacs 24.2.1
- Ubuntu 12.10

Debugger entered--Lisp error: (no-catch error 8)
  throw(error 8)
  enh-command-issue(":class => 'AuthCommand', :user => 'xxxxxx', :yyyyyyyy => 'Trafalgar'")
  enh-command-login("xxxxxxx" "yyyyyyyyy")
  evernote-login()
  call-interactively(evernote-login t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

Original issue reported on code.google.com by Gerardo....@gmail.com on 25 Jan 2013 at 5:30

Attachments:

GoogleCodeExporter commented 9 years ago
Same here

Original comment by geoffrey...@gmail.com on 26 Jan 2013 at 9:45

GoogleCodeExporter commented 9 years ago
Investigating deeper I saw that is a problem with the login system. Now 
evernote use OAuth. So, I hope a new version fixing it.

Original comment by Gerardo....@gmail.com on 26 Jan 2013 at 11:44

GoogleCodeExporter commented 9 years ago
Yeah, it uses developper token now. A Vim extension has been updated quickly so 
I think there's a chance to obtain a new version soon :)

Original comment by geoffrey...@gmail.com on 27 Jan 2013 at 7:01

GoogleCodeExporter commented 9 years ago
I'm experiencing the same problem, which is preventing me from using 
evernote-mode.  Are we waiting on a fix to evernote-mode, or the ruby 
libraries, or something else?  Looking forward to being able to use this!

Original comment by lambdaca...@gmail.com on 11 Aug 2013 at 7:18