-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Open
Labels
Description
前置确认
- 我确认我运行的是最新版本的代码,并且安装了所需的依赖,在FAQS中也未找到类似问题。
⚠️ 搜索issues中是否已存在类似问题
- 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue
操作系统类型?
MacOS
运行的python版本是?
python 3.7
使用的chatgpt-on-wechat版本是?
Latest Release
运行的channel类型是?
wx(个人微信, itchat)
复现步骤 🕹
下面是docker中的容器日志,
部署步骤就是按照文档说的
wget https://cdn.link-ai.tech/code/cow/docker-compose.yml
然后sudo docker compose up -d
除了在yml中增加了把容器的端口9899映射出来的端口配置外没有修改其他配置了
问题描述 😯
No response
终端日志 📒
[INFO][2025-11-22 02:41:45][web_channel.py:197] - Web对话网页已运行, 请使用浏览器访问 [http://localhost:9899/chat](http://localhost:9899/chat)
192.168.65.1:19357 - - [22/Nov/2025 02:41:48] "HTTP/1.1 GET /chat" - 200 OK
192.168.65.1:61579 - - [22/Nov/2025 02:41:48] "HTTP/1.1 GET /assets/github.png" - 200 OK
192.168.65.1:32023 - - [22/Nov/2025 02:41:48] "HTTP/1.1 GET /assets/logo.jpg" - 200 OK
192.168.65.1:19357 - - [22/Nov/2025 02:41:48] "HTTP/1.1 GET /assets/axios.min.js" - 200 OK
[INFO][2025-11-22 02:41:51][chat_channel.py:149] - [chat_channel]receive single chat msg, but checkprefix didn't match
[ERROR][2025-11-22 02:41:51][web_channel.py:142] - Error processing message: 'NoneType' object does not support item assignment
192.168.65.1:63687 - - [22/Nov/2025 02:41:51] "HTTP/1.1 POST /message" - 200 OK