Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

使用nb-cli安装的插件有几个目录缺失 #8

Closed
tusky94 opened this issue Sep 3, 2022 · 2 comments
Closed

使用nb-cli安装的插件有几个目录缺失 #8

tusky94 opened this issue Sep 3, 2022 · 2 comments

Comments

@tusky94
Copy link

tusky94 commented Sep 3, 2022

(nonebot-py3.10) ➜ nonebot_plugin_arktools ls activity_notice ark_daily_source _exceptions __init__.py open_recruitment operator_info __pycache__ _utils
缺少_data、_api目录,导致运行时报错。

@Euterpe-lamiao
Copy link

在使用干员查询功能时也会缺少文件,在整个安装目录中查询不到该文件位置。

File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot_plugin_arktools\operator_info\data_source.py", line 41, in _get_operator_basic_info
with open(JSON_PATH / "character_table.json", "r", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot_plugin_arktools\_data\operator_info\json\character_table.json'

@NumberSir
Copy link
Owner

(nonebot-py3.10) ➜ nonebot_plugin_arktools ls activity_notice ark_daily_source _exceptions __init__.py open_recruitment operator_info __pycache__ _utils 缺少_data、_api目录,导致运行时报错。

在使用干员查询功能时也会缺少文件,在整个安装目录中查询不到该文件位置。

File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot_plugin_arktools\operator_info\data_source.py", line 41, in _get_operator_basic_info with open(JSON_PATH / "character_table.json", "r", encoding="utf-8") as f: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot_plugin_arktools_data\operator_info\json\character_table.json'

已更新资源获取方式为在线下载,请更新插件

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants