-
-
Notifications
You must be signed in to change notification settings - Fork 87
[Bug]: Export Notebook - Incomplete export #125
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
Comments
I'm trying to backup to notebooks rather than single notes, but I started spot-checking and quickly found the same, at least half of the notebooks I have checked are missing one or more notes. In a couple of smaller notebooks I've been able to inspect the notebooks in Evernote and I don't see anything particularly interesting or unique about them (but I admit I have not dug into the internals at all, I am only inspecting from the client). One was a single-image note, another was some text I jotted directly into Evernote via the mobile client mid-meeting some years ago. Evernote's own client is struggling with some notes (and just discarding the entire folder), but seemingly on different notes, one of the folders where Evernote-Backup completed the export is one that Evernote itself is unable to complete. Happy to produce logs if it would be useful. |
Could you please share samples of some of the notes that fail to export via evernote-backup? |
There can be two possible issues here: the notes are not being synced, or the notes are synced but not being exported. You can check the SQLite database created by sqlite3 en_backup.db
select guid, is_active, title from notes where title like "%partial or full note title%"; But I wonder if, since you're using
So the first and easiest thing you can do is check the titles of the missing notes for the limitations above. I wrote a script to find those and other issues automatically, so I could rename my notes in Evernote before exporting them to Obsidian. If none of that helps, one way to try to reproduce the issue is to copy some of those missing notes (ideally the smaller ones, with sensitive contents scrubbed) into a new Evernote notebook and see if they now sync / get exported. If they still don't, you can export the notebook from Evernote and send it to vzhd1701. |
evernote-backup version
1.9.3
What OS are you using?
Windows
OS Version / Linux distribution
Windows 11
Bug description
Please investigate and fix
Log excerpt
The text was updated successfully, but these errors were encountered: