You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./evernote-backup2 export output_dir/ --single-notes
Reading database en_backup.db...
Exporting notebooks...
[------------------------------------] 0/1
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 260, in export
File "evernote_backup\cli_app.py", line 160, in export
File "evernote_backup\note_exporter.py", line 64, in export_notebooks
File "evernote_backup\note_exporter.py", line 88, in _export_active
File "evernote_backup\note_exporter.py", line 97, in _export_notes
File "evernote_backup\note_exporter.py", line 115, in _output_single_notes
File "evernote_backup\note_exporter.py", line 128, in _write_export_file
FileNotFoundError: [Errno 2] No such file or directory: "D:\\aaa\\b\\output_dir\\xxx's notebook\\(1) yyy “xxx” qqq .e
nex"
But I can success in:
$ ./evernote-backup export output_dir2/
Reading database en_backup.db...
Exporting notes...
[####################################] 1/1
All notes have been exported!
Is there any way I can bypass a FileNotFoundError?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I add
--single-notes
, I get error:But I can success in:
Is there any way I can bypass a FileNotFoundError?
Beta Was this translation helpful? Give feedback.
All reactions