Open
Description
Upon running the scipt, I got 2 errors:
-
UnicodeEncodeError: 'charmap' codec can't encode character <some-character> in position <some-position>: character maps to <undefined>
SOLUTION: add following parameter tooutput_file.write_text(...)
:encoding="utf-8"
-
RuntimeError: Event loop is closed
Did anyone resolve this error?
Metadata
Metadata
Assignees
Labels
No labels