Skip to content

UnicodeEncodeError [RESOLVED]; RuntimeError: Event loop is closed [OPEN] #30

Open
@bc2014

Description

@bc2014

Upon running the scipt, I got 2 errors:

  1. 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"

  2. RuntimeError: Event loop is closed
    Did anyone resolve this error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions