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

Deleted note breaks sync process, but it still reports success #373

Open
darkk opened this issue Nov 10, 2013 · 1 comment
Open

Deleted note breaks sync process, but it still reports success #373

darkk opened this issue Nov 10, 2013 · 1 comment

Comments

@darkk
Copy link

darkk commented Nov 10, 2013

I noticed, that everpad could not upload some new notes to the cloud, but remote notes were fetched. Also, everpad reported successful sync that was obviously wrong.

I run everpad-provider --verbose and got following log:

...
Note Geocaching remote
Note 40 000 - lorien local
EDAMNotFoundException(identifier='Note.guid', key='0c3dfb5b-e69a-4731-96f7-e3f02d5b19e2')

The note with this GUID was already removed from evernote cloud, so I dropped it from the table using delete from notes where guid = '0c3dfb5b-e69a-4731-96f7-e3f02d5b19e2'.

After that fix everpad was able to upload new notes to the cloud.
Version: 2.5.7-0~saucy from PPA

@TerrificJ
Copy link

yeah, I once have the same problem. run sudo apt-get remove everpad and sudo apt-get autoremove, then install everpad again. Don't try to sync manually, since I think there is a bug here. If you can fix it by modifying the code, just wait the next update. I think it would work properly without force sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants