Open
Description
I'm getting the following error, consistently:
{
errno: 1022,
errmsg: '访问出现异常,请刷新后重试!',
error: 1022,
errShowMsg: '访问出现异常,请刷新后重试!'
}
code to reproduce :
const RequestOptions = {
"from" : "auto",
"to" : "spa"
}
exports.translate_text = async (text) => {
await translate(text, RequestOptions)
.then(value => //some code )
.catch(err => console.log(err))
}
Any ideas how to solve this?
Metadata
Metadata
Assignees
Labels
No labels