Bug: Windows Gateway Feishu API timeout 30s at startup
Problem Description
On Windows, Gateway startup causes Feishu API (open.feishu.cn) to timeout after 30 seconds, but system network is normal.
Environment
- OS: Windows 11
- Node.js: v24.14.1
- OpenClaw Version: 2026.4.8
- Feishu SDK: @larksuiteoapi/node-sdk (axios)
Reproduction Steps
- Start Gateway (openclaw gateway start)
- Observe logs showing eishu API timeout
- After 30 seconds, Gateway continues startup and Feishu works normally
Logs
AxiosError: timeout of 30000ms exceeded url: 'https://open.feishu.cn/open-apis/auth/v3/tenant_access_token/internal'
Test Results
| Test Method |
Latency |
Result |
| PowerShell Invoke-WebRequest |
0.5s |
Success |
| Node.js axios (Gateway) |
30s timeout |
Fail |
Expected Behavior
Gateway should connect to Feishu API quickly at startup without 30s timeout.
Additional Info
- Network DNS is normal (tested)
- No proxy
- Feishu WebSocket connects successfully after startup (features work fine)
Bug: Windows Gateway Feishu API timeout 30s at startup
Problem Description
On Windows, Gateway startup causes Feishu API (open.feishu.cn) to timeout after 30 seconds, but system network is normal.
Environment
Reproduction Steps
Logs
AxiosError: timeout of 30000ms exceeded url: 'https://open.feishu.cn/open-apis/auth/v3/tenant_access_token/internal'Test Results
Expected Behavior
Gateway should connect to Feishu API quickly at startup without 30s timeout.
Additional Info