node.js | BAD_REQUEST 突然出现错误
node.js | BAD_REQUEST error suddenly appeared
我使用 node.js 和 google-translate-api 包。
几个月来一切正常,但突然之间,我不知道为什么,简单的代码
translate("hello", {from: "en", to: "fr"}).then(res => {
console.log(res.text);
}).catch(err => console.log(err));
停止工作,我现在每次都会收到此错误:
Error at C:\Users\...\AutoTranslate\node_modules\google-translate-api\index.js:105:17 at at process._tickCallback (internal/process/next_tick.js:188:7) code: 'BAD_REQUEST'
因此这不是我的代码造成的,可能是节点的某些参数造成的,但我不知道。从现在开始,其他使用异步调用的包会因同样的错误而崩溃。
我什至尝试卸载节点并重新安装它,但我无法让它再次工作。
谢谢!
您的 IP 已被阻止,请尝试连接其他网络,它会正常工作
我使用 node.js 和 google-translate-api 包。
几个月来一切正常,但突然之间,我不知道为什么,简单的代码
translate("hello", {from: "en", to: "fr"}).then(res => {
console.log(res.text);
}).catch(err => console.log(err));
停止工作,我现在每次都会收到此错误:
Error at C:\Users\...\AutoTranslate\node_modules\google-translate-api\index.js:105:17 at at process._tickCallback (internal/process/next_tick.js:188:7) code: 'BAD_REQUEST'
因此这不是我的代码造成的,可能是节点的某些参数造成的,但我不知道。从现在开始,其他使用异步调用的包会因同样的错误而崩溃。
我什至尝试卸载节点并重新安装它,但我无法让它再次工作。
谢谢!
您的 IP 已被阻止,请尝试连接其他网络,它会正常工作