-
Notifications
You must be signed in to change notification settings - Fork 327
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
Unable to Login #375
Comments
Also had the same issue. I use geek note regularly and normally do not have to enter username/password information. However, I was prompted to do so today and was unable to login successfully, even after setting up two-factor auth. Did something change with Evernote? |
One thing I should note is that I recently reinstalled my Ubuntu installation, clearing all old files. I wonder if there is an issue there with the geeknote/evernote connection because it previously had a connection? It has been a few months since I've used geeknote. |
Likely duplicate of #372 |
The main reason I started a new issue is because that issue included an
error message, while mine did not.
…On Thu, Dec 22, 2016 at 12:37 PM, Jeff Kowalski ***@***.***> wrote:
Likely duplicate of #372
<#372>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#375 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATHxLEw6g9wLCnj9m8734Tmn5aVNoo1eks5rKsNSgaJpZM4LTZTh>
.
--
Joseph Dasenbrock
|
I have the same issue on Fedora 25 and Ubuntu 16.10 both new installs. 2 Factor is disable, however I am prompted. I press enter at 2nd auth request, script ends with no error and I am not logged in. |
The error seems the handling of the response. Something is changed on evernote oauth. Here the code that trigger the two factor authentication https://github.com/VitaliyRodnenko/geeknote/blob/master/geeknote/oauth.py#L232 We should check the oauth process if still working as expected (here to test https://dev.evernote.com/doc/articles/authentication.php) |
I have the same issue on Mac OS Sierra. I activate 2 factor auth, and it doesn't display any errors, but I am not logged in. |
My fix should also work for tfa, though I don't have it enabled, so I can't prove that. |
@pipakin: Had the same problem (as first time user), no tfa, and with your fix it works fine. Thanks! |
@pipakin : Same problem (login), cherry-picked your fix and worked fine ! Thanks a lot ! |
Does not work with 2FA. @pipakin
|
Hi. I could enter my user and password, but it kept asking me my mfa codes (which I didn't even had enabled). I enabled mfa in evernote, and still it doesn't work. Username and password is correctly validated, though. If I don't enter the correct details, I don't get the mfa prompt. |
Lines 232 - 234 are wrong. Logging in successfully always seems to result in a 302 redirect now, so that can no longer be used as an indicator of whether Two-Factor Authentication is required or not. I commented out those lines for now, and was able to login successfully: # if response.status == 302:
# the user has enabled two factor auth
# return self.handleTwoFactor() |
Hello,
I'm just installed this on Ubuntu 16.04. Can't login.
I'm able to input my username / password and skip the two-factor authentication, and get no message after logging in. Using "geeknote logout" after login attempt returns "you are already logged out."
Thanks!!
Edit: One thing I should note is that I recently reinstalled my Ubuntu installation, clearing all old files. I wonder if there is an issue there with the geeknote/evernote connection because it previously had a connection? It has been a few months since I've used geeknote.
The text was updated successfully, but these errors were encountered: