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
UnicodeEncodeError: 'charmap' codec can't encode character <some-character> in position <some-position>: character maps to <undefined>
SOLUTION: add following parameter to output_file.write_text(...): encoding="utf-8"
RuntimeError: Event loop is closed
Did anyone resolve this error?