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
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Object
at Object.writeFileSync (node:fs:2417:5)
at inspectHtmlTask (file:///****/node_modules/@unlighthouse/core/dist/index.mjs:1280:8)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Uh oh!
There was an error while loading. Please reload this page.
I can't verify on other duda sites but most of what I have or known duda sites will trigger a ERR_INVALID_ARG_TYPE
`node:fs:2417
validateStringAfterArrayBufferView(data, 'data');
^
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Object
at Object.writeFileSync (node:fs:2417:5)
at inspectHtmlTask (file:///****/node_modules/@unlighthouse/core/dist/index.mjs:1280:8)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v24.1.0
`
Reproduction
Well try running to this website which I believe a duda site. https://www.japan-mobility.com/
The text was updated successfully, but these errors were encountered: