Skip to content

fix: update whatsmeow to fix Client outdated (405) error#186

Open
18orkidea wants to merge 1 commit intolharries:mainfrom
18orkidea:fix/update-whatsmeow-context-api
Open

fix: update whatsmeow to fix Client outdated (405) error#186
18orkidea wants to merge 1 commit intolharries:mainfrom
18orkidea:fix/update-whatsmeow-context-api

Conversation

@18orkidea
Copy link
Copy Markdown

Summary

  • Updated go.mau.fi/whatsmeow to latest version (v0.0.0-20260305215846-fc65416c22c4) to fix the "Client outdated (405) connect failure" error
  • Added required context.Context parameter to 5 function calls that changed in the new whatsmeow API: Download, sqlstore.New, GetFirstDevice, GetGroupInfo, GetContact
  • Updated all transitive dependencies (go.mod and go.sum)

Test plan

  • go build compiles successfully with no errors
  • Run ./whatsapp-bridge and verify QR code appears and WhatsApp connects without 405 error

🤖 Generated with Claude Code

…hanges

The whatsmeow library has updated its API to require context.Context as the
first parameter in several functions. This fixes the "Client outdated (405)"
connection error caused by the old client version.

Changes:
- Updated go.mau.fi/whatsmeow to v0.0.0-20260305215846-fc65416c22c4
- Added context.Context parameter to Download, sqlstore.New, GetFirstDevice,
  GetGroupInfo, and GetContact calls

Co-Authored-By: Claude Opus 4.6 (1M context) <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.

2 participants