-
Notifications
You must be signed in to change notification settings - Fork 359
Description
请问大佬,快手极速版单账号可以用export方式跑通,两个账号应该如何写?试了以下写KSJS_COOKIE的方式,中间用&隔开,能识别到是两个账号,但是会出错,报这个错误
🔔快手极速版,开始!
共找到2个账号
TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["Cookie"]
at ClientRequest.setHeader (node:_http_outgoing:651:3)
at new ClientRequest (node:_http_client:291:14)
at Object.request (node:https:366:10)
at RedirectableRequest._performRequest (/root/.local/share/pnpm/global/5/.pnpm/follow-redirects@1.15.6/node_modules/follow-redirects/index.js:326:24)
at new RedirectableRequest (/root/.local/share/pnpm/global/5/.pnpm/follow-redirects@1.15.6/node_modules/follow-redirects/index.js:100:8)
at Object.request (/root/.local/share/pnpm/global/5/.pnpm/follow-redirects@1.15.6/node_modules/follow-redirects/index.js:532:14)
at dispatchHttpRequest (/root/.local/share/pnpm/global/5/.pnpm/axios@1.6.8/node_modules/axios/dist/node/axios.cjs:2931:21)
at /root/.local/share/pnpm/global/5/.pnpm/axios@1.6.8/node_modules/axios/dist/node/axios.cjs:2621:5
at new Promise ()
at wrapAsync (/root/.local/share/pnpm/global/5/.pnpm/axios@1.6.8/node_modules/axios/dist/node/axios.cjs:2601:10)
at Axios.request (/root/.local/share/pnpm/global/5/.pnpm/axios@1.6.8/node_modules/axios/dist/node/axios.cjs:3876:41)
at async b6FQ3a0 (eval at (/ql/data/scripts/shufflewzc_faker3_main/jd_ksjs.js:17:1), :4:376844)
at async PccCOE.userInfo (eval at (/ql/data/scripts/shufflewzc_faker3_main/jd_ksjs.js:17:1), :4:379916)
at async PccCOE.run (eval at (/ql/data/scripts/shufflewzc_faker3_main/jd_ksjs.js:17:1), :4:396681)
at async eval (eval at (/ql/data/scripts/shufflewzc_faker3_main/jd_ksjs.js:17:1), :4:397163) {
code: 'ERR_INVALID_CHAR'
}
特别感谢大佬