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

Wechaty 运行报错求助 - puppet not found #52

Open
sunyidi123 opened this issue Apr 10, 2021 · 1 comment
Open

Wechaty 运行报错求助 - puppet not found #52

sunyidi123 opened this issue Apr 10, 2021 · 1 comment

Comments

@sunyidi123
Copy link

运行报错截图如下
image
寻求帮助!

@sunyidi123
Copy link
Author

sunyidi123 commented Apr 10, 2021

我的代码
`from wechaty import (
Contact,
FileBox,
Message,
Wechaty,
ScanStatus,
Room
)
from typing import List, Optional
from wechaty_puppet.schemas.contact import ContactQueryFilter
from wechaty_puppet import ( # type: ignore
get_logger,
Puppet,
)

async def on_message(msg: Message):
talkername = msg.talker()
contacts: Optional[Contact] = await Contact.find(talkername.name)
print(contacts)`

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