smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Unicode Encode Error #95

Open calebeda opened 5 years ago

calebeda commented 5 years ago

Describe the bug In my environment, the bot is unable to encode character \u3084 when attempting to print to the console.

To Reproduce Steps to reproduce the behavior:

  1. Run bot
  2. Request transcription on post with character \u3084
  3. See error

Expected behavior A clean transcription is expected

Screenshots/Logs image

Project information This was noticed in our dev branch, commit 9bf133e

calebeda commented 5 years ago

Update: I commented out the code where the result is printed to the console and the bot worked just fine