Skip to content
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

私聊充值时,card.py文件101行报错 #27

Open
Jikexiaobai opened this issue Jul 22, 2021 · 0 comments
Open

私聊充值时,card.py文件101行报错 #27

Jikexiaobai opened this issue Jul 22, 2021 · 0 comments

Comments

@Jikexiaobai
Copy link

全部报错内容为:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/nonebot/command/init.py", line 881, in _real_run_command
await asyncio.wait_for(future, timeout)
File "/usr/local/lib/python3.9/asyncio/tasks.py", line 442, in wait_for
return await fut
File "/usr/local/lib/python3.9/site-packages/nonebot/command/init.py", line 173, in run
await self.func(session)
File "/HoshinoBot/hoshino/modules/authMS/card.py", line 101, in reg_group_chat
group_name = await util.get_group_name(sid, gid)
AttributeError: module 'hoshino.modules.authMS.util' has no attribute 'get_group_name'
[2021-07-22 23:02:44,256 nonebot] DEBUG: Session of command ('充值',) finished

请问如何解决

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

No branches or pull requests

1 participant