Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

free(): invalid pointer Aborted #10

Open
ghost opened this issue May 22, 2024 · 1 comment
Open

free(): invalid pointer Aborted #10

ghost opened this issue May 22, 2024 · 1 comment

Comments

@ghost
Copy link

ghost commented May 22, 2024

image
with very minimal example

from whatsfly import WhatsApp

chat = WhatsApp()

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

Labfox commented Jun 30, 2024

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

This was referenced Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant