Skip to content

[BUG] (内置)Bing翻译及deepL翻译出错 #426

Description

@Grid0723

请提供下述完整信息以便快速定位问题 / Please provide the following information to quickly locate the problem

  • 系统环境 / System Environment:
项目
操作系统 Windows 11 Pro (25H2)
版本号 Build 26200.9168
版本 ID Professional
  • TTime版本号 / TTime Version: 0.9.15

  • 问题描述 / Description of the issue:

(内置)Bing翻译及deepL翻译出错
(内置)Bing翻译显示 Request failed with status code 404

(内置)deepL翻译请求返回出错

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8"/>
    <title>Page Load Error</title>
    <style>
        .button {
            background-color: #0f2b46;
            border: none;
            color: #fff;
            padding: 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 8px;
            max-width: 100px
        }

        div.content {
            margin: center;
            width: 500px
        }

        button, h1, object, p {
            text-align: center;
            font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important
        }

        .centering {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column
        }

        #robot {
            max-width: 200px
        }

        #reload-button {
            padding: 2em
        }
    </style>
    <link rel="icon" type="image/png" href="https://www.deepl.com/img/favicon/favicon_16.png" sizes="16x16"/>
    <link rel="icon" type="image/png" href="https://www.deepl.com/img/favicon/favicon_32.png" sizes="32x32"/>
    <link rel="icon" type="image/png" href="https://www.deepl.com/img/favicon/favicon_96.png" sizes="96x96"/>
</head>
<body>
<main>
    <div class=centering><img width="100px" src="https://www.deepl.com/img/logo/DeepL_Logo_darkBlue_v2.svg"/>
        <h1>Slow Down Please!</h1>
        <div class=centering><img id="robot" src="https://static.deepl.com/img/404/robot.svg"/></div>
        <p>We have received too many requests from you too quickly.</p>
        <p>This error will automatically be cleared shortly. Please try again later.</p>
        <div class=centering id=reload-button>
            <button onClick="location.reload();" class="button">Reload</button>
        </div>
        <div class=centering>
            <pre>578d4322f2474acaa838ffcfedf114a7</pre>
        </div>
    </div>
</main>
</body>
</html>
Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions