-
Notifications
You must be signed in to change notification settings - Fork 82
youtubedl error #134
Description
const error = new ZodError_1.ZodError(ctx.common.issues);
^
ZodError: [
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"links",
"other"
],
"message": "Required"
}
]
at get error [as error] (/storage/emulated/0/J-EXEC/node_modules/zod/lib/types.js:55:31)
at ZodObject.parse (/storage/emulated/0/J-EXEC/node_modules/zod/lib/types.js:160:22)
at youtubedl (/storage/emulated/0/J-EXEC/node_modules/@bochilteam/scraper-youtube/lib/cjs/src/youtubedl-v1.js:29:60)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
issues: [
{
code: 'invalid_type',
expected: 'object',
received: 'undefined',
path: [ 'links', 'other' ],
message: 'Required'
}
],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
errors: [
{
code: 'invalid_type',
expected: 'object',
received: 'undefined',
path: [ 'links', 'other' ],
message: 'Required'
}
]
}