/permission lp # 查看所有权限列表
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指令报错,救救 -
RE: 今天机器人突然发不出图片了
@narumi 你可以先把libs文件夹清空,然后把mirai-core-all-2.7.1-dev-1.jar放进去,然后改config.json
"js_optimization_level": -1,
"mirai_repo": "https://gitee.com/peratx/mirai-repo/raw/master",
"maven_repo": "https://maven.aliyun.com/repository/public",
"packages": [
{
"id": "net.mamoe:mirai-console",
"channel": "nightly",
"version": "2.7.1-dev-1",
"type": "libs"
},
{
"id": "net.mamoe:mirai-console-terminal",
"channel": "nightly",
"version": "2.7.1-dev-1",
"type": "libs"
},
{
"id": "net.mamoe:mirai-core-all",
"channel": "nightly",
"version": "2.7.1-dev-1",
"type": "libs"
}
],
"disabled_scripts": [],
"proxy": "",
"log_level": 0,
"script_props": {}
然后启动mcl就自动更新了
你可以试试,我这样解决了