errbot 错误与帮助命令
errbot error with help command
所以我刚刚安装了 Errbot。
我 运行 它并在 运行ning !help
时得到它
>>> !help
Computer says nooo. See logs for details:
'ascii' codec can't encode character '\u2022' in position 75: ordinal not in range(128)
关于如何解决这个问题有什么建议吗?
确保您的系统配置为 UTF-8。
例如,如果您在 Linux 下 运行,请尝试使用命令 locale
来检查您当前的编码。
所以我刚刚安装了 Errbot。
我 运行 它并在 运行ning !help
时得到它 >>> !help
Computer says nooo. See logs for details:
'ascii' codec can't encode character '\u2022' in position 75: ordinal not in range(128)
关于如何解决这个问题有什么建议吗?
确保您的系统配置为 UTF-8。
例如,如果您在 Linux 下 运行,请尝试使用命令 locale
来检查您当前的编码。