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
I am trying to import my notes which include quite some web clips.
A lot of the the HTMLs are quite messy, and the import would fail.
Can we have a option that skip notes that could not be parsed?
btw, my import dies on this line:
File "D:\dev_utils\Miniconda3\envs\notion_import\lib\site-packages\enex2notion\note_parser\elements\media.py", line 68, in _parse_img_resource
img_data = parse_data_uri(bin_src)
File "D:\dev_utils\Miniconda3\envs\notion_import\lib\site-packages\w3lib\url.py", line 381, in parse_data_uri
raise ValueError("invalid data URI")
The text was updated successfully, but these errors were encountered:
Suggestion
I am trying to import my notes which include quite some web clips.
A lot of the the HTMLs are quite messy, and the import would fail.
Can we have a option that skip notes that could not be parsed?
btw, my import dies on this line:
The text was updated successfully, but these errors were encountered: