Replies: 1 comment
-
Added --skip-failed in the latest version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
How to skip failed and continue?
as below some notes in the enex file may be failed to be imported, so the overall enex importing process stops
Traceback (most recent call last):
File "logging_init_.py", line 1088, in emit
File "encodings\cp1252.py", line 19, in encode
UnicodeEncodeError: 'charmap' codec can't encode characters in position 67-69: character maps to
Call stack:
File "enex2notion_main_.py", line 4, in
File "enex2notion\cli.py", line 47, in main
File "enex2notion\cli.py", line 32, in cli
File "enex2notion\cli.py", line 42, in process_input
File "enex2notion\cli_upload.py", line 56, in upload_notebook
File "enex2notion\cli_upload.py", line 68, in upload_note
File "enex2notion\cli_upload.py", line 86, in parse_note
File "logging_init.py", line 1475, in error
File "logging_init.py", line 1589, in log
File "logging_init.py", line 1599, in handle
File "logging_init_.py", line 1661, in callHandlers
File "logging_init_.py", line 954, in handle
File "logging_init_.py", line 1187, in emit
File "logging_init_.py", line 1093, in emit
Message: "Failed to parse note 'Decathlon مصر- دليل المقاسات'"
Arguments: ()
ERROR: Failed to parse note 'Decathlon مصر- دليل المقاسات'
PS C:\Users\Moham\Downloads\bin_enex2notion_0.2.25_win_x64>
Beta Was this translation helpful? Give feedback.
All reactions