-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maimaiDX功能加载不正常 #10
Comments
还有这个 |
我的依赖应该是安装好了的 |
已收到问题反馈,正在排查~将及时推送修复性更新! |
你是否有尝试过clone这个仓库然后运行一遍?因为我无论如何也没法在当前版本复现你这个问题。。。 |
我clone的是master这个版本,重新运行一遍,以下是完整日志
|
其中[ERROR] nonebot | Failed to import "nonebot_plugin_apscheduler" |
我三个版本都试过了,全都是一样的地方报错,不知道哪里出了问题 |
以下是日志
04-13 12:35:58 [ERROR] nonebot | Failed to import "maimaidx"
Traceback (most recent call last):
File "F:\go-cqhttp_windows_amd64\Kiba-Kiba-5.0.1\Kiba-Kiba-5.0.1\src\libraries\maimaidx_music.py", line 184, in get_music_list
_total_list[__i]['stats'] = obj_stats['charts'][_total_list[__i].id]
KeyError: '10302'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "F:\go-cqhttp_windows_amd64\Kiba-Kiba-5.0.1\Kiba-Kiba-5.0.1\bot.py", line 27, in
nonebot.load_from_json("plugin-list.json", encoding="utf-8")
File "C:\Users\24420\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\plugin\load.py", line 81, in load_from_json
return load_all_plugins(set(plugins), set(plugin_dirs))
File "C:\Users\24420\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\plugin\load.py", line 53, in load_all_plugins
return manager.load_all_plugins()
File "C:\Users\24420\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\plugin\manager.py", line 172, in
load_all_plugins
return set(
File "C:\Users\24420\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\plugin\manager.py", line 173, in
filter(None, (self.load_plugin(name) for name in self.available_plugins))
The text was updated successfully, but these errors were encountered: