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

Export failure #4

Closed
OkazakiNagisa opened this issue Oct 14, 2021 · 0 comments
Closed

Export failure #4

OkazakiNagisa opened this issue Oct 14, 2021 · 0 comments

Comments

@OkazakiNagisa
Copy link

Since evernote hasn't a feature like pin-to-top, I modify the update time of certain notes to 30YY-MM-DD as an alternative. However these notes cannot be exported and the app crashes. Here is the log print:

Exporting note 'xxx' [xxx], notebook_id [xxx]
Traceback (most recent call last):
  File "evernote_backup\cli.py", line 272, in main
  File "site-packages\click\core.py", line 1137, in __call__
  File "site-packages\click\core.py", line 1062, in main
  File "site-packages\click\core.py", line 1668, in invoke
  File "site-packages\click\core.py", line 1404, in invoke
  File "site-packages\click\core.py", line 763, in invoke
  File "evernote_backup\cli.py", line 237, in export
  File "evernote_backup\cli_app.py", line 146, in export
  File "evernote_backup\note_exporter.py", line 52, in export_notebooks
  File "evernote_backup\note_exporter.py", line 77, in _export_active
  File "evernote_backup\note_exporter.py", line 88, in _export_notes
  File "evernote_backup\note_exporter.py", line 116, in _output_notebook
  File "evernote_backup\note_exporter.py", line 141, in _write_export_file
  File "evernote_backup\note_formatter.py", line 26, in format_note
  File "evernote_backup\note_formatter_util.py", line 9, in fmt_time
OSError: [Errno 22] Invalid argument
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

1 participant