Replies: 1 comment
-
因为这这个翻译引擎实际上利用的是 DeepL 翻译浏览器插件的 API,它的服务器会有反滥用机制,如果请求频率太高很容易被检测到,但是具体什么限制就不太清楚了。你有很多代理节点,可能需要自己改代码实现在并发时轮换代理。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
基础信息
*使用DEEPL (FREE)翻译Holy bible(NIV) (4万行,4百万字) 。
描述错误
基本20行后就报“too many...." 我并发设置的20 间隔设置2秒
把所有的代理节点(30个)都用上【负载均衡-轮换】起来。在两千多行的时候,彻底罢工,报错,无响应。
期待变化
想知道DEEPL FREE 的具体频率和容量是怎么限制的以便做出调整。
Beta Was this translation helpful? Give feedback.
All reactions