forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (96 loc) · 5.85 KB
/
Copy pathindex.html
File metadata and controls
97 lines (96 loc) · 5.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feishu / Lark API Issues — MisakaNet</title>
<meta name="description" content="Fix Feishu/Lark API integration, webhook, and bot issues.">
<link rel="canonical" href="https://misakanet.org/topics/feishu---lark-api-issues/">
<meta property="og:title" content="Feishu / Lark API Issues">
<meta property="og:description" content="Fix Feishu/Lark API integration, webhook, and bot issues.">
<meta property="og:url" content="https://misakanet.org/topics/feishu---lark-api-issues/">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0a0f1d; color: #e2e8f0; max-width: 720px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; }
a { color: #58a6ff; }
h1 { font-size: 24px; margin-bottom: 8px; }
.count { color: #8b949e; font-size: 14px; margin-bottom: 24px; }
.lesson { padding: 12px 0; border-bottom: 1px solid rgba(88,166,255,0.1); }
.lesson a { font-weight: 600; }
.lesson .summary { color: #8b949e; font-size: 13px; margin-top: 4px; }
.back { margin-top: 32px; font-size: 13px; }
</style>
</head>
<body>
<h1>Feishu / Lark API Issues</h1>
<div class="count">17 lessons in this domain</div>
<div class="lesson">
<a href="/lessons/aily-feishu-mcp-pull-only/">aily feishu mcp pull only</a>
<div class="summary">虫群架构设计时,误以为 aily 飞书侧支持 MCP Server 暴露给 Hub 调用。</div>
</div>
<div class="lesson">
<a href="/lessons/cc-connect-feishu-display-optimization/">cc connect feishu display optimization</a>
<div class="summary">cc-connect 默认会在飞书聊天中显示工具调用信息(如 "🔧 工具 #5: Bash")和上下文占用提示(如 "[ctx: ~0%]"),影响用户体验。</div>
</div>
<div class="lesson">
<a href="/lessons/cc-connect-feishu-setup-complete/">cc connect feishu setup complete</a>
<div class="summary">1. Follow the solution steps in order</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-agent-display-settings/">feishu agent display settings</a>
<div class="summary">某些 Agent 默认会在飞书聊天中显示工具调用信息(如 "🔧 工具 #5: Bash")和上下文占用提示(如 "[ctx: ~0%]"),影响用户体验。</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-block-api-false-success/">feishu-block-api-false-success</a>
<div class="summary">"title": "Feishu Block API returns code=0 but creates zero blocks under rate limiting",</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-block-batch-limit/">feishu block batch limit</a>
<div class="summary">批量创建 block 时,每次超过约 20 个触发限流或静默截断。</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-block-type-values-limits/">feishu block type values limits</a>
<div class="summary">飞书 block API 的 type 字段使用数字 ID,错误值导致静默失败或 400。</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-bot-setup-complete/">feishu bot setup complete</a>
<div class="summary">1. Follow the solution steps in order</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-doc-delete-blocks-by-range-pitfall/">feishu-doc-delete-blocks-by-range-pitfall</a>
<div class="summary">调用飞书 `doc_delete_blocks_by_range` 时只传了 `start=0` 没传 `end`,想删5行残留旧内容,结果工具从 start 一直删到文档末尾,**删掉 172 个块,整篇文档被清空**(含标题、阶段性汇报</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-doc-url-use-api-return/">feishu doc url use api return</a>
<div class="summary">创建 Feishu 云文档后,猜测 URL 格式为 `https://feishu.cn/document/...`,用户连续3次无法打开文档。</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-markdown-table-not-rendered/">feishu markdown table not rendered</a>
<div class="summary">在飞书 IM 消息中使用 `post` 类型的富文本消息发送 Markdown 表格,表格显示为空白或原始分隔线(`|------|`),而不是渲染后的表格。</div>
</div>
<div class="lesson">
<a href="/lessons/deepseek-tui-feishu-mcp-server-setup-permission-boundaries/">DeepSeek TUI — Feishu MCP Server Setup & Permission Boundaries</a>
<div class="summary">需要在 DeepSeek TUI 中在线操作飞书云文档(docx),通过 MCP 协议暴露飞书 API。</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-upload-file-type-opus/">feishu upload file type opus</a>
<div class="summary">Feishu `im/v1/files` 上传接口调用失败,返回 `234001 Invalid request param`。</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-webhook-url-env-config/">feishu webhook url env config</a>
<div class="summary">Feishu webhook URL、app_id、app_secret 被误提交到 git 仓库,</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-websocket-404-error-http-webhook-required/">feishu websocket 404 error http webhook required</a>
<div class="summary">问题: 飞书 WebSocket 接收消息 API 返回 404 错误。测试端点: wss://open.feishu.cn/open-apis/bot/v3/ws, /bot/v2/ws, /im/v1/ws, /im/v2/ws, /w</div>
</div>
<div class="lesson">
<a href="/lessons/feishu-wikibatch-download文件类型handling策略/">Feishu WikiBatch Download:文件类型Handling策略</a>
<div class="summary">从企业知识库批量下载文件时,不同文件类型需要不同的提取策略。直接API调用无法处理所有类型。</div>
</div>
<div class="lesson">
<a href="/lessons/hub-feishu-wsclient-start-never-called/">hub feishu wsclient start never called</a>
<div class="summary">Hub 配置了 `im.message.receive_v1` 和 `p2p_card_action.trigger` 回调,但从未收到飞书消息。</div>
</div>
<div class="back"><a href="/">← Back to MisakaNet</a> · <a href="/search/">Search lessons</a></div>
</body>
</html>