whatsfly icon indicating copy to clipboard operation
whatsfly copied to clipboard

free(): invalid pointer Aborted

Open ghost opened this issue 9 months ago • 1 comments

image with very minimal example

from whatsfly import WhatsApp

chat = WhatsApp()

# send mesage
chat.send_message(phone="myPhoneNumber", message="Hello World!")

ghost avatar May 22 '24 19:05 ghost