ndbeals / keep-exporter

A command line utility to export Google Keep notes to markdown.
https://pypi.org/project/keep-exporter/
BSD 3-Clause "New" or "Revised" License
96 stars 1 forks source link

Unable to backup if already backed up previously #28

Open chaoscreater opened 1 year ago

chaoscreater commented 1 year ago

Running into a new issue here. If an export/backup has already been done, running it a 2nd time would cause the following error:

image

If I delete the gkeep-export folder and run again, everything is fine.

ndbeals commented 1 year ago

Thanks for the bug report, there's a chance this is fixed by updating python-frontmatter, I'll investigate this fully but you may be able to get this quickly working for you again by doing pip install python-frontmatter --update in the same python environment keep-exporter is running in.