Bug Description
- Windows 11/10
- 运行
hermes gateway 立即崩溃
- 错误信息包含
os.kill(pid, 0) 和 SystemError
- 原因:Windows 不支持 Unix signal 0,
os.kill(pid, 0) 在 Windows 上会抛出 WinError 87
Steps to Reproduce
运行hermes gateway
Expected Behavior
gateway 正常运行
Actual Behavior
- 运行
hermes gateway 立即崩溃
- 错误信息包含
os.kill(pid, 0) 和 SystemError
Affected Component
Gateway (Telegram/Discord/Slack/WhatsApp)
Messaging Platform (if gateway-related)
No response
Operating System
windows 11
Python Version
3.11.15
Hermes Version
0.8.0
Relevant Logs / Traceback
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
No response
Are you willing to submit a PR for this?
Bug Description
hermes gateway立即崩溃os.kill(pid, 0)和SystemErroros.kill(pid, 0)在 Windows 上会抛出 WinError 87Steps to Reproduce
运行hermes gateway
Expected Behavior
gateway 正常运行
Actual Behavior
hermes gateway立即崩溃os.kill(pid, 0)和SystemErrorAffected Component
Gateway (Telegram/Discord/Slack/WhatsApp)
Messaging Platform (if gateway-related)
No response
Operating System
windows 11
Python Version
3.11.15
Hermes Version
0.8.0
Relevant Logs / Traceback
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
No response
Are you willing to submit a PR for this?