aeternity / aepp-cli-js

Command line interface for the æternity blockchain
http://docs.aeternity.com/aepp-cli-js/
ISC License
7 stars 6 forks source link

Unhandled internal exceptions #191

Closed dincho closed 2 years ago

dincho commented 2 years ago

Note: for support questions, please use the forum. This repository's issues are reserved for feature requests and bug reports.

+ aecli account address -P 123 build/wallet
file:///usr/local/lib/node_modules/@aeternity/aepp-cli/bin/utils/helpers.mjs:28
        throw new Error('File not found');
              ^

Error: File not found
    at readFile (file:///usr/local/lib/node_modules/@aeternity/aepp-cli/bin/utils/helpers.mjs:28:15)
    at readJSONFile (file:///usr/local/lib/node_modules/@aeternity/aepp-cli/bin/utils/helpers.mjs:36:21)
    at getWalletByPathAndDecrypt (file:///usr/local/lib/node_modules/@aeternity/aepp-cli/bin/utils/account.mjs:66:19)
    at initClientByWalletFile (file:///usr/local/lib/node_modules/@aeternity/aepp-cli/bin/utils/cli.mjs:105:25)
    at Module.getAddress (file:///usr/local/lib/node_modules/@aeternity/aepp-cli/bin/actions/account.mjs:217:13)
    at Command.<anonymous> (file:///usr/local/lib/node_modules/@aeternity/aepp-cli/bin/commands/account.mjs:84:205)
    at Command.listener [as _actionHandler] (/usr/local/lib/node_modules/@aeternity/aepp-cli/node_modules/commander/lib/command.js:488:17)
    at /usr/local/lib/node_modules/@aeternity/aepp-cli/node_modules/commander/lib/command.js:1227:65
    at Command._chainOrCall (/usr/local/lib/node_modules/@aeternity/aepp-cli/node_modules/commander/lib/command.js:1144:12)
    at Command._parseCommand (/usr/local/lib/node_modules/@aeternity/aepp-cli/node_modules/commander/lib/command.js:1227:27)