Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeEncodeError: 'latin-1' codec can't encode character '\U0001f916' in position 22: ordinal not in range(256) #7053

Closed
sentry-io bot opened this issue Oct 19, 2020 · 0 comments · Fixed by #7055

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 19, 2020

Sentry Issue: RASA-OPEN-SOURCE-7J

UnicodeEncodeError: 'latin-1' codec can't encode character '\U0001f916' in position 22: ordinal not in range(256)
  File "rasa/__main__.py", line 116, in main
    cmdline_arguments.func(cmdline_arguments)
  File "rasa/cli/scaffold.py", line 174, in run
    print_success("Welcome to Rasa! 🤖\n")
  File "rasa/shared/utils/cli.py", line 12, in print_success
    print_color(*args, color=rasa.shared.utils.io.bcolors.OKGREEN)
  File "rasa/shared/utils/cli.py", line 8, in print_color
    print(rasa.shared.utils.io.wrap_with_color(*args, color=color))
tmbo added a commit that referenced this issue Oct 19, 2020
tmbo added a commit that referenced this issue Oct 22, 2020
tmbo added a commit that referenced this issue Oct 22, 2020
tmbo added a commit that referenced this issue Oct 22, 2020
@m-vdb m-vdb closed this as completed in f88cd71 Oct 23, 2020
indam23 pushed a commit that referenced this issue Jul 27, 2022
* fixed coloring on windows. fixes #7053

* fixed windows test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant