ChatLearning——让bot学会你的群聊
-
@Koreyoshi 目前还有其他方案能实现语音服务吗
-
@Koreyoshi wc终于能进来了,还有点问题就是,我设置了自助管理的群,但是在群里发!admin机器人没反应,回复还是会正常回复。总之就是有的群!admin没用,日志也没有报错
-
@ikaros143 要私聊才有用
-
@MikogoIT 是这样,我设置了两个群自助管理,其中一个群发
!admin可以用,但是不知道为什么另外一个群却不行。 -
@ikaros143 那就不太清楚了,食用文档是说要在私聊BOT才能触发
-
运行就报错
抛出异常,已记录到日志(log.log文件)
Traceback (most recent call last):
File "ChatClass.py", line 393, in run
File "Chatmain.py", line 1965, in getcommand_chat
File "simuse.py", line 88, in Fetch_Message
File "json_init_.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
是哪里有问题? -
麻烦请教一下 我每次check都会发生
Traceback (most recent call last):
File "ChatClass.py", line 393, in run
File "ChatCheck.py", line 169, in main
TypeError: 'NoneType' object is not subscriptable
同时并没有开语音服务,而且经常在reply之后并没有发出东西(learning应该是正常的) -
想知道这个插件是不支持python11吗?一运行就闪退,cmd里输了pip install requests也没用(悲)
-
有什么方法能让bot不会发聊天记录么,学习上下文学到转发的聊天记录还得去后台清理掉
-
2023-07-30 18:13:05
Traceback (most recent call last):
File "ChatClass.py", line 393, in run
File "ChatCheck.py", line 169, in main
TypeError: 'NoneType' object is not subscriptable2023-07-30 18:13:38
Traceback (most recent call last):
File "ChatClass.py", line 393, in run
File "ChatLearning.py", line 353, in main
File "simuse.py", line 64, in Get_Session
File "json_init_.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)请问这是什么原因?
-
启动项目就报错,下面是报错代码。
Traceback (most recent call last): File "Chatmain.py", line 2202, in <module> data = simuse.Get_Session(data) File "simuse.py", line 64, in Get_Session res = json.loads(res.text) File "json\__init__.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 355, in raw_decode json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [1792] Failed to execute script 'Chatmain' due to unhandled exception!
因为没怎么学Python,所以根本不会修。麻烦作者大大帮我看看是什么问题。
Python版本是3.11.4我下载时的最新版,系统为Windows Server 2016 -
在关闭了websocket的验证后报错变成这个了
Traceback (most recent call last): File "ChatClass.py", line 393, in run self._target(*self._args, **self._kwargs) File "Chatmain.py", line 1965, in getcommand_chat message = simuse.Fetch_Message(data) File "simuse.py", line 88, in Fetch_Message res = json.loads(res.text) File "json\__init__.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 355, in raw_decode json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ChatLearning ->
-
@SkilledExtractor 和你一样的问题,但是我这边只要检测不到bot就能运行
-
闪退是啥原因?
-
@AliterP1 我也好奇是啥原因
-
@SkilledExtractor 我也遇到这样的问题,大可能是你的配置没有配对,我改成功了
-
@tiantianbetter 求分享一下配置文件
-
@MC57348 启动没报错,但是check命令一用就报错
-
@ccc333 host全部改成localhost试试
-
Q群怎么没人同意申请呀,我配置完直接打不开,闪退,不知道什么原因,无从下手...