大佬能否增加群聊不触发关键词,跟其他插件功能有冲突了
JCCER 发布的最新帖子
-
RE: [mirai-api-http]梗查询插件——GengSearch
@Koreyoshi 谢谢!解决了,是seting.json有问题,我骚操作把你github里面的seting.json文件说明里的那些都复制过来了
-
RE: [mirai-api-http]梗查询插件——GengSearch
大佬,运行不了,这个错误不知道怎么解决
Traceback (most recent call last):
File "/home/chatbot/geng/GengSearch.py", line 385, in <module>
main()
File "/home/chatbot/geng/GengSearch.py", line 369, in main
seting=GetSeting()
File "/home/chatbot/geng/GengSearch.py", line 318, in GetSeting
seting=json.loads(seting)
File "/usr/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 2 column 15 (char 16)