Rhymen / go-whatsapp

WhatsApp Web API
MIT License
2.09k stars 492 forks source link

wac.Send() error #190

Open tigsdev opened 5 years ago

tigsdev commented 5 years ago

The message is being sent but is returning "ERROR"

houstondapaz commented 5 years ago

Timout erro?

tigsdev commented 5 years ago

@houstondapaz yes

houstondapaz commented 5 years ago

The phone is on a good connection?

codenoid commented 5 years ago

are you getting timed out error but the send is still succeed ?

well, i'm trying to increase timeout from whatsapp.NewConn(timeout) but the error still exist, and i just ignore this timed out error

https://github.com/Rhymen/go-whatsapp/blob/4c0e263c801b8b5bd7fad1577786ab6c32c2c042/message.go#L92

emauro commented 5 years ago

Same problem. Message is sent but a timeout error is returned.

houstondapaz commented 5 years ago

Increasing timeout don't resolve?

dimaskiddo commented 5 years ago

just getting same issue here in go-whatsapp-cli and go-whatsapp-rest, message are sent but timeout error is return, msgid also return and "ERROR" message

codenoid commented 5 years ago

no problemo so far

dimaskiddo commented 5 years ago

Screen Shot 2019-10-11 at 4 12 43 PM From example code. Can you explain it?