We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用npm部署和直接扔workers.js都试过了
没有设置额外域名,在workers.dev上测试,一次都翻译不了,提示429
请问这个问题该如何解决?
The text was updated successfully, but these errors were encountered:
一样的情况,好久都没有更新了。蹲一波
Sorry, something went wrong.
试试 src/indx.ts 里的 "https://ideepl.vercel.app/jsonrpc" 改成 'https://www2.deepl.com/jsonrpc'
'https://www2.deepl.com/jsonrpc'
const result = await query(params, { proxyEndpoint: 'https://www2.deepl.com/jsonrpc', // "https://ideepl.vercel.app/jsonrpc", });
不过一般用几次也会出429。薅 deepl-pro 吧比较靠谱。
No branches or pull requests
用npm部署和直接扔workers.js都试过了
没有设置额外域名,在workers.dev上测试,一次都翻译不了,提示429
请问这个问题该如何解决?
The text was updated successfully, but these errors were encountered: