Unable to deposit using nodejs14 and arm64 #1

Closed
opened 2023-06-29 11:17:25 +03:00 by ytrezq · 1 comment
# node cli.js deposit Goerli 0.1
Error: TypeError: Cannot read property 'includes' of undefined
    at init (/root/tornado-cli/cli.js:1402:18)
    at Command.<anonymous> (/root/tornado-cli/cli.js:1557:13)
    at Command.listener [as _actionHandler] (/root/tornado-cli/node_modules/commander/index.js:413:31)
    at Command._parseCommand (/root/tornado-cli/node_modules/commander/index.js:914:14)
    at Command._dispatchSubcommand (/root/tornado-cli/node_modules/commander/index.js:865:18)
    at Command._parseCommand (/root/tornado-cli/node_modules/commander/index.js:882:12)
    at Command.parse (/root/tornado-cli/node_modules/commander/index.js:717:10)
    at Command.parseAsync (/root/tornado-cli/node_modules/commander/index.js:744:10)
    at main (/root/tornado-cli/cli.js:1752:19)
    at Object.<anonymous> (/root/tornado-cli/cli.js:1760:1)
    at Module._compile (node:internal/modules/cjs/loader:1092:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10)
    at Module.load (node:internal/modules/cjs/loader:972:32)
    at Function.Module._load (node:internal/modules/cjs/loader:813:14)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12)
    at node:internal/main/run_main_module:17:47
```` # node cli.js deposit Goerli 0.1 Error: TypeError: Cannot read property 'includes' of undefined at init (/root/tornado-cli/cli.js:1402:18) at Command.<anonymous> (/root/tornado-cli/cli.js:1557:13) at Command.listener [as _actionHandler] (/root/tornado-cli/node_modules/commander/index.js:413:31) at Command._parseCommand (/root/tornado-cli/node_modules/commander/index.js:914:14) at Command._dispatchSubcommand (/root/tornado-cli/node_modules/commander/index.js:865:18) at Command._parseCommand (/root/tornado-cli/node_modules/commander/index.js:882:12) at Command.parse (/root/tornado-cli/node_modules/commander/index.js:717:10) at Command.parseAsync (/root/tornado-cli/node_modules/commander/index.js:744:10) at main (/root/tornado-cli/cli.js:1752:19) at Object.<anonymous> (/root/tornado-cli/cli.js:1760:1) at Module._compile (node:internal/modules/cjs/loader:1092:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10) at Module.load (node:internal/modules/cjs/loader:972:32) at Function.Module._load (node:internal/modules/cjs/loader:813:14) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12) at node:internal/main/run_main_module:17:47 ````
Owner

Looks like you didn't provide RPC link: 1402 } else if (rpc.includes('ipc'))

Looks like you didn't provide RPC link: `1402 } else if (rpc.includes('ipc'))`
Theo closed this issue 2023-07-14 21:08:16 +03:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tornadocash/tornado-cli#1
No description provided.