You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js版本:16.14.2,Windows Server 2019 Dataserver,初次导入配置文件
执行自动签到时出现如下错误
RangeError: Invalid key length
at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
at new Cipheriv (node:internal/crypto/cipher:243:3)
at Object.createCipheriv (node:crypto:138:10)
at AES.encrypt (file:///C:/Users/Administrator/AppData/Roaming/npm/node_modules/cea/node_modules/@ceajs/core/lib/src/utils/encrypt.js:13:31)
at login (file:///C:/Users/Administrator/AppData/Roaming/npm/node_modules/cea/node_modules/@ceajs/core/lib/src/crawler/login.js:73:47)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async loginAndStoreCookie (file:///C:/Users/Administrator/AppData/Roaming/npm/node_modules/cea/node_modules/@ceajs/core/lib/src/index.js:22:20)
at async handleLogin (file:///C:/Users/Administrator/AppData/Roaming/npm/node_modules/cea/node_modules/@ceajs/core/lib/src/index.js:41:17)
at async file:///C:/Users/Administrator/AppData/Roaming/npm/node_modules/cea/node_modules/@ceajs/core/lib/src/index.js:14:13 {
code: 'ERR_CRYPTO_INVALID_KEYLEN'
}
腾讯云函数在导入执行时也出现类似的错误(Node版本12.16)
The text was updated successfully, but these errors were encountered:
junpaku
changed the title
执行自动签到时出错
执行自动签到时出错 RangeError: Invalid key length
Apr 20, 2022
Node.js版本:16.14.2,Windows Server 2019 Dataserver,初次导入配置文件
执行自动签到时出现如下错误
腾讯云函数在导入执行时也出现类似的错误(Node版本12.16)
The text was updated successfully, but these errors were encountered: