ChatLearning——让bot学会你的群聊
-
@冰丶凝梦 找到问题所在了,马上修复
-
您好,我在windows端运行, 出现了下面这个错误:
Exception in thread Thread-1: Traceback (most recent call last): File "threading.py", line 973, in _bootstrap_inner File "threading.py", line 910, in run File "Chatmain.py", line 728, in getcommand_chat File "simuse.py", line 75, in Fetch_Message TypeError: 'int' object is not subscriptable
我的python版本是3.8.0
ChatLearning版本是2.0.0 -
@Koreyoshi
已经成功登陆,api-http应该大概也没问题,但是启动.py还是有报错...2022-03-01 16:56:54 I/Mirai HTTP API: ******************************************************** 2022-03-01 16:56:54 I/http adapter: >>> [http adapter] is listening at http://localhost:8080 2022-03-01 16:56:54 I/Mirai HTTP API: Http api server is running with verifyKey: gUL5GqwD 2022-03-01 16:56:54 I/Mirai HTTP API: adaptors: [http] 2022-03-01 16:56:54 I/Mirai HTTP API: ********************************************************
2022-03-01 16:56:56 I/Bot.xxxxxx: Bot login successful. 2022-03-01 16:56:56 I/main: mirai-console started successfully.
-
@Koreyoshi 好的,解决了,感谢
-
@maudslice 需要先运行mirai,或者是mirai-api-http没有配置好
-
@CabbCat 报错的内容是什么呢?api-http有确保singlemode为false吗
-
2022.3.1更新:
新增- 返回的词库表格支持下载至本地进行浏览
修复
- 修复了在查找答案时发送图片导致程序崩溃的问题
- 修复了有些答案无法查找的问题
- 修复了有查找结果但是表格为空的问题
优化
- 优化表格的显示方式,现在不同问题间有明显区分,便于查看
更新注意
- Windows只需覆盖exe文件
- Linux则需覆盖所有py文件
- 从ChatLearningV1.2.0之前的版本更新,请先使用blackfreq来设置黑名单容错次数
-
@Koreyoshi 好耶
-
@Koreyoshi 好的, 解决了, 十分感谢
-
@Koreyoshi
大佬我更新此版本之后启动出现报错之后进程就结束了...
更新方法是直接替换exe文件,在上个版本运行正常。 -
@Kallen 再替换成上个版本能用吗?或者试试重新把data文件替换一下再填上去
-
想不把图片作为问题但作为回答,应该如何实现呢?能否实现呢。拉黑图片好像大家都会触发黑名单……黑名单就意义不明了
-
@Paperan 应该把那张图片添加进过滤列表,而不是敏感词
-
@Paperan 敏感词主要是拿来pass掉一些涉黄涉政等的关键字,以免bot发送带有这些字眼的文字而被举报封号
-
@Koreyoshi
emm我重新配置了一下现在正常了,感谢大佬的回复。 -
@Kallen 嗯嗯!没事
-
[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 -
@mr_null pip install xlwt 运行这段指令
-
我想询问一下:
Traceback (most recent call last):
File "Chatmain.py", line 855, in <module>
hello()
File "Chatmain.py", line 110, in hello
file = open('config.clc', 'w', encoding='utf-8-sig')
PermissionError: [Errno 13] Permission denied: 'config.clc'
这段是哪里出问题了?
python虚拟环境的3.8 -
@Oeed
找到问题了,API没有配置好,已搞定