LangBot icon indicating copy to clipboard operation
LangBot copied to clipboard

[Bug]: docker 部署langbot + gewechat,bot不回复消息

Open Suvee opened this issue 2 weeks ago • 11 comments

消息平台适配器

gewechat(个人微信)

运行环境

LangBot版本:docker镜像(2025/02/06版本 sha256: *ba9948)、操作系统:群晖DMS7.2 、系统架构:x86、Python版本:3.8.15

异常情况

Image 如上图,通过docker-compose up启动后,扫码登录成功。 通过主微信给bot微信发送!help后,命令行只显示172.20.0.2:34240 POST /gewechat/callbacl 1.1 200 6025

langbot容器配置如下: Image Image

gewe容器配置如下: Image

每次给bot微信发送消息后,命令行只显示如下日志:

Image

复现步骤

均采用默认配置,刚刚安装好langbot和gewe容器

修改配置文件如下:

  • platform.json { "adapter": "aiocqhttp", "enable": false, "host": "0.0.0.0", "port": 2280, "access-token": "" }, { "adapter": "gewechat", "enable": true, "gewechat_url": "http://gewe:2531", "port": 2286, "callback_url": "http://langbot:2286/gewechat/callback", "app_id": "wx_6M3ZGFBZcr4WBfSN********", "token": "7890c527f7bb4160aecb8c17a0******" }

其余内容未改动

启用的插件

未下载任何插件

Suvee avatar Feb 07 '25 16:02 Suvee