openclaw - 💡(How to fix) Fix [Bug]: [plugins] feishu failed to load from /app/extensions/feishu/index.ts: TypeError: (0 , _runtimeApi.buildChannelConfigSchema) is not a function [5 comments, 4 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#52081Fetched 2026-04-08 01:15:54
View on GitHub
Comments
5
Participants
4
Timeline
10
Reactions
0
Timeline (top)
commented ×5labeled ×2cross-referenced ×1mentioned ×1

◇ Select a channel │ Feishu/Lark (飞书) 12:38:09 [plugins] feishu failed to load from /app/extensions/feishu/index.ts: TypeError: (0 , _runtimeApi.buildChannelConfigSchema) is not a function

Root Cause

◇ Select a channel │ Feishu/Lark (飞书) 12:38:09 [plugins] feishu failed to load from /app/extensions/feishu/index.ts: TypeError: (0 , _runtimeApi.buildChannelConfigSchema) is not a function

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Summary

◇ Select a channel │ Feishu/Lark (飞书) 12:38:09 [plugins] feishu failed to load from /app/extensions/feishu/index.ts: TypeError: (0 , _runtimeApi.buildChannelConfigSchema) is not a function

Steps to reproduce

◇ Select a channel │ Feishu/Lark (飞书) 12:38:09 [plugins] feishu failed to load from /app/extensions/feishu/index.ts: TypeError: (0 , _runtimeApi.buildChannelConfigSchema) is not a function

Expected behavior

set feishu channel

Actual behavior

◇ Select a channel │ Feishu/Lark (飞书) 12:38:09 [plugins] feishu failed to load from /app/extensions/feishu/index.ts: TypeError: (0 , _runtimeApi.buildChannelConfigSchema) is not a function

OpenClaw version

OpenClaw 2026.3.14

Operating system

ubuntu 24.04

Install method

docker

Model

qwen3-coder

Provider / routing chain

openai

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

Fix Plan

The fix involves updating the feishu plugin to ensure compatibility with the latest OpenClaw version.

  • Check the feishu plugin version and update it to the latest version if necessary.
  • Verify that the _runtimeApi module is correctly imported and that the buildChannelConfigSchema function is defined.
  • If the function is not defined, check the OpenClaw documentation for any changes to the API.

Example code to update the feishu plugin:

// Update the feishu plugin to use the correct buildChannelConfigSchema function
import { buildChannelConfigSchema } from '@openclaw/runtime-api';

// In the feishu index.ts file
const feishuConfigSchema = buildChannelConfigSchema({
  // Define the feishu channel config schema
});

If the issue persists, try to update the OpenClaw version to the latest one.

Verification

To verify that the fix worked, try to load the feishu plugin again and check for any error messages. If the plugin loads successfully, the fix was successful.

Extra Tips

  • Always check the documentation for any changes to the API when updating dependencies.
  • Make sure to test the fix in a non-production environment before deploying it to production.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

set feishu channel

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING