注意是 deeplx ,不是官方的 deepl
https://deeplx.owo.network/integration/curl.html
curl -X POST http://localhost:1188/translate \
-H "Content-Type: application/json" \
-d '{
"text": "Hello, world!",
"source_lang": "EN",
"target_lang": "DE"
}'
{"code":503,"message":"Translation failed, API returns an empty result."}
之前站内推广的 https://deeplx.missuo.ru/ 也不行
应该不是我个体问题吧。官方封了这路子?
1
UltimansUx 34 天前
我的也不行
|
2
JontyChen 34 天前
刚发现不能用了,也是返回 503
|
3
MuelsyseKen 25 天前
对,我的也出现了 503 的现象。还特地去本地部署了一个 DeepLX ,发现也是一样的 503 状态。Failed to fetch 。
https://github.com/OwO-Network/DeepLX/issues/149 这里似乎提及到了旧 API 被关闭了。 |
4
iyaozhen OP @MuelsyseKen 感谢,作者好像修复了,我更新新版好了。
|
5
UltimansUx 21 天前
@iyaozhen 我升级到 0.9.8.3 还是 503 ,你可以用了?
|
6
iyaozhen OP @UltimansUx #5 我升级了,可以
|
7
wooway 7 天前
我升级了还是不行,我用 bob 那个插件,现在 bob 用 bob-plugin-deeplx ,我还没下载。
|
8
iyaozhen OP https://github.com/OwO-Network/DeepLX/pull/161
fix: 429 error in /translate endpoint (changed TLS fingerprint) 我试了下 最新版可以了 |