Replies: 2 comments 1 reply
-
try to use --oauth option |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello,
Thanks, I appreciate it.
Regards,
Rick
…------ Original Message ------
From "Igor N" ***@***.***>
To "vzhd1701/evernote-backup" ***@***.***>
Cc "rtmiranda" ***@***.***>; "Author"
***@***.***>
Date 19-Sep-24 2:26:50 PM
Subject Re: [vzhd1701/evernote-backup] evernote-backup reauth failure
(Discussion #107)
>try to use --oauth option
>
Worked for me, thanks! Might be a good idea to catch the exception and
recommend using --oauth in the app.
—
Reply to this email directly, view it on GitHub
<#107 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKRE6CWITHCBU7TDWO255JTZXK7IVAVCNFSM6AAAAABMVJYOFSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRZGMYDIMY>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using "evernote-backup-sync" for about a year on my Windows 10 system, and I love it. Quick and local.
But recently it said that my token expired.
Fortunately, there is a command to renew the token, but "evernote-backup reauth" fails (whether run as sys admin or not) with cryptic messages:
F:\TO ARCHIVE\BACKUPS\evernote\MAINDB>evernote-backup reauth
Reading database en_backup.db...
Logging in to Evernote...
Username or Email:
Password:
Traceback (most recent call last):
File "C:\Python39\lib\site-packages\evernote_backup\cli.py", line 305, in main
cli()
File "C:\Python39\lib\site-packages\click\core.py", line 1157, in call
return self.main(*args, **kwargs)
File "C:\Python39\lib\site-packages\click\core.py", line 1078, in main
rv = self.invoke(ctx)
File "C:\Python39\lib\site-packages\click\core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Python39\lib\site-packages\click\core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Python39\lib\site-packages\click\core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "C:\Python39\lib\site-packages\evernote_backup\cli.py", line 291, in reauth
cli_app.reauth(
File "C:\Python39\lib\site-packages\evernote_backup\cli_app.py", line 80, in reauth
auth_token = get_auth_token(
File "C:\Python39\lib\site-packages\evernote_backup\cli_app_auth.py", line 56, in get_auth_token
return evernote_login_password(
File "C:\Python39\lib\site-packages\evernote_backup\cli_app_auth_password.py", line 56, in evernote_login_password
auth_res = auth_client.login(auth_user, auth_password)
File "C:\Python39\lib\site-packages\evernote_backup\evernote_client_auth.py", line 27, in login
return self.user_store.authenticateLongSessionV2(
File "C:\Python39\lib\site-packages\evernote_backup\evernote_client.py", line 138, in wrapper
return target_method_retry(*args, **kwargs)
File "C:\Python39\lib\site-packages\evernote_backup\evernote_client_util.py", line 28, in wrapper
return fun(*args, **kwargs)
File "C:\Python39\lib\site-packages\evernote_backup\evernote_client_classes.py", line 294, in authenticateLongSessionV2
return self.recv_authenticateLongSession()
File "C:\Python39\lib\site-packages\evernote\edam\userstore\UserStore.py", line 772, in recv_authenticateLongSession
raise x
thrift.Thrift.TApplicationException:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions