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

Errors on runtime #80

Open
UmbralReaper opened this issue Mar 31, 2021 · 1 comment
Open

Errors on runtime #80

UmbralReaper opened this issue Mar 31, 2021 · 1 comment

Comments

@UmbralReaper
Copy link

Describe the Problem

When pybetter is run, it results in the error:
UnicodeEncodeError: 'charmap' codec can't encode character '\U2728' in position 0: character maps to <undefined>.
This comes from line 202 of cli.py

print(emojify(f":sparkles: All done! :sparkles: :clock2: {time_taken}"))

Removing the call to emojify fixes the error.

This should be fixed before #79.

@MartinBernstorff
Copy link

Emojis removed in fork here.

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

No branches or pull requests

2 participants