Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.
This repository was archived by the owner on May 13, 2026. It is now read-only.

[Bug] The account verification process is reporting an error #517

@tachibana-shin

Description

@tachibana-shin

📦 部署方式

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions