0

So I just installed Errbot.

I run it and get this when running !help

 >>> !help
 Computer says nooo. See logs for details:
 'ascii' codec can't encode character '\u2022' in position 75: ordinal not     in range(128)

Any advice on how to fix this?

Fudster
  • 3
  • 3

1 Answers1

0

Be sure that your system is configured for UTF-8.

If you run under Linux for example, try the command locale to check your current encoding.

gbin
  • 2,960
  • 1
  • 14
  • 11