bytedance/deer-flow

连接企业微信时网关报错

Open

#2000 opened on Apr 8, 2026

View on GitHub
 (0 comments) (0 reactions) (2 assignees)Python (67,767 stars) (9,005 forks)batch import
bughelp wanted

Description

2026-04-08 08:35:04 - app.channels.wecom - ERROR - Failed to create WebSocket connection: 2026-04-08 08:35:04 - asyncio - ERROR - Exception in callback <bound method Connection.connection_lost of <websockets.asyncio.client.ClientConnection object at 0x7ffa622b0b00>> handle: Traceback (most recent call last): File "uvloop/cbhandles.pyx", line 63, in uvloop.loop.Handle._run File "/app/backend/.venv/lib/python3.12/site-packages/websockets/asyncio/connection.py", line 1029, in connection_lost self.recv_messages.close() ^^^^^^^^^^^^^^^^^^ AttributeError: 'ClientConnection' object has no attribute 'recv_messages'

使用最新的代码严格按照文档命令进行的构建启动,web端可正常对话。

Contributor guide