Skip to content
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

Open
nUser0 opened this issue Nov 16, 2024 · 4 comments
Open

[Bug]: login error #113

nUser0 opened this issue Nov 16, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@nUser0
Copy link

nUser0 commented Nov 16, 2024

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

@nUser0 nUser0 added the bug Something isn't working label Nov 16, 2024
@DaleAndriy
Copy link

same error , fuck yingxiang

@HardToGiveaName
Copy link

same error...

@lumping
Copy link

lumping commented Dec 9, 2024

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.

  1. Go to the website, and create your developer token.
    https://app.yinxiang.com/api/DeveloperToken.action
  2. Next add the token in your command
    evernote-backup init-db --backend china -t your-token

@nUser0
Copy link
Author

nUser0 commented Dec 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants