Giter Site home page Giter Site logo

honkai_mys's Introduction

Hello World! 👋

Anurag's GitHub stats

honkai_mys's People

Contributors

chingkingm 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

Watchers

 avatar

honkai_mys's Issues

更新最新后报错

[2022-04-07 15:38:23,229 nonebot] INFO: Succeeded to import "hoshino.modules.mem_birthday.update_age"
[2022-04-07 15:38:23,286 nonebot] ERROR: Failed to import "hoshino.modules.honkai_mys.autosign", error: while scanning a simple key
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 9, column 1
could not find expected ':'
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 10, column 1
[2022-04-07 15:38:23,287 nonebot] ERROR: while scanning a simple key
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 9, column 1
could not find expected ':'
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 10, column 1
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\nonebot\plugin.py", line 249, in load_plugin
module = importlib.import_module(module_path)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 961, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in find_and_load_unlocked
File "", line 671, in load_unlocked
File "", line 783, in exec_module
File "", line 219, in call_with_frames_removed
File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys_init
.py", line 7, in
from .modules.database import DB
File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules\database.py", line 7, in
from .mytyping import config
File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules\mytyping.py", line 31, in
config = Config(**Config.load_config())
File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules\mytyping.py", line 26, in load_config
CONFIG = yaml.load(f, Loader=yaml.FullLoader)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml_init
.py", line 81, in load
return loader.get_single_data()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 36, in get_single_node
document = self.compose_document()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 55, in compose_document
node = self.compose_node(None, None)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 64, in compose_node
if self.check_event(AliasEvent):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\parser.py", line 98, in check_event
self.current_event = self.state()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\parser.py", line 449, in parse_block_mapping_value
if not self.check_token(KeyToken, ValueToken, BlockEndToken):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\scanner.py", line 115, in check_token
while self.need_more_tokens():
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\scanner.py", line 152, in need_more_tokens
self.stale_possible_simple_keys()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\scanner.py", line 291, in stale_possible_simple_keys
raise ScannerError("while scanning a simple key", key.mark,
yaml.scanner.ScannerError: while scanning a simple key
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 9, column 1
could not find expected ':'
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 10, column 1
[2022-04-07 15:38:23,305 nonebot] ERROR: Failed to import "hoshino.modules.honkai_mys.guess_voice", error: while scanning a simple key
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 9, column 1
could not find expected ':'
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 10, column 1
[2022-04-07 15:38:23,306 nonebot] ERROR: while scanning a simple key
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 9, column 1
could not find expected ':'
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 10, column 1
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\nonebot\plugin.py", line 249, in load_plugin
module = importlib.import_module(module_path)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 961, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in load_unlocked
File "", line 783, in exec_module
File "", line 219, in call_with_frames_removed
File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys_init
.py", line 7, in
from .modules.database import DB
File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules\database.py", line 7, in
from .mytyping import config
File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules\mytyping.py", line 31, in
config = Config(**Config.load_config())
File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules\mytyping.py", line 26, in load_config
CONFIG = yaml.load(f, Loader=yaml.FullLoader)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml_init
.py", line 81, in load
return loader.get_single_data()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 36, in get_single_node
document = self.compose_document()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 55, in compose_document
node = self.compose_node(None, None)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\composer.py", line 64, in compose_node
if self.check_event(AliasEvent):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\parser.py", line 98, in check_event
self.current_event = self.state()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\parser.py", line 449, in parse_block_mapping_value
if not self.check_token(KeyToken, ValueToken, BlockEndToken):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\scanner.py", line 115, in check_token
while self.need_more_tokens():
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\scanner.py", line 152, in need_more_tokens
self.stale_possible_simple_keys()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\yaml\scanner.py", line 291, in stale_possible_simple_keys
raise ScannerError("while scanning a simple key", key.mark,
yaml.scanner.ScannerError: while scanning a simple key
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 9, column 1
could not find expected ':'
in "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\honkai_mys\modules../config.yaml", line 10, column 1

支持私聊的实现问题

support_private 只有第一个触发的命令会注册,即yssbhf只有第一个触发的才会trigger

运行报错,求教

查询首选说找不到data目录,然后创建了data目录后,类报错信息如下:
honkai_mys/mypillow.py", line 36, in radar
origin_image = self._image
AttributeError: 'myDraw' object has no attribute '_image'

除签到外的指令没有反应

显示登陆失效,请重新登录,更换cookie后重启hoshino问题依旧存在,但签到还能用,之后尝试重新clone,指令有反应但不输出图片,“#”在前是因为我改过指令
FOBCA5KGX5NJSPGSGG@ XY
ZO%JRU@1T~C28Z9Q87WP44](https://user-images.githubusercontent.com/103619507/181879797-8505e383-9e54-4a82-9bd4-d9447709a26e.png) ![S7C2 X1_APFC 995JZ6_{F
后台并没有任何消息
J}I_%RBJ( 6USC1G@UHCOQW

nonebot2版本cookie绑定不上

米游社已经有v2cookie请大佬适配一下,nb版本的bhf#绑定命令私聊没没反应但只有群聊正常。还有就是用以前的cookie去试,依旧绑定不上。
${J9K6QK7~Z14GKN3 (O{ F

更新后控制台会一直输出信息 received event

2022-04-02 17:22:39 INFO received event: meta_event.lifecycle.connect
2022-04-02 17:22:39 INFO received event: meta_event.heartbeat
[2022-04-02 17:22:39,260] INFO in init: received event: meta_event.lifecycle.connect

后台会无限重复下列信息
[2022-04-02 17:22:39,261] INFO in init: received event: meta_event.heartbeat
2022-04-02 17:22:44 INFO received event: meta_event.heartbeat
[2022-04-02 17:22:44,234] INFO in init: received event: meta_event.heartbeat
2022-04-02 17:22:49 INFO received event: meta_event.heartbeat
[2022-04-02 17:22:49,233] INFO in init: received event: meta_event.heartbeat

从高级区升终极区的第一周,丢失深渊数据

[2022-04-05 19:59:26,354 崩坏3角色卡片] ERROR: <class 'KeyError'> occured when bh3_player_card handling message -471036006.
[2022-04-05 19:59:26,355 崩坏3角色卡片] ERROR: 0
Traceback (most recent call last):
  File "C:\HoshinoBot\hoshino\msghandler.py", line 28, in handle_message
    await service_func.func(bot, event)
  File "C:\HoshinoBot\hoshino\modules\honkai_mys\__init__.py", line 83, in bh3_player_card
    im = await ind.draw_card(qid)
  File "C:\HoshinoBot\hoshino\modules\honkai_mys\modules\image_handle.py", line 486, in draw_card
    text=ItemTrans.abyss_level(self.index.stats.new_abyss.level),
  File "C:\HoshinoBot\hoshino\modules\honkai_mys\modules\util.py", line 144, in abyss_level
    return level[no]
KeyError: 0

查询的时候后台报错

File "/root/lcbot/HoshinoBot/hoshino/msghandler.py", line 28, in handle_message
await service_func.func(bot, event)
File "/root/lcbot/HoshinoBot/hoshino/modules/honkai_mys/init.py", line 80, in bh3_player_card
await bot.send(ev, MessageSegment.reply(ev.message_id) + "制图中,请稍后")
AttributeError: type object 'MessageSegment' has no attribute 'reply'
2022-09-30 12:36:15 ERROR type object 'MessageSegment' has no attribute 'reply'
Traceback (most recent call last):
File "/root/lcbot/HoshinoBot/hoshino/msghandler.py", line 28, in handle_message
await service_func.func(bot, event)
File "/root/lcbot/HoshinoBot/hoshino/modules/honkai_mys/init.py", line 80, in bh3_player_card
await bot.send(ev, MessageSegment.reply(ev.message_id) + "制图中,请稍后")
AttributeError: type object 'MessageSegment' has no attribute 'reply'

请问绑定用的cookie的格式是?

bhf绑定0000000,xxxxxxxxxxxx发给机器人一直提示登录失效,请重新登录
用的这个在无痕模式获取的
javascript:(()=>{=(n)=>{for(i in(r=document.cookie.split(";"))){var arr=r[i].split("=");if(arr[0].trim()==n)return arr[1];}};c=("cookie_token")||alert('请重新登录');m=_("account_id")+","+c;c&&confirm('确定复制到剪切板?:'+m)&&copy(m)})();

查询ios服报错一直不出图

查询ios服报错一直不出图
[2022-07-02 16:24:18,893 nonebot] INFO: Self: 2143298595, Message -1501174317 from 480730750@[群:950180960]: 'bh#3153732
2ios'
2022-07-02 16:24:18 INFO Self: 2143298595, Message -1501174317 from 480730750@[群:950180960]: 'bh#31537322ios'
[2022-07-02 16:24:18,913 崩坏3角色卡片] INFO: Message -1501174317 triggered bh3_player_card.
2022-07-02 16:24:18 INFO Message -1501174317 triggered bh3_player_card.
2022-07-02 16:24:18 INFO opening Sqlite table 'uid_region' in 'C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\m
odules\.././data/uid.sqlite'
2022-07-02 16:24:19 INFO opening Sqlite table 'qid_uid' in 'C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modu
les\.././data/uid.sqlite'
2022-07-02 16:24:19 INFO opening Sqlite table 'uid_region' in 'C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\m
odules\.././data/uid.sqlite'
2022-07-02 16:24:19 INFO opening Sqlite table 'qid_uid' in 'C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modu
les\.././data/uid.sqlite'
[2022-07-02 16:24:19,851 崩坏3角色卡片] ERROR: <class 'PIL.UnidentifiedImageError'> occured when bh3_player_card handlin
g message -1501174317.
2022-07-02 16:24:19 ERROR <class 'PIL.UnidentifiedImageError'> occured when bh3_player_card handling message -1501174317
.
[2022-07-02 16:24:19,869 崩坏3角色卡片] ERROR: cannot identify image file 'C:\bot\HS2\HoshinoBot\hoshino\modules\h
onkai_mys\modules\../assets\AvatarIcon\9052.png'
Traceback (most recent call last):
File "C:\bot\HS2\HoshinoBot\hoshino\msghandler.py", line 21, in handle_message
await service_func.func(bot, event)
File "C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys_init_.py", line 84, in bh3_player_card
im = await ind.draw_card(qid)
File "C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modules\image_handle.py", line 408, in draw_card
bg = await myDraw.avatar(bg, avatar_url=self.index.role.AvatarUrl, qid=qid)
File "C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modules\image_handle.py", line 56, in avatar
if ImageChops.difference(img_404, Image.open(pic_data)).getbbox() is None:
File "C:\Program Files\Python38\lib\site-packages\PIL\Image.py", line 3147, in open
raise UnidentifiedImageError(
PIL.UnidentifiedImageError: cannot identify image file 'C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modules
../assets\AvatarIcon\9052.png'
2022-07-02 16:24:19 ERROR cannot identify image file 'C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modules\.
./assets\AvatarIcon\9052.png'
Traceback (most recent call last):
File "C:\bot\HS2\HoshinoBot\hoshino\msghandler.py", line 21, in handle_message
await service_func.func(bot, event)
File "C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys_init_.py", line 84, in bh3_player_card
im = await ind.draw_card(qid)
File "C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modules\image_handle.py", line 408, in draw_card
bg = await myDraw.avatar(bg, avatar_url=self.index.role.AvatarUrl, qid=qid)
File "C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modules\image_handle.py", line 56, in avatar
if ImageChops.difference(img_404, Image.open(pic_data)).getbbox() is None:
File "C:\Program Files\Python38\lib\site-packages\PIL\Image.py", line 3147, in open
raise UnidentifiedImageError(
PIL.UnidentifiedImageError: cannot identify image file 'C:\bot\HS2\HoshinoBot\hoshino\modules\honkai_mys\modules
../assets\AvatarIcon\9052.png'
[2022-07-02 16:24:19,969 nonebot] INFO: Message -1501174317 is ignored: Handled by Hoshino
2022-07-02 16:24:19 INFO Message -1501174317 is ignored: Handled by Hoshino
2022-07-02 16:24:21 INFO received event: meta_event.heartbeat

大佬可以对你的代码改编吗

大佬您好,我有一个可以对接云崽(一个基于nodejs的QQ机器人)和nonebot插件的插件,请问我可以将您的代码改编成插件包吗。插件包会被云崽官服群成员使用,用于非盈利目的

bhf绑定再虚拟环境不可以

09-13 22:36:38 [ERROR] nonebot | Running matcher <Matcher from honkai_mys, type=message, priority=1, temp=False> failed.
Traceback (most recent call last):
File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\Scripts\nb.exe_main
.py", line 7, in
sys.exit(main())
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\click\core.py", line 1130, in call
return self.main(*args, **kwargs)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\click\core.py", line 1055, in main
rv = self.invoke(ctx)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\click\core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\click\core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\click\core.py", line 760, in invoke
return _callback(*args, **kwargs)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nb_cli\commands\main.py", line 30, in run
run_bot(file, app)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nb_cli\handlers\deploy.py", line 25, in run_bot
nonebot.run(app=f"{module_name}:{app}")
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nonebot_init
.py", line 261, in run
get_driver().run(*args, **kwargs)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nonebot\drivers\fastapi.py", line 170, in run
uvicorn.run(
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\uvicorn\main.py", line 576, in run
server.run()
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\uvicorn\server.py", line 60, in run
return asyncio.run(self.serve(sockets=sockets))
File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 634, in run_until_complete
self.run_forever()
File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\asyncio\windows_events.py", line 321, in run_forever
super().run_forever()
File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 601, in run_forever
self._run_once()
File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 1905, in _run_once
handle._run()
File "C:\Users\Alex\AppData\Local\Programs\Python\Python39\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nonebot\message.py", line 146, in _check_matcher
await _run_matcher(Matcher, bot, event, state, stack, dependency_cache)

File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nonebot\message.py", line 196, in run_matcher
await matcher.run(bot, event, state, stack, dependency_cache)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nonebot\internal\matcher.py", line 672, in run
await self.simple_run(bot, event, state, stack, dependency_cache)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nonebot\internal\matcher.py", line 639, in simple_run
await handler(
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\nonebot\dependencies_init
.py", line 92, in call
return await self.call(**values)
File "C:\Users\Alex\Documents\LittlePaimon.\honkai_mys_init_.py", line 165, in bindcookie
im = fid.draw()
File "C:\Users\Alex\Documents\LittlePaimon.\honkai_mys\modules\image_handle.py", line 939, in draw
return pic2b64(finance_bg)
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\PIL\Image.py", line 554, in exit
self._fp.close()
File "C:\Users\Alex\AppData\Local\pypoetry\Cache\virtualenvs\littlepaimon-wKlBzDCa-py3.9\lib\site-packages\PIL_util.py", line 19, in getattr
raise self.ex
ValueError: Operation on closed image

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.