You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented a message forwarding bot using wechaty, with a python SDK on the client side
When the wechaty server restarts due to failure or update, the client does not report any error and the process exists normally, but it cannot continue to send messages using the wechaty service and needs to be restarted to resume normal.
It seems that the on_message event is not triggered when there is a new message, what is the reason for this, and how can I solve it?
The text was updated successfully, but these errors were encountered:
I have implemented a message forwarding bot using wechaty, with a python SDK on the client side
When the wechaty server restarts due to failure or update, the client does not report any error and the process exists normally, but it cannot continue to send messages using the wechaty service and needs to be restarted to resume normal.
It seems that the on_message event is not triggered when there is a new message, what is the reason for this, and how can I solve it?
The text was updated successfully, but these errors were encountered: