Help: wow-agent OpenCode Zen 502 Error #205774
Replies: 2 comments 1 reply
|
the for streaming, also make sure a failed stream starts a fresh request rather than trying to continue the broken connection. logging the request id and retry count would help confirm whether failures cluster during provider load. |
|
Hi @uuzjw, thanks for participating! Unfortunately, we don’t currently have moderators for languages other than English. Until that changes, we need to ask that everyone use English here in the GitHub Community when posting to ensure discussions are adhering to our Code of Conduct. We’ll be locking this post for now, but please feel encouraged to create a new discussion in English if you still need support. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
Body
Hello OpenCode Community,
大家好,我正在开发一个开源终端 AI Agent —— wow-agent,在集成 OpenCode Zen 的 ox-alpha-free API 时遇到了一个稳定性问题,希望得到一些建议。
Environment / 环境
Problem / 问题
When using ox-alpha-free through OpenCode Zen, the API sometimes fails during streaming responses.
在通过 OpenCode Zen 调用 ox-alpha-free 时,流式响应过程中偶尔会失败。
The error message:
How to reproduce / 复现方式
Expected Behavior / 期望结果
The model should return responses normally, or the client should receive a proper retryable error.
希望模型能够正常返回结果,或者客户端能够收到明确的可重试错误。
Actual Behavior / 实际情况
The request occasionally fails with a 502 upstream overload error.
该请求偶尔会因为上游服务过载返回 502 错误。
Questions / 想请教的问题
是否有推荐的:
Thank you for your help!
感谢大家的帮助和建议!

Guidelines
All reactions