Errbotをインストールしました。実行しているとき 私はそれを実行し、これを取得! >>> !help
Computer says nooo. See logs for details:
'ascii' codec can't encode character '\u2022' in position 75: ordinal not in range(128)
この問題を解決する方法上
私が書いているerrbotプラグインのユニットテストを完了しようとしています。どのようにbotcmdメソッドで使用されるヘルパーメソッドを模倣する方法を教えてもらえますか? 例: class ChatBot(BotPlugin):
@classmethod
def mycommandhelper(cls):
return 'This is my awesome c
私はファイルか何かから正規表現を生成し、それが@re_botcmd に必要がありますが、私はエラーを取得します:「定義されていません」発見されre_botcmd変数を定義しない方法はありますか?ログファイルから from errbot import BotPlugin, re_botcmd
from pathlib import Path
import re
class ModHelper