📦 部署方式
Vercel
📌 软件版本
latest
💻 系统环境
Windows
📌 系统版本
No response
🐛 问题描述
Deepseek recently implemented a temporary account suspension system. This means that while users can still log in, requests to the backend will return an upstream_unavailable error. An easy way to check this is to send a request to https://chat.deepseek.com/api/v0/users/current. The response->data.biz_data.chat.is_muted field, which is of type int, indicates whether the account is muted, and response->data.biz_data.chat. mute_until is a float value in seconds (parser: new Date(res.data.biz_data.chat.mute_until * 1e3) will show the time until the account is unlocked)
📷 复现步骤
No response
🚦 期望结果
No response
📝 补充信息
No response
📦 部署方式
Vercel
📌 软件版本
latest
💻 系统环境
Windows
📌 系统版本
No response
🐛 问题描述
Deepseek recently implemented a temporary account suspension system. This means that while users can still log in, requests to the backend will return an
upstream_unavailableerror. An easy way to check this is to send a request tohttps://chat.deepseek.com/api/v0/users/current. Theresponse->data.biz_data.chat.is_mutedfield, which is of typeint, indicates whether the account is muted, andresponse->data.biz_data.chat. mute_untilis afloatvalue in seconds (parser:new Date(res.data.biz_data.chat.mute_until * 1e3)will show the time until the account is unlocked)📷 复现步骤
No response
🚦 期望结果
No response
📝 补充信息
No response