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
Failed to transform data with ds processor. TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
Details
ERROR Failed to transform data with ds processor. TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
ERROR failed to index block at height 6247464 TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
node:internal/errors:478
ErrorCaptureStackTrace(err);
^
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 new NodeError (node:internal/errors:387:5)
at Function.from (node:buffer:328:9)
at VM2 Wrapper.apply (/usr/local/lib/node_modules/@subql/node-cosmos/node_modules/vm2/lib/bridge.js:485:11)
at /app/node_modules/@subql/ethermint-evm-processor/dist/bundle.js:25:53460
at Array.map ()
at Object.transformer (/app/node_modules/@subql/ethermint-evm-processor/dist/bundle.js:25:53298)
at VM2 Wrapper.apply (/usr/local/lib/node_modules/@subql/node-cosmos/node_modules/vm2/lib/bridge.js:485:11)
at IndexerManager.transformAndExecuteCustomDs (/usr/local/lib/node_modules/@subql/node-cosmos/dist/indexer/indexer.manager.js:252:14)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Any other information
The transaction is for contract creation
The text was updated successfully, but these errors were encountered:
Description
Failed to transform data with ds processor. TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
Details
ERROR Failed to transform data with ds processor. TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
ERROR failed to index block at height 6247464 TypeError: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
node:internal/errors:478
ErrorCaptureStackTrace(err);
^
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 new NodeError (node:internal/errors:387:5)
at Function.from (node:buffer:328:9)
at VM2 Wrapper.apply (/usr/local/lib/node_modules/@subql/node-cosmos/node_modules/vm2/lib/bridge.js:485:11)
at /app/node_modules/@subql/ethermint-evm-processor/dist/bundle.js:25:53460
at Array.map ()
at Object.transformer (/app/node_modules/@subql/ethermint-evm-processor/dist/bundle.js:25:53298)
at VM2 Wrapper.apply (/usr/local/lib/node_modules/@subql/node-cosmos/node_modules/vm2/lib/bridge.js:485:11)
at IndexerManager.transformAndExecuteCustomDs (/usr/local/lib/node_modules/@subql/node-cosmos/dist/indexer/indexer.manager.js:252:14)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Any other information
The transaction is for contract creation
The text was updated successfully, but these errors were encountered: