Got error in Hugginface on 1st try #6120
Closed
cliffzhu
started this conversation in
Help Wanted
Replies: 1 comment
-
I seem make it work by filling all parameters. |
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
-
===== Application Startup at 2025-02-28 18:21:04 =====
node:buffer:320
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
at Function.from (node:buffer:320:9)
at Object. (/app/api/server/utils/crypto.js:4:20)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at Module.require (node:internal/modules/cjs/loader:1311:19)
at require (node:internal/modules/helpers:179:18)
at Object. (/app/api/server/utils/index.js:6:21)
at Module._compile (node:internal/modules/cjs/loader:1469:14) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v20.18.3
node:buffer:320
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
at Function.from (node:buffer:320:9)
at Object. (/app/api/server/utils/crypto.js:4:20)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at Module.require (node:internal/modules/cjs/loader:1311:19)
at require (node:internal/modules/helpers:179:18)
at Object. (/app/api/server/utils/index.js:6:21)
at Module._compile (node:internal/modules/cjs/loader:1469:14) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v20.18.3
Beta Was this translation helpful? Give feedback.
All reactions