惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
Help Net Security
Help Net Security
P
Privacy International News Feed
T
Threat Research - Cisco Blogs
C
Cisco Blogs
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 热门话题
Security Latest
Security Latest
A
Arctic Wolf
G
GRAHAM CLULEY
月光博客
月光博客
S
Securelist
D
Docker
J
Java Code Geeks
T
Troy Hunt's Blog
T
Tenable Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
SecWiki News
SecWiki News
S
Security @ Cisco Blogs
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LINUX DO - 最新话题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
aimingoo的专栏
aimingoo的专栏
博客园 - 【当耐特】
H
Heimdal Security Blog
The Hacker News
The Hacker News
博客园 - 三生石上(FineUI控件)
Application and Cybersecurity Blog
Application and Cybersecurity Blog
N
Netflix TechBlog - Medium
Vercel News
Vercel News
Forbes - Security
Forbes - Security
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
B
Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
S
Secure Thoughts
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Check Point Blog
云风的 BLOG
云风的 BLOG
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Blog of Author Tim Ferriss
L
Lohrmann on Cybersecurity
F
Full Disclosure
D
Darknet – Hacking Tools, Hacker News & Cyber Security
P
Proofpoint News Feed

博客园 - 木古白水

云之家流程转已办 多选基础基础资料过滤列表将已选择数据排在最前面 排查是否由用户或应用程序发起的关机 解决SCADA服务器开机不久后会自动关机的问题 其他出库单表单界面下推选不到资产卡片 新鸿鹰采购订单可以超数量反写采购申请单 EXCEL设置单元格的枚举范围 登录协同开发平台提示“链接协同开发服务失败,请检查您的网络” 修改VS快捷键方案 云之家“待审批”存在任务,与ERP不同步 费用申请单明细中有部分6行数据无法下推费用报销单,但前端列表数据都显示未下推。 标准功能【自动高度】在云之家无效,需要手工计算动态高度 生产订单执行结案失败,提示下游单据存在单据日期晚于当前系统日期的单 Ubuntu查询剩余空间 自定义移动单据【单据详情】的复制来源 卸载openclaw 视图会影响[节点配置]中的字段列表, 若字段设置列表不可见, 查看不可见, 则无法配置, 若字段标识未配置, 则无法配置必填. VS 中查看重载方法的 Ctrl + Shift + Space快捷键失效 检查基础资料引用增加BaseDataRefList无效 判断物料是否被使用 正式环境【消息配置】无效,未发送消息 监控方案启动失败 销售订单转换生产订单,配置分录合并,数量没有累加 使用QQ消息渠道操作openclaw反应很慢 查看openclaw所有版本 openclaw删除QQ消息渠道(channels)报错: TypeError: (0 , _pluginSdk.deleteAccountFromConfigSection) is not a function 查询以及修改npm为国内镜像 openclaw执行命令时提示:plugins.allow is empty openclaw安装QQ插件错误提示:Also not a valid hook pack: Error: package.json missing openclaw.hooks openclaw安装QQ插件报错:npm install failed
openclaw升级3.23版本后增加QQ消息渠道报错:Unknown channel: qqbot
木古白水 · 2026-03-25 · via 博客园 - 木古白水

问题:

执行:openclaw channels add --channel qqbot --token "1903548803:"   错误: Unknown channel: qqbot

原因:

openclaw3.23版本不兼容老版本的插件

解决:

方法一:下载并安装官方最新的1.6.5版本插件(测试发现官方插件反应比较慢,不推荐)

下载最新版本qq插件到本地
npm pack @tencent-connect/openclaw-qqbot@latest
手动安装qq插件
openclaw plugins install ./tencent-connect-openclaw-qqbot-1.6.5.tgz

方法二:如果想继续使用社区版1.6.1插件,则手动在openclaw.json中增加channels配置

image