WeixinBot icon indicating copy to clipboard operation
WeixinBot copied to clipboard

TypeError: can't concat bytes to str

Open zkailinzhang opened this issue 7 years ago • 0 comments

python3.4/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) File "weixin.py", line 900, in listenMsgMode self.handleMsg(r) File "weixin.py", line 801, in handleMsg ans = self._xiaodoubi(content) + '\n[微信机器人自动回复]' TypeError: can't concat bytes to str

zkailinzhang avatar Jan 21 '18 14:01 zkailinzhang