-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Bug]: login error #113
Labels
bug
Something isn't working
Comments
same error , fuck yingxiang |
same error... |
Hey, guys, I had the same problem and I have solved it so far. Here's my solution, which I hope you'll find useful.
|
Thank you. I'll try it later.
…---- Replied Message ----
| From | ***@***.***> |
| Date | 12/09/2024 18:35 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [vzhd1701/evernote-backup] [Bug]: login error (Issue #113) |
Hey, guys, I had the same problem and I have solved it so far. Here's my solution, which I hope you'll find useful.
Go to the website, and create your developer token.
https://app.yinxiang.com/api/DeveloperToken.action
Next add the token in your command
evernote-backup init-db --backend china -t your-token
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
evernote-backup version
1.9.3
What OS are you using?
Windows
OS Version / Linux distribution
windows 11
Bug description
(base) C:\Users\Lenovo>evernote-backup init-db --backend china
Logging in to Evernote...
Username or Email: [email protected]
Password:
Traceback (most recent call last):
File "D:\anaconda3\lib\site-packages\evernote_backup\cli.py", line 305, in main
cli()
File "D:\anaconda3\lib\site-packages\click\core.py", line 1157, in call
return self.main(*args, **kwargs)
File "D:\anaconda3\lib\site-packages\click\core.py", line 1078, in main
rv = self.invoke(ctx)
File "D:\anaconda3\lib\site-packages\click\core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "D:\anaconda3\lib\site-packages\click\core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "D:\anaconda3\lib\site-packages\click\core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "D:\anaconda3\lib\site-packages\evernote_backup\cli.py", line 158, in init_db
cli_app.init_db(
File "D:\anaconda3\lib\site-packages\evernote_backup\cli_app.py", line 38, in init_db
auth_token = get_auth_token(
File "D:\anaconda3\lib\site-packages\evernote_backup\cli_app_auth.py", line 56, in get_auth_token
return evernote_login_password(
File "D:\anaconda3\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 "D:\anaconda3\lib\site-packages\evernote_backup\evernote_client_auth.py", line 27, in login
return self.user_store.authenticateLongSessionV2(
File "D:\anaconda3\lib\site-packages\evernote_backup\evernote_client.py", line 138, in wrapper
return target_method_retry(*args, **kwargs)
File "D:\anaconda3\lib\site-packages\evernote_backup\evernote_client_util.py", line 28, in wrapper
return fun(*args, **kwargs)
File "D:\anaconda3\lib\site-packages\evernote_backup\evernote_client_classes.py", line 294, in authenticateLongSessionV2
return self.recv_authenticateLongSession()
File "D:\anaconda3\lib\site-packages\evernote\edam\userstore\UserStore.py", line 779, in recv_authenticateLongSession
raise result.userException
evernote.edam.error.ttypes.EDAMUserException: EDAMUserException(errorCode=8, parameter='consumerKey')
Log excerpt
No response
The text was updated successfully, but these errors were encountered: