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]: Trouble doing the sync step #117

Open
agrana27 opened this issue Jan 20, 2025 · 0 comments
Open

[Bug]: Trouble doing the sync step #117

agrana27 opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@agrana27
Copy link

evernote-backup version

1.9.3

What OS are you using?

Windows

OS Version / Linux distribution

Windows 10

Bug description

After successfully completing the first step ".\evernote-backup init-db --oauth" (Successfully initialized database for XXX!) executed within a Windows PowerShell session opened as Administrator, the subsequent command (.\evernote-backup sync) produced the following output:

Reading database en_backup.db...
Authorizing auth token, evernote backend...
Successfully authenticated as XXX!
Current login will expire at XXX
Syncing user notebooks...
[------------------------------------] 0/378203
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 211, in sync
File "evernote_backup\cli_app.py", line 128, in sync
File "evernote_backup\note_synchronizer.py", line 201, in sync
File "evernote_backup\note_synchronizer.py", line 271, in _sync_chunks
File "evernote_backup\evernote_client_sync.py", line 65, in iter_sync_chunks
File "evernote_backup\evernote_client.py", line 131, in wrapper
File "evernote_backup\evernote_client_util.py", line 28, in wrapper
File "evernote\edam\notestore\NoteStore.py", line 2597, in getFilteredSyncChunk
File "evernote\edam\notestore\NoteStore.py", line 2625, in recv_getFilteredSyncChunk
evernote.edam.error.ttypes.EDAMSystemException: EDAMSystemException(message='GenericJDBCException', errorCode=4, rateLimitDuration=None)

Please advise in simple terms. Many thanks

Log excerpt

@agrana27 agrana27 added the bug Something isn't working label Jan 20, 2025
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

1 participant