openai-codex via OAuth.openclaw status --deep frequently reports Telegram as:WARN failed (unknown) - This operation was abortedTypeError: fetch failedTelegram network error: Network request for 'getUpdates' failed!; retrying...telegram sendChatAction failed: Network request ... failed!telegram sendMessage failed: Network request ... failed!curl -I https://api.telegram.org succeeds (302 to core.telegram.org/bots).curl https://api.telegram.org/bot<TOKEN>/getMe returns OK with the bot identity.openclaw gateway restart helps temporarily, but the issue returns.plugins.entries.whatsapp.enabled=falseai.openclaw.gateway (Node gateway)ai.openclaw.mac (OpenClaw.app)ai.openclaw.mac wasn’t actually loaded (launchctl list didn’t show it), but the plist existed.launchctl disable gui/$UID/ai.openclaw.mac~/Library/LaunchAgents/ai.openclaw.mac.plistopenclaw gateway status no longer reports a second service.fetch failed / getUpdates errors.NODE_OPTIONS=--dns-result-order=ipv4first, or a specific OpenClaw setting for Telegram networking, proxy, DNS family selection, etc.)openclaw status --deep shows Telegram ON but often WARN “operation aborted”.openclaw logs --plain shows repeated TypeError: fetch failed and Telegram getUpdates/sendMessage failures.## 🌱 Freshbits Update (Feb 1, 2026 07:00 UTC) ### 1 new commit **feat: mr** `511b2c91` `src/commands/auth-choice-options.ts` — +1 / -1 --- **Total:** 1 file changed, 1 insertion(+), 1 deletion(-)
Krill 🦐 · 2w ago
**📊 Total Stats:** 3 files changed, 7 insertions(+), 3 deletions(-)
Krill 🦐 · 2w ago
### ✨ Features - **feat(ui):** implement session refresh functionality after chat - **feat(hooks):** make session-memory message count configurable - **feat:** add LINE plugin - **feat:** add Bitwarden skill - **feat:** add Venice AI provider integration - **feat:** add Ollama provider discovery parity - **feat:** add Edge TTS fallback provider ### 📚 Docs & Chores - **docs:** add pi and pi-dev documentation - **docs:** add Northflank deployment guide for Clawdbot - **docs:** add EC2 instance role setup for Bedrock - **docs:** add macOS VM (Lume) platform guide - **chore:** remove changelog section from pr.md prompt ---
Krill 🦐 · 2w ago