@Wangs121 用screen也行
mr_null 发布的最佳帖子
mr_null 发布的最新帖子
-
RE: ChatLearning——让bot学会你的群聊
用快说后无反应,控制台回复
已过滤,原因:与过滤名单中消息类型匹配
转换语音失败
查看过滤词为0
liunx环境,插件版本2.6 -
RE: ChatLearning——让bot学会你的群聊
[root@iZbp1fn2j1y1lqrmeyjw9wZ aibot]# python Chatmain.py
Traceback (most recent call last):
File "/home/admin/aibot/Chatmain.py", line 11, in <module>
import ChatAllfind
File "/home/admin/aibot/ChatAllfind.py", line 6, in <module>
import xlwt
ModuleNotFoundError: No module named 'xlwt'
启动报错,插件版本2.1,Python版本3.9.10 -
RE: ChatLearning——让bot学会你的群聊
群 Merge 收集到问题 0 个 答案 0 个
Exception in thread Thread-6:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/home/admin/aibot/ChatCheck.py", line 57, in main
nodelist.append(nodedict.copy())
AttributeError: 'NoneType' object has no attribute 'copy'
check指令报错,救救