Git Product home page Git Product logo

nonebot_plugins_zhenxun_bot's People

Contributors

akashicoin avatar arecie avatar crazyshimakaze avatar evan8440 avatar hibikier avatar klxf avatar mingxuangame avatar mouhensama avatar sakuracio avatar seven-6174 avatar shinianj avatar sinky-yan avatar xuanerwa avatar zuoqiu-yingyi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

nonebot_plugins_zhenxun_bot's Issues

快速搜索报错(search.add.global baidu的),我不确定是否和search.add一样是因为因为查询接口维护,请dalao看看

[ERROR] nonebot | Running matcher <Matcher from newplugins.giyf.config_manager, type=message, priority=1, temp=False> failed.
Traceback (most recent call last):
File "bot.py", line 21, in
nonebot.run()
File "/usr/local/lib/python3.8/dist-packages/nonebot/init.py", line 258, in run
get_driver().run(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/nonebot/drivers/fastapi.py", line 168, in run
uvicorn.run(
File "/usr/local/lib/python3.8/dist-packages/uvicorn/main.py", line 463, in run
server.run()
File "/usr/local/lib/python3.8/dist-packages/uvicorn/server.py", line 60, in run
return asyncio.run(self.serve(sockets=sockets))
File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.8/dist-packages/nonebot/message.py", line 153, in _check_matcher
await _run_matcher(Matcher, bot, event, state, stack, dependency_cache)

File "/usr/local/lib/python3.8/dist-packages/nonebot/message.py", line 202, in _run_matcher
await matcher.run(bot, event, state, stack, dependency_cache)
File "/usr/local/lib/python3.8/dist-packages/nonebot/internal/matcher.py", line 668, in run
await self.simple_run(bot, event, state, stack, dependency_cache)
File "/usr/local/lib/python3.8/dist-packages/nonebot/internal/matcher.py", line 635, in simple_run
await handler(
File "/usr/local/lib/python3.8/dist-packages/nonebot/dependencies/init.py", line 92, in call
return await self.call(**values)
File "/home/zhenxun_bot/newplugins/giyf/config_manager.py", line 30, in _add_engine
msg = str(event.message).strip().removeprefix("search.add")
AttributeError: 'str' object has no attribute 'removeprefix'

枝网查重,vtb查成分等插件的依赖问题

搭载枝网,查成分插件后会显示缺少nonebot-plugin-htmlrender,bot可以成功启动运行,但插件未安装
image
安装那个依赖后,插件成功安装,但启动bot后会出错
image
image
image
windows10,请问这种问题怎么处理呢?

mockingbird问题

image
如图
image
一开始报第一张图片的错误,后面报第二张图片的错误,已经重复安装环境很多次了,没有效果

七海模型使用时报错

05-11 00:07:39 [ERROR] nonebot | Running matcher <Matcher from Shiruku.plugins.mockingBird, type=message, priority=4, temp=False> failed.
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\message.py", line 153, in _check_matcher
await run_matcher(Matcher, bot, event, state, stack, dependency_cache)>
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\message.py", line 202, in run_matcher
await matcher.run(bot, event, state, stack, dependency_cache)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\internal\matcher.py", line 668, in run
await self.simple_run(bot, event, state, stack, dependency_cache)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\internal\matcher.py", line 635, in simple_run
await handler(
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\dependencies_init
.py", line 92, in call
return await self.call(**values)
File "D:_Joy\Nonebot\Shiruku\Shiruku\plugins\mockingBird_init
.py", line 125, in _
record = await asyncio.get_event_loop().run_in_executor(None, MockingBird.genrator_voice, params)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\MockingBirdOnlyForUse\raw_use.py", line 255, in genrator_voice
return cls._synthesize(params)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\MockingBirdOnlyForUse\raw_use.py", line 184, in _synthesize
specs = current_synt.synthesize_spectrograms(
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\MockingBirdOnlyForUse\synthesizer\inference.py", line 106, in synthesize_spectrograms
self.load()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\MockingBirdOnlyForUse\synthesizer\inference.py", line 75, in load
self._model.load(self.model_fpath, self.device)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\MockingBirdOnlyForUse\synthesizer\models\tacotron.py", line 657, in load
self.load_state_dict(checkpoint["model_state"], strict=False)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\torch\nn\modules\module.py", line 1482, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for Tacotron:
size mismatch for gst.stl.attention.W_query.weight: copying a param with shape torch.Size([512, 256]) from checkpoint, the shape in current model is torch.Size([512, 512]).

阿梓模型可以正常使用,nanami1模型和nanami2模型报这样的错

mockingbird插件更新后无法使用nanami模型

将更新前的model_list添加到model_list.json文件后,修改模型为nanami1时提示:
<class 'RuntimeError'>:Error(s) in loading state_dict for Tacotron:
size mismatch for gst.stl.attention.W_query.weight: copying a param with shape torch.Size([512, 256]) from checkpoint, the shape in current model is torch.Size([512, 512]).

Screenshot_20220523_164531_com tencent mobileqq

调用失败

发送指令没反应,后台没有调用这个插件的日志

60s读世界没成功加载

image
image
.env.dev已经填好了,就是不成功

# cat zhenxun_bot/.env.dev


SUPERUSERS=["*****"]

COMMAND_START=[""]

SESSION_RUNNING_EXPRESSION="别急呀,小真寻要宕机了!QAQ"

NICKNAME=["真寻", "小真寻", "绪山真寻"]

SESSION_EXPIRE_TIMEOUT=30

DEBUG=False
# 服务器和端口
HOST = 127.0.0.1
PORT = 8080

# 60s读世界
read_qq_friends=[] #设定要发送的QQ好友
read_qq_groups=[*****] #设定要发送的群
read_inform_time=[{"HOUR":9,"MINUTE":2}] #设定要发送的时间

大佬帮忙看看这个是哪个库没装好么

05-23 22:54:51 [ERROR] nonebot | Failed to import "mockingbird"
Traceback (most recent call last):

File "/home/bot/zhenxun_bot/zhenxun_bot-0.1.5.3/bot.py", line 14, in
nonebot.load_plugins("plugins")
│ └ <function load_plugins at 0x7ff3044858b0>
└ <module 'nonebot' from '/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/nonebot/__in...

File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/nonebot/plugin/load.py", line 39, in load_plugins
return manager.load_all_plugins()
│ └ <function PluginManager.load_all_plugins at 0x7ff30447e670>
└ <nonebot.plugin.manager.PluginManager object at 0x7ff30236f790>
File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/nonebot/plugin/manager.py", line 128, in load_all_plugins
return set(
File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/nonebot/plugin/manager.py", line 129, in
filter(None, (self.load_plugin(name) for name in self.list_plugins()))
│ │ │ │ │ └ <function PluginManager.list_plugins at 0x7ff30447e550>
│ │ │ │ └ <nonebot.plugin.manager.PluginManager object at 0x7ff30236f790>
│ │ │ └ 'mockingbird'
│ │ └ 'mockingbird'
│ └ <function PluginManager.load_plugin at 0x7ff30447e5e0>
└ <nonebot.plugin.manager.PluginManager object at 0x7ff30236f790>

File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/nonebot/plugin/manager.py", line 106, in load_plugin
module = importlib.import_module(
│ └ <function import_module at 0x7ff30b26dca0>
└ <module 'importlib' from '/usr/local/lib/python3.9/importlib/init.py'>
File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
│ │ │ │ │ └ 0
│ │ │ │ └ None
│ │ │ └ 0
│ │ └ 'plugins.mockingbird'
│ └ <function _gcd_import at 0x7ff30b397310>
└ <module 'importlib._bootstrap' (frozen)>
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/nonebot/plugin/manager.py", line 194, in exec_module
super().exec_module(module)
└ <module 'plugins.mockingbird' from '/home/bot/zhenxun_bot/zhenxun_bot-0.1.5.3/plugins/mockingbird/init.py'>
File "", line 855, in exec_module
File "", line 228, in _call_with_frames_removed

File "/home/bot/zhenxun_bot/zhenxun_bot-0.1.5.3/plugins/mockingbird/init.py", line 8, in
from mockingbirdforuse import MockingBird

File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/mockingbirdforuse/init.py", line 2, in
import librosa
File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/librosa/init.py", line 209, in
from . import core
File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/librosa/core/init.py", line 6, in
from .audio import * # pylint: disable=wildcard-import
File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/librosa/core/audio.py", line 8, in
import soundfile as sf
File "/root/.cache/pypoetry/virtualenvs/zhenxun-bot-N4jn1p7g-py3.9/lib/python3.9/site-packages/soundfile.py", line 142, in
raise OSError('sndfile library not found')

OSError: sndfile library not found

已解决
ubantu
sudo apt install libsndfile1

mockingbird

请问一下mockingbird插件怎么没了呢,重装系统后想整一个发现没了

插件安装问题

大佬,这些个插件怎么安装到真寻里啊?我把插件目录放到/home/zhenxun_bot/plugins文件夹下,然后重启zhenxun,但是config.yaml中无相关配置,而且新增的插件也无法使用。

Github 插件安装后无法使用AI功能 删除后功能正常

日志:
05-25 17:38:03 [SUCCESS] nonebot | ONEBOT V11 2753892559 | [message.private.friend]: Message 1848901318 from xxxxxxxx "你好呀"
05-25 17:38:03 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-25 17:38:03 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-25 17:38:03 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-25 17:38:03 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-25 17:38:03 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-25 17:38:03 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-25 17:38:03 [INFO] nonebot | Event will be handled by <Matcher from plugins.github, type=message, priority=5, temp=False>
05-25 17:38:03 [INFO] nonebot | Matcher <Matcher from plugins.github, type=message, priority=5, temp=False> running complete
^C05-25 17:38:19 [INFO] uvicorn | Shutting down

还是mockingbird网络和下载问题

已经修改完dns为114.114.114.114
image
重启bot的时候会提示下载模型但之后就没回复成功或者失败,看流量交换是没下载
在运行“更新模型列表”的时候报错如下:newplugins | Error downloading https://cdn.jsdelivr.net/gh/AkashiCoin/nonebot_plugin_mockingbird@master/nonebot_plugin_mockingbird/resource/model_list.json .. Error: [Errno 101] Network is unreachable

还有下载本地文件安装的我也试了但还是没反应,是文件夹放错了吗orz,求大佬邦邦
image
image

模型列表json也改好了
以下是报错(应该和其他人的一样)### 05-25 11:35:37 [ERROR] nonebot | Running matcher <Matcher from newplugins.mockingbird, type=message, priority=4, temp=False> failed.
Traceback (most recent call last):
File "bot.py", line 21, in
nonebot.run()
File "/usr/local/lib/python3.8/dist-packages/nonebot/init.py", line 258, in run
get_driver().run(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/nonebot/drivers/fastapi.py", line 168, in run
uvicorn.run(
File "/usr/local/lib/python3.8/dist-packages/uvicorn/main.py", line 463, in run
server.run()
File "/usr/local/lib/python3.8/dist-packages/uvicorn/server.py", line 60, in run
return asyncio.run(self.serve(sockets=sockets))
File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)

File "/usr/local/lib/python3.8/dist-packages/nonebot/message.py", line 202, in _run_matcher
await matcher.run(bot, event, state, stack, dependency_cache)
File "/usr/local/lib/python3.8/dist-packages/nonebot/internal/matcher.py", line 668, in run
await self.simple_run(bot, event, state, stack, dependency_cache)
File "/usr/local/lib/python3.8/dist-packages/nonebot/internal/matcher.py", line 635, in simple_run
await handler(
File "/usr/local/lib/python3.8/dist-packages/nonebot/dependencies/init.py", line 92, in call
return await self.call(**values)
File "/home/zhenxun_bot/newplugins/mockingbird/init.py", line 166, in _
record = await asyncio.get_event_loop().run_in_executor(
File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/dist-packages/mockingbirdforuse/init.py", line 84, in synthesize
raise Exception("Please set encoder path first")
Exception: Please set encoder path first

加入 avatar 会导致 web UI 无法读取普通插件列表

报错内容:
[ERROR] plugins | WEB_UI GET /webui/plugins model:avatar 发生错误 <class 'pydantic.error_wrappers.ValidationError'>:1 validation error for PluginManager
author
str type expected (type=type_error.str)

感谢dalao 😊❤️

作为nonebot插件使用时

已按教程安装了依赖文件,但因为我用的不是真寻bot是自己的bot,第一次运行报错,没用生成config.yaml文件,请问作为nonebot插件使用时需要作哪些修改?

mockingbird问题

进入虚拟环境后安装mockingbirdforuse时报错,python3-dev的话windows好像没法装,请大佬看看,我也安装了c++14
image

查询没反应

放入插件包重启后,插件一如成功,启动无报错,发送彩六[昵称]无反应,无报错
image

Arcaea插件无法执行绑定指令,其他指令正常

插件已经成功导入无报错,求大佬指点

05-23 20:46:33 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message -1420001295 from 1763611895 "Arcbind 604301964 yuzoi"
05-23 20:46:33 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:46:33 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:46:33 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:46:33 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:46:33 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:46:33 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:46:33 [INFO] nonebot | Event will be handled by <Matcher from plugins.ai, type=message, priority=8, temp=False>
05-23 20:46:36 [INFO] plugins | USER 1763611895 GROUP 问题:Arcbind 604301964 yuzoi ---- 回答:无聊!打几 个实用点的字出来聊行不
05-23 20:46:36 [INFO] nonebot | Matcher <Matcher from plugins.ai, type=message, priority=8, temp=False> running complete
05-23 20:46:43 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message -597995673 from 1763611895 "ARCBIND"
05-23 20:46:43 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:46:43 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:46:43 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:46:43 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:46:43 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:46:43 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:46:43 [INFO] nonebot | Event will be handled by <Matcher from plugins.ai, type=message, priority=8, temp=False>
05-23 20:46:46 [INFO] plugins | USER 1763611895 GROUP 问题:ARCBIND ---- 回答:不知道你发这样的信息是干嘛 的
05-23 20:46:46 [INFO] nonebot | Matcher <Matcher from plugins.ai, type=message, priority=8, temp=False> running complete
05-23 20:47:05 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message 1111481028 from 1763611895 "arcbind 604301964 yuzoi"
05-23 20:47:05 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:47:05 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:47:05 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:47:05 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:47:05 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:47:05 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:47:05 [INFO] nonebot | Event will be handled by <Matcher from plugins.ai, type=message, priority=8, temp=False>
05-23 20:47:08 [INFO] plugins | USER 1763611895 GROUP 问题:arcbind 604301964 yuzoi ---- 回答:咱是**人 ,请讲中文,谢谢!
05-23 20:47:08 [INFO] nonebot | Matcher <Matcher from plugins.ai, type=message, priority=8, temp=False> running complete
05-23 20:47:10 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message 892922450 from 1763611895 "arcinfo"
05-23 20:47:10 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:47:10 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:47:10 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:47:10 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:47:10 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:47:10 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:47:10 [INFO] nonebot | Event will be handled by <Matcher from plugins.Arcaea, type=message, priority=5, temp=False>
05-23 20:47:10 [INFO] nonebot | Matcher <Matcher from plugins.Arcaea, type=message, priority=5, temp=False> running complete
05-23 20:48:00 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message -1406026776 from 1763611895 "/arcbind 604301964 yuzoi"
05-23 20:48:00 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:48:00 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:48:00 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:48:00 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:48:00 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:48:00 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:48:00 [INFO] nonebot | Event will be handled by <Matcher from plugins.ai, type=message, priority=8, temp=False>
05-23 20:48:03 [INFO] plugins | USER 1763611895 GROUP 问题:/arcbind 604301964 yuzoi ---- 回答:发的什么呀你,乱打的吧
05-23 20:48:03 [INFO] nonebot | Matcher <Matcher from plugins.ai, type=message, priority=8, temp=False> running complete
05-23 20:50:13 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message -617182338 from 1763611895 "arcrc"
05-23 20:50:13 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:50:13 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:50:13 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:50:13 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:50:13 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:50:13 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:50:13 [INFO] nonebot | Event will be handled by <Matcher from plugins.ai, type=message, priority=8, temp=False>
05-23 20:50:16 [INFO] plugins | USER 1763611895 GROUP 问题:arcrc ---- 回答:不知道你发这样的信息是干嘛的
05-23 20:50:16 [INFO] nonebot | Matcher <Matcher from plugins.ai, type=message, priority=8, temp=False> running complete
05-23 20:50:34 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message 1267308271 from 1763611895 "arcre"
05-23 20:50:34 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:50:34 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:50:34 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:50:34 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:50:34 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:50:34 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:50:34 [INFO] nonebot | Event will be handled by <Matcher from plugins.Arcaea, type=message, priority=5, temp=False>
05-23 20:50:34 [INFO] nonebot | Matcher <Matcher from plugins.Arcaea, type=message, priority=5, temp=False> running complete
05-23 20:50:39 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message 1015981689 from 1763611895 "arclogin"
05-23 20:50:39 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:50:39 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:50:39 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:50:39 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:50:39 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:50:39 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:50:39 [INFO] nonebot | Event will be handled by <Matcher from plugins.Arcaea, type=message, priority=5, temp=False>
05-23 20:50:39 [INFO] nonebot | Matcher <Matcher from plugins.Arcaea, type=message, priority=5, temp=False> running complete
05-23 20:50:50 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message 1548300188 from 1763611895 "arcun"
05-23 20:50:50 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:50:50 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:50:50 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:50:50 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:50:50 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:50:50 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:50:50 [INFO] nonebot | Event will be handled by <Matcher from plugins.Arcaea, type=message, priority=5, temp=False>
05-23 20:50:50 [INFO] nonebot | Matcher <Matcher from plugins.Arcaea, type=message, priority=5, temp=False> running complete
05-23 20:50:55 [SUCCESS] nonebot | ONEBOT V11 482713254 | [message.private.friend]: Message 726540042 from 1763611895 "arcrd 11"
05-23 20:50:55 [INFO] nonebot | Event will be handled by <Matcher from plugins.mute, type=message, priority=1, temp=False>
05-23 20:50:55 [INFO] nonebot | Event will be handled by <Matcher from plugins.black_word, type=message, priority=1, temp=False>
05-23 20:50:55 [INFO] nonebot | Event will be handled by <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False>
05-23 20:50:55 [INFO] nonebot | Matcher <Matcher from plugins.mute, type=message, priority=1, temp=False> running complete
05-23 20:50:55 [INFO] nonebot | Matcher <Matcher from plugins.black_word, type=message, priority=1, temp=False> running complete
05-23 20:50:55 [INFO] nonebot | Matcher <Matcher from basic_plugins.chat_history.chat_message, type=message, priority=1, temp=False> running complete
05-23 20:50:55 [INFO] nonebot | Event will be handled by <Matcher from plugins.Arcaea, type=message, priority=5, temp=False>
05-23 20:50:55 [INFO] nonebot | Matcher <Matcher from plugins.Arcaea, type=message, priority=5, temp=False> running complete

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.