注意是 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 20 天前
我的也不行
|
2
JontyChen 20 天前
刚发现不能用了,也是返回 503
|
3
MuelsyseKen 11 天前
对,我的也出现了 503 的现象。还特地去本地部署了一个 DeepLX ,发现也是一样的 503 状态。Failed to fetch 。
https://github.com/OwO-Network/DeepLX/issues/149 这里似乎提及到了旧 API 被关闭了。 |
4
iyaozhen OP @MuelsyseKen 感谢,作者好像修复了,我更新新版好了。
|
5
UltimansUx 7 天前
@iyaozhen 我升级到 0.9.8.3 还是 503 ,你可以用了?
|
6
iyaozhen OP @UltimansUx #5 我升级了,可以
|