fix: update whatsmeow to fix Client outdated (405) error#186
Open
18orkidea wants to merge 1 commit intolharries:mainfrom
Open
fix: update whatsmeow to fix Client outdated (405) error#18618orkidea wants to merge 1 commit intolharries:mainfrom
18orkidea wants to merge 1 commit intolharries:mainfrom
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
go.mau.fi/whatsmeowto latest version (v0.0.0-20260305215846-fc65416c22c4) to fix the "Client outdated (405) connect failure" errorcontext.Contextparameter to 5 function calls that changed in the new whatsmeow API:Download,sqlstore.New,GetFirstDevice,GetGroupInfo,GetContactgo.modandgo.sum)Test plan
go buildcompiles successfully with no errors./whatsapp-bridgeand verify QR code appears and WhatsApp connects without 405 error🤖 Generated with Claude Code