Skip to content

fix: update whatsmeow to resolve WhatsApp 405 client outdated error#185

Open
f0rty-two wants to merge 1 commit intolharries:mainfrom
f0rty-two:main
Open

fix: update whatsmeow to resolve WhatsApp 405 client outdated error#185
f0rty-two wants to merge 1 commit intolharries:mainfrom
f0rty-two:main

Conversation

@f0rty-two
Copy link
Copy Markdown

Summary

  • Updated go.mau.fi/whatsmeow to the latest version — the previous version was being rejected by WhatsApp with a 405 "Client outdated" error, making the bridge unable to connect
  • Fixed 5 breaking API changes in the new version where context.Context is now required as the first argument: sqlstore.New, GetFirstDevice, Download, GetGroupInfo, and GetContact

Test plan

  • Run go run main.go — QR code should appear without a 405 error
  • Scan QR code and verify connection succeeds

🤖 Generated with Claude Code

The previous version of whatsmeow was rejected by WhatsApp with a
405 "Client outdated" error. Updated to the latest version and fixed
breaking API changes that now require context.Context as the first
argument in: sqlstore.New, GetFirstDevice, Download, GetGroupInfo,
and GetContact.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 this pull request may close these issues.

1 participant