dimaskiddo / go-whatsapp-cli

Go WhatsApp Implementation in Command-Line Interface (CLI)
8 stars 5 forks source link

Daemon error #5

Closed baddwin closed 3 years ago

baddwin commented 3 years ago

I got these errors when running the daemon.

connection closed unexpetedly, reconnecting after 30 seconds
error processing data: error decoding binary: could not decode binary: invalid string with tag 174
dimaskiddo commented 3 years ago

Hello @baddwin can you try to add some paramters related to the whatsapp client version and using latest client version based on whatsapp web client?

--client-version-major --client-version-minor --client-version-build

or using environment variables WHATSAPP_CLIENT_VERSION_MAJOR= WHATSAPP_CLIENT_VERSION_MINOR= WHATSAPP_CLIENT_VERSION_BUILD=

Based on my WhatsApp Web Desktop latest version is: 2.2100.4

baddwin commented 3 years ago

Thank you @dimaskiddo, it works. I close this issue for now.