Fix: add retry logic to WhatsApp QR authentication network error#144
Closed
rahim86 wants to merge 1 commit intoqwibitai:mainfrom
Closed
Fix: add retry logic to WhatsApp QR authentication network error#144rahim86 wants to merge 1 commit intoqwibitai:mainfrom
rahim86 wants to merge 1 commit intoqwibitai:mainfrom
Conversation
Collaborator
|
Changes needed:
|
Author
|
@TomGranot Rebase the branch as requested.Please review |
Problem:
- Users unable to complete QR authentication successfully
Error Message while authenticating WhatsApp
{"level":50,"time":1770559453555,"pid":29069,"hostname":"mac.lan","fullErrorNode":{"tag":"stream:error","attrs":{"code":"515"}},"msg":"stream errored out"}
Connection failed. Please try again.
Solution:
- Introduce retry counts and retry delays
Testing:
- QR code authentication now completes successfully
- Proper error handling and console messages
- Handles temporary disconnects during handshake
Authored-By: Abdul Rahim Mohammed Abubacker
Collaborator
eplisov
added a commit
to eplisov/nanoclaw
that referenced
this pull request
Apr 6, 2026
PostgreSQL port exposure and default password are now handled by OneCLI itself (≥ April 2026). Steps 1-2 changed from "fix" to "verify". iptables rules for app ports 10254/10255 remain critical — OneCLI does not address this. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kenansun-dev-bot bot
pushed a commit
to kenansun-dev/nanoclaw-github-copilot
that referenced
this pull request
Apr 12, 2026
…tai#144) 1. Tunnel URL: get from 'devtunnel show' instead of hardcoding asse region 2. .env: strip old Teams section before appending (no duplicates on re-run) 1 file. Co-authored-by: Kenan VM Claw <vm-claw@kenan.dev>
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.
Problem Statement:
Users unable to complete QR authentication successfully
Error Message while authenticating WhatsApp
{"level":50,"time":1770559453555,"pid":29069,"hostname":"mac.lan","fullErrorNode":{"tag":"stream:error","attrs":{"code":"515"}},"msg":"stream errored out"}
Connection failed. Please try again.
Solution:
Testing:
Authored-By: Abdul Rahim Mohammed Abubacker
Type of Change