-
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
Login not working #372
Comments
I have exactly the same issue. Any updates on this? |
Does it also fail on in this branch: 3a5d280 ? |
I am also experiencing this problem attempting to login. In my setup I also have 2FA enabled. |
I have the same issue.On gentoo. |
Same issue here on OS X, clone from master, no two-factor auth. |
same issue. On macOS the response data is |
+1 (Debian testing and FreeBSD 11-RELEASE) |
+1 |
Same issue. |
Same on Ubuntu 16.04 LTS & OS X El Capitan |
This should fix it. It was a csrf token failure. Evernote was outputting two csrf token hidden fields that needed to be sent along with the request. Or alternatively feel free to just use my branch. It doesn't look like pull requests have been accepted here for some time. |
@pipakin: I can confirm that your fix works. It is still asking for the second factor, but just hitting enter successfully logged me in. Subsequent commands are working fine. |
Yup, the two factor is a different thing. It should work either way. Internally they changed the process to always return a 302 (redirect) to send you to an analytics page. Before it seems that only happened with tfa. Now it always tries the tfa but if you leave it blank it will work if you don't have tfa enabled. |
I just installed Geeknote and have the same two-factor login problem on Kubuntu 16.04. I have applied the above mentioned fix on the geeknote/oauth.py file without success. |
installed today on OS X 10.11.6 Sure hope it can be resolved soon. Don't know what I could do to troubleshoot further. |
I also installed Geeknote on OS X 10.11.6 and I am simply returned to the prompt after auth. same as @liveconvinced above. |
People: Go to Graphs -> Network on this page. Then you will see that this repository is terribly outdated. The issue has been fixed for quiet some time here: https://github.com/jeffkowalski/geeknote |
It didn't work and I gave up (don't remember the details). Then today I tried again. I tried:
[insert brew doing many things here]
Looked up the error and didn't find much. I then remembered that when this failed a few weeks ago I tried installing a later version of Python, but got more errors going that route. Next I tried replacing the repo listed in the geeknote installation instructions with
I did a quick search and found this installation issue which is not the same as mine. Going to take a break from messing with this again and try some other tools for now. But I'll probably revisit geeknote when I'm bold enough to try again. |
I have the same issue with mdhighfi... |
Tanks very much ! |
Hi, |
I have the same issue +1 |
I just downloaded geeknote and installed from source.
It looks like the login oauth flow is broken.
I enter my login email address, and then it asks me for the two-factor auth code (even when that's not enabled), and then the log just outputs this:
2016-11-03 15:16:33,385 oauth allowAccess 251 : Unexpected response status on allowing access 302 != 403
Will try debug myself a bit later.
The text was updated successfully, but these errors were encountered: