QWEN WEB RETURN EMPTY CONTENT ERROR #9583
Replies: 6 comments 1 reply
|
Hey @yoursshadow50! Let me help debug the empty content issue with Qwen Web. The executor has been updated to use Qwen's v2 API ( First check: do you have valid Qwen Web credentials configured? The Qwen Web provider needs a full cookie header captured from chat.qwen.ai after login. Go to Dashboard → Providers → Qwen Web and check:
If credentials are set: the empty content usually means the upstream session expired. Qwen's v2 cookie tokens have a limited lifetime (typically 1-3 days for the free tier). Re-capture the cookies from chat.qwen.ai (after logging in again) and update the provider settings. The log line you shared confirms the pattern: The request reached Qwen successfully (1167ms, no 502/504) but the stream produced zero content tokens -- classic sign of an expired session that Qwen accepted but no longer authorizes to generate. Try:
If the problem persists after a fresh session capture, reply here with the provider ID (obfuscated account prefix) and I will check if there was an upstream API change. |
|
I got same error too. After fresh session, capture cookie and put it. Run test, still getting "Provider returned empty content" It was working fine several days ago |
|
Thanks @ccmks for the data point — two users with the same error after fresh cookies suggests something changed upstream. @yoursshadow50 ^ this confirms the issue is not specific to one account/session. What I suspect: Qwen's v2 API may have rolled a breaking change (the SPA version pin To investigate I would need:
In the meantime, a workaround: try using the Qwen API provider (not Qwen Web) with an API key from the Qwen developer portal, if you have one. The Web provider relies on the consumer chat session, which is inherently less stable. If anyone can share sanitized logs showing the upstream response (HTTP status + first 500 chars of the response body), I can trace whether a protocol change needs shipping. |
|
@ccmks @yoursshadow50 -- still hitting "Provider returned empty content" on the latest version? Otherwise I'll close this in 7 days for inactivity (the upstream v2/WAF investigation continues in #10361 / #9991 context). |
|
@diegosouzapw how do I upgrade to version 3.8.50? I tried to run the install command still getting 3.8.49 |
|
@ccmks Upgrade path: @yoursshadow50 Thanks for re-testing on 3.8.50. Two separate things in your log: the |
Uh oh!
There was an error while loading. Please reload this page.
qwen-web/2b75d25b in=? out=3.228.31.30 proxy=direct status=success
[08:37:37] 📊 [USAGE] QWEN-WEB | in=289 | out=0 | account=2b75d25b... (estimated)
[08:37:37] 🌊 [STREAM] QWEN-WEB | qwen3.8-max-preview | 1167ms | error: Provider returned empty content
EVEN I USE ALL MODELS ...THE ERROR ARE SAME LIKE THAT
All reactions