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.56k stars 229 forks source link

🐛🐛 audio error #306

Closed linpan closed 2 years ago

linpan commented 2 years ago

wechaty==0.8.34 wechaty-grpc==0.20.19 wechaty-plugin-contrib==0.0.13 wechaty-puppet==0.4.0 wechaty-puppet-service==0.8.8

        if msg.type() == MessageType.MESSAGE_TYPE_AUDIO:
            audio_file = await msg.to_file_box()

receive error info <{'code': 9999, 'msg': 'call already closed'}>

wj-Mcat commented 2 years ago

This error is from puppet-server which is related to your token service. So, from the above description, we can't find the actual reason of error.

zpaimon commented 2 years ago

fixed