Skip to content

[Bug]: feishu channel still not work #2325

@dongxuanlb

Description

@dongxuanlb

Summary

2026-03-01T03:02:26.804139583+00:00 WARN zeroclaw::channels: Lark/Feishu channel is configured but this build was compiled without channel-lark; skipping Lark/Feishu health check.

Affected component

channel

Severity

S1 - workflow blocked

Current behavior

config with:
[channels_config.feishu]
app_id = "some"
app_secret = "some"
allowed_users = ["*"]
mention_only = false
use_feishu = true
receive_mode = "websocket"
draft_update_interval_ms = 3000
max_draft_edits = 20

zeroclaw daemon

🦀 ZeroClaw Gateway listening on http://0.0.0.0:42617
🌐 Web Dashboard: http://0.0.0.0:42617/
POST /pair — pair a new client (X-Pairing-Code header)
POST /webhook — {"message": "your prompt"}
POST /api/chat — {"message": "...", "context": [...]} (tools-enabled, OpenClaw compat)
POST /v1/chat/completions — OpenAI-compatible (full agent loop)
GET /v1/models — list available models
GET /api/* — REST API (bearer token required)
GET /ws/chat — WebSocket agent chat
GET /health — health check
GET /metrics — Prometheus metrics
🔒 Pairing: ACTIVE (bearer token required)
Press Ctrl+C to stop.

2026-03-01T03:02:26.804139583+00:00 WARN zeroclaw::channels: Lark/Feishu channel is configured but this build was compiled without channel-lark; skipping Lark/Feishu health check.
No channels configured. Run zeroclaw onboard to set up channels.
2026-03-01T03:02:26.804321458+00:00 WARN zeroclaw::daemon: Daemon component 'channels' exited unexpectedly

Expected behavior

work with feishu

Steps to reproduce

zerao daemon

Impact

feishu not work

Logs / stack traces


ZeroClaw version

latest

Rust version

rustc 1.93.1 (01f6ddf75 2026-02-11)

Operating system

ubuntu 22.04 6.12.54-linuxkit docker

Regression?

No, first-time setup

Pre-flight checks

  • I reproduced this on the latest main branch or latest release.
  • I redacted secrets/tokens from logs.
  • I removed personal identifiers and replaced identity-specific data with neutral placeholders.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions