Lanly109 / headimg_generator

基于HoshinoBot的制作头像相关的表情包插件,移植自nonebot-plugin-petpet
MIT License
50 stars 11 forks source link

'str' object has no attribute 'parent' #8

Closed shirleygrey closed 2 years ago

shirleygrey commented 2 years ago

不知道是不是高并发导致的问题。。

[2022-06-21 14:11:00,305 头像表情包] ERROR: 'str' object has no attribute 'parent' Traceback (most recent call last): File "/root/mybot/hoshino/msghandler.py", line 28, in handle_message await service_func.func(bot, event) File "/root/mybot/hoshino/service.py", line 219, in wrapper return await func(bot, event) File "/root/mybot/hoshino/modules/headimg_generator/init.py", line 18, in help File "/root/mybot/hoshino/modules/headimg_generator/utils.py", line 425, in help_image File "/root/mybot/hoshino/modules/headimg_generator/utils.py", line 369, in load_font File "/usr/local/lib/python3.9/site-packages/aiocache/decorators.py", line 93, in wrapper return await self.decorator(f, *args, *kwargs) File "/usr/local/lib/python3.9/site-packages/aiocache/decorators.py", line 108, in decorator result = await f(args, **kwargs) File "/root/mybot/hoshino/modules/headimg_generator/download.py", line 55, in get_font File "/root/mybot/hoshino/modules/headimg_generator/download.py", line 36, in get_resource AttributeError: 'str' object has no attribute 'parent'

shirleygrey commented 2 years ago

好像是误删了资源。。