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

[Bug]: export error #104

Open
at86397388 opened this issue Aug 10, 2024 · 0 comments
Open

[Bug]: export error #104

at86397388 opened this issue Aug 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@at86397388
Copy link

evernote-backup version

1.9.3

What OS are you using?

Linux

OS Version / Linux distribution

斐讯N1 docker run

Bug description

when export , it works. but it came out error later:

Reading database en_backup.db...
Exporting notebooks...

[------------------------------------] 0/42
[------------------------------------] 1/42 00:02:27
[#-----------------------------------] 2/42 00:04:00
[##----------------------------------] 3/42 00:03:54
[###---------------------------------] 4/42 00:03:29
Traceback (most recent call last):
File "/venv/lib/python3.11/site-packages/evernote_backup/cli.py", line 305, in main
cli()
File "/venv/lib/python3.11/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/evernote_backup/cli.py", line 260, in export
cli_app.export(
File "/venv/lib/python3.11/site-packages/evernote_backup/cli_app.py", line 160, in export
exporter.export_notebooks()
File "/venv/lib/python3.11/site-packages/evernote_backup/note_exporter.py", line 64, in export_notebooks
self._export_active()
File "/venv/lib/python3.11/site-packages/evernote_backup/note_exporter.py", line 88, in _export_active
self._export_notes(nb)
File "/venv/lib/python3.11/site-packages/evernote_backup/note_exporter.py", line 97, in _export_notes
self._output_single_notes(parent_dir, notes_source)
File "/venv/lib/python3.11/site-packages/evernote_backup/note_exporter.py", line 115, in _output_single_notes
_write_export_file(note_path, note, self.no_export_date)
File "/venv/lib/python3.11/site-packages/evernote_backup/note_exporter.py", line 148, in _write_export_file
f.write(note_formatter.format_note(note_source))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/evernote_backup/note_formatter.py", line 64, in format_note
note_template = note_template.replace(r_uuid, r_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
MemoryError

Log excerpt

No response

@at86397388 at86397388 added the bug Something isn't working label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant