qwen-web models return "error: Provider returned empty content" #10361
Replies: 5 comments 1 reply
|
This was answered about four hours before you posted, in a different thread you would not have seen: issue #9991, closed as an upstream limitation at 2026-08-14 04:00 UTC (closing comment). The short version of the maintainer's decision: Two things in your log are worth separating, because they are not the same failure. The "empty content" lines are the challenge, not an empty answer. For
#9991 flagged the misleading The Practical read: qwen-web is not going to work through cookies, so the supported path is the Qwen API provider with a real API key. In #9991 another user linked a third-party workaround ( |
|
The model ID for qwen-3.8-max-preview has been changed to qwen-3.8-max. |
|
Hey @yoursshadow50! Thanks for reporting this. The I traced the handler execution to Workaround / Fix steps:
Let me know if re-authenticating resolves the empty content stream for you! |
|
One note before you spend time re-capturing cookies: this exact failure was investigated in #9991 and closed as an upstream limitation — chat.qwen.ai sits behind Alibaba's anti-bot challenge, and the cookie-only web path cannot satisfy it, so a fresh cookie jar hits the same wall. That is also why the error reads "Provider returned empty content" instead of naming the challenge: qwen-web.ts:203-204 discards the upstream body before anything inspects it. |
|
Thanks for digging up #9991, @pacocartones -- that's the right context. @yoursshadow50, this is confirmed as an upstream limitation: |
Uh oh!
There was an error while loading. Please reload this page.
I am using v3.8.50 ...
","service":"omniroute","module":"sse","tag":"AUTH","msg":"Using qwen-web account: db27b32d..."}
[08:09:45] 📊 [USAGE] QWEN-WEB | in=284 | out=0 | account=db27b32d... (estimated)
[08:09:45] 🌊 [STREAM] QWEN-WEB | qwen3.8-max | 1646ms | error: Provider returned empty content
{"level":30,"time":"2026-08-14T08:09:47.974Z","service":"omniroute","module":"sse","tag":"HTTP","method":"POST","path":"/v1/chat/completions | qwen-web/qwen3.8-max-preview | 1 msgs","msg":"📥 POST /v1/chat/completions | qwen-web/qwen3.8-max-preview | 1 msgs"}
{"level":40,"time":"2026-08-14T08:09:47.977Z","service":"omniroute","module":"sse","tag":"CHAT","model":"qwen-web/qwen3.8-max-preview","msg":"Model 'qwen3.8-max-preview' is not available in the active live catalog for provider 'qwen-web'."}
{"level":30,"time":"2026-08-14T08:09:49.623Z","service":"omniroute","module":"sse","tag":"HTTP","method":"POST","path":"/v1/chat/completions | qwen-web/qwen3.7-max | 1 msgs","msg":"📥 POST /v1/chat/completions | qwen-web/qwen3.7-max | 1 msgs"}
{"level":30,"time":"2026-08-14T08:09:49.627Z","service":"omniroute","module":"sse","tag":"ROUTING","msg":"Provider: qwen-web, Model: qwen3.7-max"}
{"level":30,"time":"2026-08-14T08:09:49.629Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"session_key=input:sha256:06667... has no available affinity target"}
{"level":30,"time":"2026-08-14T08:09:49.629Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"Using qwen-web account: db27b32d..."}
[ProxyEgress] qwen-web/db27b32d in=? out=3.228.31.30 proxy=direct status=success
[08:09:50] 📊 [USAGE] QWEN-WEB | in=284 | out=0 | account=db27b32d... (estimated)
[08:09:50] 🌊 [STREAM] QWEN-WEB | qwen3.7-max | 1215ms | error: Provider returned empty content
{"level":30,"time":"2026-08-14T08:09:56.534Z","service":"omniroute","module":"sse","tag":"HTTP","method":"POST","path":"/v1/chat/completions | qwen-web/qwen3.7-plus | 1 msgs","msg":"📥 POST /v1/chat/completions | qwen-web/qwen3.7-plus | 1 msgs"}
{"level":30,"time":"2026-08-14T08:09:56.537Z","service":"omniroute","module":"sse","tag":"ROUTING","msg":"Provider: qwen-web, Model: qwen3.7-plus"}
{"level":30,"time":"2026-08-14T08:09:56.539Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"session_key=input:sha256:8cb65... has no available affinity target"}
{"level":30,"time":"2026-08-14T08:09:56.539Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"Using qwen-web account: db27b32d..."}
[ProxyEgress] qwen-web/db27b32d in=? out=3.228.31.30 proxy=direct status=success
[08:09:57] 📊 [USAGE] QWEN-WEB | in=284 | out=0 | account=db27b32d... (estimated)
[08:09:57] 🌊 [STREAM] QWEN-WEB | qwen3.7-plus | 1199ms | error: Provider returned empty content
All reactions