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 testing your code on a vault of imported Notion files. I get the error
"UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 178: character maps to "
because Notion puts icons in the file:
🏭 Parties: [[bunq]]
🗃️ Products (Prof): [[Anki]]
I can manually remove these images but it would be nice if the code would ignore these characters.
Many thanks for the good work. It looks like this could help me a lot!
Regards,
Jaco
The text was updated successfully, but these errors were encountered:
I have forked the code with a potential fix of this problem. please check out my fork. I am not very familiar with github. I guess the proper approach would have been to create a new branch
Hi there,
I am testing your code on a vault of imported Notion files. I get the error
"UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 178: character maps to "
because Notion puts icons in the file:
🏭 Parties: [[bunq]]
🗃️ Products (Prof): [[Anki]]
I can manually remove these images but it would be nice if the code would ignore these characters.
Many thanks for the good work. It looks like this could help me a lot!
Regards,
Jaco
The text was updated successfully, but these errors were encountered: