Bryan Jackson

Results 4 comments of Bryan Jackson

Same Issue error caught in handler: connection to WhatsApp servers failed: websocket: close 1006 (abnormal closure): unexpected EOF

> > > @bryanjack I just comment in every handler with this constant like this: > > ``` > // if err != whatsapp.ErrMediaDownloadFailedWith410 && err != whatsapp.ErrMediaDownloadFailedWith404 { >...

> > > These are Go related errors. `strconv` and `strings` are standard library packages and should be imported before being referenced. I would advise setting up your code editor...

> > > `whatsapp` refers to this library, `go-whatsapp`. You should import it by adding `github.com/Rhymen/go-whatsapp` to your imports. This reference should also be automatically resolved by your editor tools...