bytedance/deer-flow

连接企业微信时网关报错

Closed

#2,000 opened on Apr 8, 2026

 (0 comments) (0 reactions) (2 assignees)Python (9,005 forks)batch import
bughelp wanted

Repository metrics

Stars
 (67,767 stars)
PR merge metrics
 (Avg merge 2d 5h) (229 merged PRs in 30d)

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