-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
[问题]在更新资源与使用地图材料功能时遇到的问题 #472
Comments
资源包源站可能出了点问题,尝试手动下载:https://github.cherishmoon.fun/https://github.com/CMHopeSunshine/GenshinWikiMap/raw/master/resources/genshin_resources.zip 材料地图用法错了,璃月是无效地图名,它会识别为叫璃月的材料,但是不存在这种材料。地图名只有 |
好的 ps2,部分资源只会显示一处的问题。如竹子,仅显示了璃月市区的部分。 |
那有可能是数量问题... |
好的,了解了,多谢。那就关闭这个问题咯:) |
确认
nb paimon install
更新依赖库环境信息
问题描述
此次遇到的问题有两个:
1)通过 nb paimon 更新资源时,若更新图标资源,则会显示如下情况:或参考附图一
原神图标资源 ---------------------------------------- 100% • 133/133 bytes • ? •
下载原神图标资源时出错: File is not a zip file
此处,已经排除网络与代理问题;无论使用任何节点尝试更新都会提示该错误。
2)在使用“材料地图”时,在输入命令后:(命令在附图二)
前台,即QQ处是无响应的。查看日志得知,此时应用端产生如下报错:(可以参考图三)
--//日志开始//--
_09-13 03:56:59 [SUCCESS] nonebot | OneBot V11 2987649316 | [message.private.friend]: Message 408405375 from 504040102 '
材料地图 铁块 璃月'
09-13 03:56:59 [INFO] nonebot | Event will be handled by Matcher(type='message', module=LittlePaimon.plugins.star_rail_w
iki)
09-13 03:56:59 [INFO] nonebot | Event will be handled by Matcher(type='message', module=LittlePaimon.plugins.Paimon_Wiki
)
09-13 03:56:59 [INFO] nonebot | Matcher(type='message', module=LittlePaimon.plugins.star_rail_wiki) running complete
C:\Program Files\Python310\lib\site-packages\sklearn\cluster_kmeans.py:1412: FutureWarning: The default value of
n_ini t
will change from 10 to 'auto' in 1.4. Set the value ofn_init
explicitly to suppress the warningsuper()._check_params_vs_input(X, default_n_init=10)
C:\Program Files\Python310\lib\site-packages\sklearn\cluster_kmeans.py:1412: FutureWarning: The default value of
n_ini t
will change from 10 to 'auto' in 1.4. Set the value ofn_init
explicitly to suppress the warningsuper().check_params_vs_input(X, default_n_init=10)
09-13 03:57:11 [INFO] nonebot | Matcher(type='message', module=LittlePaimon.plugins.Paimon_Wiki) running complete
09-13 03:57:11 [ERROR] nonebot | Running Matcher(type='message', module=LittlePaimon.plugins.Paimon_Wiki) failed.
Traceback (most recent call last):
File "C:\Users\Administrator\keqing\bot.py", line 37, in
nonebot.run(app="mp_main:app", access_log=False)
File "C:\Program Files\Python310\lib\site-packages\nonebot_init.py", line 333, in run
get_driver().run(*args, **kwargs)
File "C:\Program Files\Python310\lib\site-packages\nonebot\drivers\fastapi.py", line 199, in run
uvicorn.run(
File "C:\Program Files\Python310\lib\site-packages\uvicorn\main.py", line 587, in run
server.run()
File "C:\Program Files\Python310\lib\site-packages\uvicorn\server.py", line 61, in run
return asyncio.run(self.serve(sockets=sockets))
File "C:\Program Files\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Program Files\Python310\lib\asyncio\base_events.py", line 633, in run_until_complete
self.run_forever()
File "C:\Program Files\Python310\lib\asyncio\windows_events.py", line 321, in run_forever
super().run_forever()
File "C:\Program Files\Python310\lib\asyncio\base_events.py", line 600, in run_forever
self._run_once()
File "C:\Program Files\Python310\lib\asyncio\base_events.py", line 1896, in _run_once
handle._run()
File "C:\Program Files\Python310\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Program Files\Python310\lib\site-packages\nonebot\message.py", line 467, in check_and_run_matcher
await _run_matcher(
--//日志结束//--
备注:此处重新生成过地图。但生成期间无错误。
问题截图
第一部分:

//图一 使用nb paimon更新时的情况,即问题(1).
第二部分

//图二 前端(QQ)输入的命令。
//图三 后台日志报错
复现步骤[可选]
请参考上面描述。
备注
暂无。如果需要的话,将主动补充需要的信息。
The text was updated successfully, but these errors were encountered: