safiyat / emacs-evernote-mode

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

Cannot login #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  install latest cygwin 
2.  install evernote-mode 0.41
3.  open emacs-nox in cygwin
4.  C-e c-b and login.  (or any other command that requires logging in first) 

What is the expected output? What do you see instead?
I expect to see the evernote-browser.  Instead I see: 
"SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A"

What version of the product are you using? On what operating system?
- emacs-evernote-mode version: 0.41
- Ruby version: 1.8.7 (2012-02-08 patchlevel 358) [i386-cygwin]
- Emacs version: 24.0.96.1 i686-pc-cygwin of 2012-05-16 on moufang
- Operating system: Windows 7 Professional

Please provide any additional information below.
I successfully used evernote-mode before.  Last month I ran cygwin-setup, I 
upgraded cygwin, and I got this error.  Now I cannot use evernote-mode at all.

Original issue reported on code.google.com by malan...@gmail.com on 20 Jun 2012 at 9:05

Attachments:

GoogleCodeExporter commented 9 years ago
I suddenly had the same problem a few eeks ago after doing some debuging I 
traced the problem down to this call "user_store.checkVersion" in the 
enclient.rb file.
Doing some further research it seems evernote has beefed up security and 
requires a new authentication mechanism. One that requires the application to 
authenticate with a key.

Are there any plans to support this new method of authentication?

Original comment by pieterv....@gmail.com on 22 Jun 2012 at 6:55

GoogleCodeExporter commented 9 years ago
By the way, I can still use evernote-mode from Ubuntu.  It doesn't work through 
cygwin though.

Original comment by malan...@gmail.com on 22 Jun 2012 at 7:01

GoogleCodeExporter commented 9 years ago
This cause newer OpenSSL library. Merge Issue #17

Original comment by sasa...@gmail.com on 4 Jul 2012 at 11:18

GoogleCodeExporter commented 9 years ago
I applied the patch.  I still have the error.  Issue #17 does not fix this 
problem.  I haven't been able to use this since May.  Not good!

Original comment by malan...@gmail.com on 14 Aug 2012 at 6:52

GoogleCodeExporter commented 9 years ago
Hello, I downloaded the code from the trunk and then applied both patches and 
it did fix the problem. Thanks for the fix.

Original comment by levelp...@gmail.com on 19 Sep 2012 at 11:33

GoogleCodeExporter commented 9 years ago
Me too. It did fix my problem. Maybe it is because you use cygwin but I 
directly use it in Linux.

Original comment by cs.wz...@gmail.com on 26 Oct 2012 at 2:53

GoogleCodeExporter commented 9 years ago
I use evernote-mode in ubuntu 12.04 Emacs 23.3.
Faced with the same issue, I can't login. In the minibuffer has a message "no 
catch for tag, error, 101".
the attactment is the .evernote-mode.log, 
anyone, plz help me, thx in advance.

Original comment by chaolong...@gmail.com on 7 Nov 2012 at 4:10

Attachments:

GoogleCodeExporter commented 9 years ago
I use evernote-mode 0.41 in ubuntu 12.04, emacs 23.3
Face with the same issue, I can't login.
The minibuffer message "not catch for tag, error, 8 " while I type M-x 
evernote-login.
And if I type M-x evernote-browser, it message :
Evernote::EDAM::Error::EDAMUserException (parameter: consumerKey errorCode: 
INVALID_AUTH).

plz help, thx in advance. I really like the evernote-mode.

Original comment by daipeng1...@gmail.com on 25 Jan 2013 at 6:36

GoogleCodeExporter commented 9 years ago
I applied both patches mentioned previously, and I still get an error:

Evernote::EDAM::Error::EDAMUserException (parameter: consumerKey errorCode: 
INVALID_AUTH)

This seems to be a different type of error from the others. Maybe Evernote has 
a new authentication mechanism?

Original comment by sgilbert...@ackmanndickenson.com on 17 Apr 2013 at 3:31

GoogleCodeExporter commented 9 years ago
I also applied those two patches to r198 but get the same error.  Kubuntu 
12.10.  I was really hoping to use this.  :(

emacs23:
  Installed: 23.4+1-4ubuntu1
  Candidate: 23.4+1-4ubuntu1
  Version table:
 *** 23.4+1-4ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
        100 /var/lib/dpkg/status
ruby:
  Installed: 4.9
  Candidate: 4.9
  Version table:
 *** 4.9 0
        500 http://us.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
        100 /var/lib/dpkg/status

Original comment by alphadel...@gmail.com on 3 Jun 2013 at 6:18

GoogleCodeExporter commented 9 years ago
I just discovered this, which claims to fix it:  
https://github.com/kechako/emacs-evernote-mode-developer-token

Original comment by alphadel...@gmail.com on 3 Jun 2013 at 6:26

GoogleCodeExporter commented 9 years ago
I've been trying to work on this issue.  Here's the github repository I'm using 
to track my work:

https://github.com/pymander/evernote-mode

Original comment by pyman...@gmail.com on 1 Oct 2013 at 6:48