cloned-doy / whatsfly

WhatsFly : Just try and go fly. WhatsApp web wrapper in Python. No selenium nor gecko web driver needed.
https://pypi.org/project/whatsfly
MIT License
22 stars 9 forks source link

free(): invalid pointer Aborted #10

Open 0xF0CACC1A opened 1 month ago

0xF0CACC1A commented 1 month ago

image with very minimal example

from whatsfly import WhatsApp

chat = WhatsApp()

# send mesage
chat.send_message(phone="myPhoneNumber", message="Hello World!")
Labfox commented 4 days ago

I had the same issue, it looks like the problem originates from #f388b45 (#8 patch) (the error not longer prints after removing these lines)