-
-
Notifications
You must be signed in to change notification settings - Fork 85
[Bug]: Evernote Login Failure (Windows 11) #118
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
Comments
Just have the same issue on Qnap Traceback (most recent call last): and on Mac OS Machines with Traceback (most recent call last): |
Same problem here, using windows. |
Same using macOS 15.2, evernote-backup, version 1.9.3 FYI, |
Same problem using Windows 11, returns
|
:( |
It’s actually not a bug. The token the original author used is expired - you have to get your own. Contact Evernote for access to the api and they will give you the credentials to use to generate your own token - after that it works fine |
Not exactly, but that led me to look at it again and there is actually a logged issue #109 on this You have to use --oauth, worked for me. |
Fixed in the new version. OAuth will be used by default now, username/password login API is disabled by Evernote. |
evernote-backup version
1.9.3
What OS are you using?
Windows
OS Version / Linux distribution
11
Bug description
Using 'evernote-backup.exe -v - init-db --user --password crashes with the following
Logging in to Evernote...
Traceback (most recent call last):
File "evernote_backup\cli.py", line 305, in main
File "click\core.py", line 1157, in call
File "click\core.py", line 1078, in main
File "click\core.py", line 1688, in invoke
File "click\core.py", line 1434, in invoke
File "click\core.py", line 783, in invoke
File "evernote_backup\cli.py", line 158, in init_db
File "evernote_backup\cli_app.py", line 38, in init_db
File "evernote_backup\cli_app_auth.py", line 56, in get_auth_token
File "evernote_backup\cli_app_auth_password.py", line 56, in evernote_login_password
File "evernote_backup\evernote_client_auth.py", line 27, in login
File "evernote_backup\evernote_client.py", line 138, in wrapper
File "evernote_backup\evernote_client_util.py", line 28, in wrapper
File "evernote_backup\evernote_client_classes.py", line 294, in authenticateLongSessionV2
File "evernote\edam\userstore\UserStore.py", line 772, in recv_authenticateLongSession
thrift.Thrift.TApplicationException:
Please investigate and fix
Log excerpt
The text was updated successfully, but these errors were encountered: