Howdy! I'm getting the error below in XO when trying to run xo-cli audit.getRecords --json
in a python script. However, this same error happens when running the command locally. The XO instance registers successfully, and the other commands work as expected. This started happening last week, and I've since updated XO and the VM it's running on (and yes, I did turn it off and back on again ).
I was thinking it could be the self-signed cert, but every other command works, and the --allowUnauthorized
flag is set in the register command and is reflected in the error message. If anyone has an idea or something for me to check, please let me know!
node:events:510
throw err; // Unhandled 'error' event
^
Error [ERR_UNHANDLED_ERROR]: Unhandled error. (ErrorEvent {
[Symbol(kTarget)]: <ref *1> WebSocket {
_events: [Object: null prototype] {
close: [Function],
error: [Function],
message: [Function]
},
_eventsCount: 3,
_maxListeners: undefined,
_binaryType: 'nodebuffer',
_closeCode: 1006,
_closeFrameReceived: false,
_closeFrameSent: false,
_closeMessage: <Buffer >,
_closeTimer: Timeout {
_idleTimeout: 30000,
_idlePrev: [TimersList],
_idleNext: [TimersList],
_idleStart: 204363,
_onTimeout: [Function: bound ],
_timerArgs: undefined,
_repeat: null,
_destroyed: false,
[Symbol(refed)]: true,
[Symbol(kHasPrimitive)]: false,
[Symbol(asyncId)]: 11785,
[Symbol(triggerId)]: 11782
},
_errorEmitted: true,
_extensions: { 'permessage-deflate': [PerMessageDeflate] },
_paused: false,
_protocol: '',
_readyState: 2,
_receiver: Receiver {
_events: [Object],
_writableState: [WritableState],
_maxListeners: undefined,
_allowSynchronousEvents: true,
_binaryType: 'nodebuffer',
_extensions: [Object],
_isServer: false,
_maxPayload: 104857600,
_skipUTF8Validation: false,
_bufferedBytes: 0,
_buffers: [],
_compressed: true,
_payloadLength: 68954412,
_mask: undefined,
_fragmented: 0,
_masked: false,
_fin: true,
_opcode: 1,
_totalPayloadLength: 68954412,
_messageLength: 0,
_fragments: [],
_errored: false,
_loop: false,
_state: 5,
_eventsCount: 6,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(websocket)]: [Circular *1]
},
_sender: Sender {
_extensions: [Object],
_socket: [TLSSocket],
_firstFragment: true,
_compress: true,
_bufferedBytes: 0,
_queue: [],
_state: 0,
onerror: [Function: senderOnError],
[Symbol(websocket)]: [Circular *1]
},
_socket: TLSSocket {
_tlsOptions: [Object],
_secureEstablished: true,
_securePending: false,
_newSessionPending: false,
_controlReleased: true,
secureConnecting: false,
_SNICallback: null,
servername: '<REDACTED>',
alpnProtocol: false,
authorized: false,
authorizationError: 'DEPTH_ZERO_SELF_SIGNED_CERT',
encrypted: true,
_events: [Object: null prototype],
_eventsCount: 5,
connecting: false,
_hadError: false,
_parent: null,
_host: '<REDACTED>',
_closeAfterHandlingError: false,
_readableState: [ReadableState],
_writableState: [WritableState],
allowHalfOpen: false,
_maxListeners: undefined,
_sockname: null,
_pendingData: null,
_pendingEncoding: '',
server: undefined,
_server: null,
ssl: [TLSWrap],
_requestCert: true,
_rejectUnauthorized: false,
parser: null,
_httpMessage: null,
timeout: 0,
[Symbol(alpncallback)]: null,
[Symbol(res)]: [TLSWrap],
[Symbol(verified)]: true,
[Symbol(pendingSession)]: null,
[Symbol(async_id_symbol)]: 74,
[Symbol(kHandle)]: [TLSWrap],
[Symbol(lastWriteQueueSize)]: 8,
[Symbol(timeout)]: null,
[Symbol(kBuffer)]: null,
[Symbol(kBufferCb)]: null,
[Symbol(kBufferGen)]: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(kSetNoDelay)]: true,
[Symbol(kSetKeepAlive)]: false,
[Symbol(kSetKeepAliveInitialDelay)]: 0,
[Symbol(kBytesRead)]: 0,
[Symbol(kBytesWritten)]: 0,
[Symbol(connect-options)]: [Object],
[Symbol(websocket)]: [Circular *1]
},
_bufferedAmount: 0,
_isServer: false,
_redirects: 0,
_autoPong: true,
_url: 'wss://<REDACTED>/api/',
_req: null,
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false
},
[Symbol(kType)]: 'error',
[Symbol(kError)]: Error: invalid code lengths set
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at Zlib.zlibOnError [as onerror] (node:zlib:190:17) {
errno: -3,
code: 'Z_DATA_ERROR',
[Symbol(status-code)]: 1007
},
[Symbol(kMessage)]: 'invalid code lengths set'
})
at Xo.emit (node:events:508:17)
at WebSocket.<anonymous> (/opt/xo/xo-builds/xen-orchestra-202410241844/node_modules/jsonrpc-websocket-client/dist/websocket-client.js:171:18)
at callListener (/opt/xo/xo-builds/xen-orchestra-202410241844/node_modules/ws/lib/event-target.js:290:14)
at WebSocket.onError (/opt/xo/xo-builds/xen-orchestra-202410241844/node_modules/ws/lib/event-target.js:230:9)
at WebSocket.emit (node:events:519:28)
at Receiver.receiverOnError (/opt/xo/xo-builds/xen-orchestra-202410241844/node_modules/ws/lib/websocket.js:1199:15)
at Receiver.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'ERR_UNHANDLED_ERROR',
context: ErrorEvent {
[Symbol(kTarget)]: <ref *2> WebSocket {
_events: [Object: null prototype] {
close: [Function: onClose] {
[Symbol(kIsForOnEventAttribute)]: false,
[Symbol(kListener)]: [Function: bound _onClose]
},
error: [Function: onError] {
[Symbol(kIsForOnEventAttribute)]: false,
[Symbol(kListener)]: [Function (anonymous)]
},
message: [Function: onMessage] {
[Symbol(kIsForOnEventAttribute)]: false,
[Symbol(kListener)]: [Function (anonymous)]
}
},
_eventsCount: 3,
_maxListeners: undefined,
_binaryType: 'nodebuffer',
_closeCode: 1006,
_closeFrameReceived: false,
_closeFrameSent: false,
_closeMessage: Buffer(0) [Uint8Array] [],
_closeTimer: <ref *1> Timeout {
_idleTimeout: 30000,
_idlePrev: TimersList {
_idleNext: [Circular *1],
_idlePrev: [Circular *1],
expiry: 234363,
id: -9007199254740175,
msecs: 30000,
priorityQueuePosition: 2
},
_idleNext: TimersList {
_idleNext: [Circular *1],
_idlePrev: [Circular *1],
expiry: 234363,
id: -9007199254740175,
msecs: 30000,
priorityQueuePosition: 2
},
_idleStart: 204363,
_onTimeout: [Function: bound ],
_timerArgs: undefined,
_repeat: null,
_destroyed: false,
[Symbol(refed)]: true,
[Symbol(kHasPrimitive)]: false,
[Symbol(asyncId)]: 11785,
[Symbol(triggerId)]: 11782
},
_errorEmitted: true,
_extensions: {
'permessage-deflate': PerMessageDeflate {
_maxPayload: 104857600,
_options: {},
_threshold: 1024,
_isServer: false,
_deflate: DeflateRaw {
_writeState: [Uint32Array],
_events: [Object],
_readableState: [ReadableState],
_writableState: [WritableState],
allowHalfOpen: true,
_maxListeners: undefined,
_eventsCount: 2,
bytesWritten: 211,
_handle: [Zlib],
_outBuffer: [Buffer [Uint8Array]],
_outOffset: 160,
_chunkSize: 16384,
_defaultFlushFlag: 0,
_finishFlushFlag: 4,
_defaultFullFlushFlag: 3,
_info: undefined,
_maxOutputLength: 4294967296,
_level: -1,
_strategy: 0,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(kCallback)]: null,
[Symbol(kError)]: null,
[Symbol(total-length)]: 0,
[Symbol(buffers)]: [],
[Symbol(callback)]: null
},
_inflate: null,
params: [Object: null prototype] {}
}
},
_paused: false,
_protocol: '',
_readyState: 2,
_receiver: Receiver {
_events: {
close: undefined,
error: [Function: receiverOnError],
prefinish: undefined,
finish: undefined,
drain: [Function: receiverOnDrain],
conclude: [Function: receiverOnConclude],
message: [Function: receiverOnMessage],
ping: [Function: receiverOnPing],
pong: [Function: receiverOnPong]
},
_writableState: WritableState {
highWaterMark: 16384,
length: 0,
corked: 0,
onwrite: [Function: bound onwrite],
writelen: 0,
bufferedIndex: 0,
pendingcb: 1,
[Symbol(kState)]: 17582526,
[Symbol(kBufferedValue)]: null,
[Symbol(kWriteCbValue)]: null,
[Symbol(kErroredValue)]: Error: invalid code lengths set
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at Zlib.zlibOnError [as onerror] (node:zlib:190:17) {
errno: -3,
code: 'Z_DATA_ERROR',
[Symbol(status-code)]: 1007
}
},
_maxListeners: undefined,
_allowSynchronousEvents: true,
_binaryType: 'nodebuffer',
_extensions: {
'permessage-deflate': PerMessageDeflate {
_maxPayload: 104857600,
_options: {},
_threshold: 1024,
_isServer: false,
_deflate: [DeflateRaw],
_inflate: null,
params: [Object: null prototype] {}
}
},
_isServer: false,
_maxPayload: 104857600,
_skipUTF8Validation: false,
_bufferedBytes: 0,
_buffers: [],
_compressed: true,
_payloadLength: 68954412,
_mask: undefined,
_fragmented: 0,
_masked: false,
_fin: true,
_opcode: 1,
_totalPayloadLength: 68954412,
_messageLength: 0,
_fragments: [],
_errored: false,
_loop: false,
_state: 5,
_eventsCount: 6,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(websocket)]: [Circular *2]
},
_sender: Sender {
_extensions: {
'permessage-deflate': PerMessageDeflate {
_maxPayload: 104857600,
_options: {},
_threshold: 1024,
_isServer: false,
_deflate: [DeflateRaw],
_inflate: null,
params: [Object: null prototype] {}
}
},
_socket: <ref *3> TLSSocket {
_tlsOptions: {
allowHalfOpen: undefined,
pipe: false,
secureContext: [SecureContext],
isServer: false,
requestCert: true,
rejectUnauthorized: false,
session: undefined,
ALPNProtocols: undefined,
requestOCSP: undefined,
enableTrace: undefined,
pskCallback: undefined,
highWaterMark: undefined,
onread: undefined,
signal: undefined
},
_secureEstablished: true,
_securePending: false,
_newSessionPending: false,
_controlReleased: true,
secureConnecting: false,
_SNICallback: null,
servername: '<REDACTED>',
alpnProtocol: false,
authorized: false,
authorizationError: 'DEPTH_ZERO_SELF_SIGNED_CERT',
encrypted: true,
_events: [Object: null prototype] {
close: [Array],
end: [Array],
error: [Function: socketOnError],
newListener: [Array],
connect: undefined,
secure: [Function: onConnectSecure],
data: undefined,
drain: undefined
},
_eventsCount: 5,
connecting: false,
_hadError: false,
_parent: null,
_host: '<REDACTED>',
_closeAfterHandlingError: false,
_readableState: ReadableState {
highWaterMark: 16384,
buffer: [Array],
bufferIndex: 0,
length: 15395,
pipes: [],
awaitDrainWriters: null,
[Symbol(kState)]: 110635268
},
_writableState: WritableState {
highWaterMark: 16384,
length: 8,
corked: 0,
onwrite: [Function: bound onwrite],
writelen: 8,
bufferedIndex: 0,
pendingcb: 1,
[Symbol(kState)]: 118259972,
[Symbol(kBufferedValue)]: null,
[Symbol(kWriteCbValue)]: [Function (anonymous)]
},
allowHalfOpen: false,
_maxListeners: undefined,
_sockname: null,
_pendingData: null,
_pendingEncoding: '',
server: undefined,
_server: null,
ssl: TLSWrap {
_parent: [TCP],
_parentWrap: null,
_secureContext: [SecureContext],
reading: true,
onkeylog: [Function: onkeylog],
onhandshakestart: [Function: noop],
onhandshakedone: [Function (anonymous)],
onocspresponse: [Function: onocspresponse],
onnewsession: [Function: onnewsessionclient],
onerror: [Function: onerror],
[Symbol(owner_symbol)]: [Circular *3]
},
_requestCert: true,
_rejectUnauthorized: false,
parser: null,
_httpMessage: null,
timeout: 0,
[Symbol(alpncallback)]: null,
[Symbol(res)]: TLSWrap {
_parent: [TCP],
_parentWrap: null,
_secureContext: [SecureContext],
reading: true,
onkeylog: [Function: onkeylog],
onhandshakestart: [Function: noop],
onhandshakedone: [Function (anonymous)],
onocspresponse: [Function: onocspresponse],
onnewsession: [Function: onnewsessionclient],
onerror: [Function: onerror],
[Symbol(owner_symbol)]: [Circular *3]
},
[Symbol(verified)]: true,
[Symbol(pendingSession)]: null,
[Symbol(async_id_symbol)]: 74,
[Symbol(kHandle)]: TLSWrap {
_parent: [TCP],
_parentWrap: null,
_secureContext: [SecureContext],
reading: true,
onkeylog: [Function: onkeylog],
onhandshakestart: [Function: noop],
onhandshakedone: [Function (anonymous)],
onocspresponse: [Function: onocspresponse],
onnewsession: [Function: onnewsessionclient],
onerror: [Function: onerror],
[Symbol(owner_symbol)]: [Circular *3]
},
[Symbol(lastWriteQueueSize)]: 8,
[Symbol(timeout)]: null,
[Symbol(kBuffer)]: null,
[Symbol(kBufferCb)]: null,
[Symbol(kBufferGen)]: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(kSetNoDelay)]: true,
[Symbol(kSetKeepAlive)]: false,
[Symbol(kSetKeepAliveInitialDelay)]: 0,
[Symbol(kBytesRead)]: 0,
[Symbol(kBytesWritten)]: 0,
[Symbol(connect-options)]: {
rejectUnauthorized: false,
ciphers: 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
checkServerIdentity: [Function: checkServerIdentity],
minDHSize: 1024,
allowSynchronousEvents: true,
autoPong: true,
protocolVersion: 13,
maxPayload: 104857600,
skipUTF8Validation: false,
perMessageDeflate: true,
followRedirects: false,
maxRedirects: 10,
socketPath: undefined,
hostname: undefined,
protocol: undefined,
timeout: undefined,
method: 'GET',
host: '<REDACTED>',
path: undefined,
port: 443,
createConnection: [Function: tlsConnect],
defaultPort: 443,
headers: [Object],
_defaultAgent: [Agent],
servername: '<REDACTED>',
singleUse: true
},
[Symbol(websocket)]: [Circular *2]
},
_firstFragment: true,
_compress: true,
_bufferedBytes: 0,
_queue: [],
_state: 0,
onerror: [Function: senderOnError],
[Symbol(websocket)]: [Circular *2]
},
_socket: <ref *3> TLSSocket {
_tlsOptions: {
allowHalfOpen: undefined,
pipe: false,
secureContext: SecureContext { context: SecureContext {} },
isServer: false,
requestCert: true,
rejectUnauthorized: false,
session: undefined,
ALPNProtocols: undefined,
requestOCSP: undefined,
enableTrace: undefined,
pskCallback: undefined,
highWaterMark: undefined,
onread: undefined,
signal: undefined
},
_secureEstablished: true,
_securePending: false,
_newSessionPending: false,
_controlReleased: true,
secureConnecting: false,
_SNICallback: null,
servername: '<REDACTED>',
alpnProtocol: false,
authorized: false,
authorizationError: 'DEPTH_ZERO_SELF_SIGNED_CERT',
encrypted: true,
_events: [Object: null prototype] {
close: [
[Function: onSocketCloseDestroySSL],
[Function: socketOnClose]
],
end: [ [Function: onReadableStreamEnd], [Function: socketOnEnd] ],
error: [Function: socketOnError],
newListener: [ [Function: keylogNewListener], [Function: newListener] ],
connect: undefined,
secure: [Function: onConnectSecure],
data: undefined,
drain: undefined
},
_eventsCount: 5,
connecting: false,
_hadError: false,
_parent: null,
_host: '<REDACTED>',
_closeAfterHandlingError: false,
_readableState: ReadableState {
highWaterMark: 16384,
buffer: [
[Buffer [Uint8Array]],
[Buffer [Uint8Array]],
[Buffer [Uint8Array]],
[Buffer [Uint8Array]],
[Buffer [Uint8Array]],
[Buffer [Uint8Array]],
[Buffer [Uint8Array]]
],
bufferIndex: 0,
length: 15395,
pipes: [],
awaitDrainWriters: null,
[Symbol(kState)]: 110635268
},
_writableState: WritableState {
highWaterMark: 16384,
length: 8,
corked: 0,
onwrite: [Function: bound onwrite],
writelen: 8,
bufferedIndex: 0,
pendingcb: 1,
[Symbol(kState)]: 118259972,
[Symbol(kBufferedValue)]: null,
[Symbol(kWriteCbValue)]: [Function (anonymous)]
},
allowHalfOpen: false,
_maxListeners: undefined,
_sockname: null,
_pendingData: null,
_pendingEncoding: '',
server: undefined,
_server: null,
ssl: TLSWrap {
_parent: TCP {
reading: [Getter/Setter],
onconnection: null,
[Symbol(owner_symbol)]: [Circular *3]
},
_parentWrap: null,
_secureContext: SecureContext { context: SecureContext {} },
reading: true,
onkeylog: [Function: onkeylog],
onhandshakestart: [Function: noop],
onhandshakedone: [Function (anonymous)],
onocspresponse: [Function: onocspresponse],
onnewsession: [Function: onnewsessionclient],
onerror: [Function: onerror],
[Symbol(owner_symbol)]: [Circular *3]
},
_requestCert: true,
_rejectUnauthorized: false,
parser: null,
_httpMessage: null,
timeout: 0,
[Symbol(alpncallback)]: null,
[Symbol(res)]: TLSWrap {
_parent: TCP {
reading: [Getter/Setter],
onconnection: null,
[Symbol(owner_symbol)]: [Circular *3]
},
_parentWrap: null,
_secureContext: SecureContext { context: SecureContext {} },
reading: true,
onkeylog: [Function: onkeylog],
onhandshakestart: [Function: noop],
onhandshakedone: [Function (anonymous)],
onocspresponse: [Function: onocspresponse],
onnewsession: [Function: onnewsessionclient],
onerror: [Function: onerror],
[Symbol(owner_symbol)]: [Circular *3]
},
[Symbol(verified)]: true,
[Symbol(pendingSession)]: null,
[Symbol(async_id_symbol)]: 74,
[Symbol(kHandle)]: TLSWrap {
_parent: TCP {
reading: [Getter/Setter],
onconnection: null,
[Symbol(owner_symbol)]: [Circular *3]
},
_parentWrap: null,
_secureContext: SecureContext { context: SecureContext {} },
reading: true,
onkeylog: [Function: onkeylog],
onhandshakestart: [Function: noop],
onhandshakedone: [Function (anonymous)],
onocspresponse: [Function: onocspresponse],
onnewsession: [Function: onnewsessionclient],
onerror: [Function: onerror],
[Symbol(owner_symbol)]: [Circular *3]
},
[Symbol(lastWriteQueueSize)]: 8,
[Symbol(timeout)]: null,
[Symbol(kBuffer)]: null,
[Symbol(kBufferCb)]: null,
[Symbol(kBufferGen)]: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(kSetNoDelay)]: true,
[Symbol(kSetKeepAlive)]: false,
[Symbol(kSetKeepAliveInitialDelay)]: 0,
[Symbol(kBytesRead)]: 0,
[Symbol(kBytesWritten)]: 0,
[Symbol(connect-options)]: {
rejectUnauthorized: false,
ciphers: 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
checkServerIdentity: [Function: checkServerIdentity],
minDHSize: 1024,
allowSynchronousEvents: true,
autoPong: true,
protocolVersion: 13,
maxPayload: 104857600,
skipUTF8Validation: false,
perMessageDeflate: true,
followRedirects: false,
maxRedirects: 10,
socketPath: undefined,
hostname: undefined,
protocol: undefined,
timeout: undefined,
method: 'GET',
host: '<REDACTED>',
path: undefined,
port: 443,
createConnection: [Function: tlsConnect],
defaultPort: 443,
headers: {
'Sec-WebSocket-Version': 13,
'Sec-WebSocket-Key': '/6jaAonjgPC7ytTPeX/epA==',
Connection: 'Upgrade',
Upgrade: 'websocket',
'Sec-WebSocket-Extensions': 'permessage-deflate; client_max_window_bits'
},
_defaultAgent: Agent {
_events: [Object: null prototype],
_eventsCount: 2,
_maxListeners: undefined,
defaultPort: 443,
protocol: 'https:',
options: [Object: null prototype],
requests: [Object: null prototype] {},
sockets: [Object: null prototype] {},
freeSockets: [Object: null prototype] {},
keepAliveMsecs: 1000,
keepAlive: true,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object],
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false
},
servername: '<REDACTED>',
singleUse: true
},
[Symbol(websocket)]: [Circular *2]
},
_bufferedAmount: 0,
_isServer: false,
_redirects: 0,
_autoPong: true,
_url: 'wss://<REDACTED>/api/',
_req: null,
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false
},
[Symbol(kType)]: 'error',
[Symbol(kError)]: Error: invalid code lengths set
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at Zlib.zlibOnError [as onerror] (node:zlib:190:17) {
errno: -3,
code: 'Z_DATA_ERROR',
[Symbol(status-code)]: 1007
},
[Symbol(kMessage)]: 'invalid code lengths set'
}
}
Node.js v20.18.0