Please help! I got an error message. #91
Replies: 3 comments
-
The program version is, enex2notion-0.2.26 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I fixed the error by referring to another post. When I opened it with EmEditor, there was an error in the html syntax, so I fixed it. Thanks for the program! |
Beta Was this translation helpful? Give feedback.
0 replies
-
All parsing errors should be fixed now. |
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
-
The following error occurred
How can I fix it?
Please let me know how to do it, thank you.
INFO: 'Evernote ENEX Import' page found
INFO: Processing notebook 'note0'...
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "c:\users\masonkang\appdata\roaming\python\python311\scripts\enex2notion.exe_main.py", line 7, in
File "C:\Users\masonkang\AppData\Roaming\Python\Python311\site-packages\enex2notion\cli.py", line 47, in main
cli(sys.argv[1:])
File "C:\Users\masonkang\AppData\Roaming\Python\Python311\site-packages\enex2notion\cli.py", line 32, in cli
_process_input(enex_uploader, args.enex_input)
File "C:\Users\masonkang\AppData\Roaming\Python\Python311\site-packages\enex2notion\cli.py", line 42, in _process_input
enex_uploader.upload_notebook(path)
File "C:\Users\masonkang\AppData\Roaming\Python\Python311\site-packages\enex2notion\cli_upload.py", line 53, in upload_notebook
self.notebook_notes_count = count_notes(enex_file)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\masonkang\AppData\Roaming\Python\Python311\site-packages\enex2notion\enex_parser.py", line 23, in count_notes
return sum(iter_process_xml_elements(enex_file, "note", lambda e: 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\masonkang\AppData\Roaming\Python\Python311\site-packages\enex2notion\enex_parser_xml.py", line 23, in iter_process_xml_elements
for event, elem in context:
File "C:\Python\Lib\xml\etree\ElementTree.py", line 1255, in iterator
root = pullparser._close_and_return_root()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python\Lib\xml\etree\ElementTree.py", line 1298, in _close_and_return_root
root = self._parser.close()
^^^^^^^^^^^^^^^^^^^^
xml.etree.ElementTree.ParseError: no element found: line 3534424, column 0
Beta Was this translation helpful? Give feedback.
All reactions