wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.62k stars 234 forks source link

contact_id loast #305

Open linpan opened 2 years ago

linpan commented 2 years ago

wechaty==0.8.34, msg.mention_self(), error: ERROR - internal error <'ReaderBot' object has no attribute 'contact_id'>

wj-Mcat commented 2 years ago

Yes, after review the code, it's indeed a bug which has been fixed. You should upgrade your package:

pip install --upgrade wechaty

Thanks for your issue to report this bug.