-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run setup.js script #28
Comments
@lucianosilva44 Hi! Did you run iroha and postgresql via docker-compose? |
Hello! I have the same issue, I followed Iroha documentation starting Iroha and PostgreSQL via docker run. Could you help me with that? Thank you! I tried upgrading iroha-helpers to the latest and it didn't help. This is a part of the output: INFOsetting up accounts and assets with using '/root/iroha-wallet-js/scripts/wallets.json' INFOtrying to create an account: alice@iroha aaaaa BEGINtrying to create an asset: aaaaa#iroha (precision=18) Thank you! |
The wrong thing is the [email protected]. This private key depends on your local iroha network. The github one is not the same one as your local one. Try to replace this with your local one. It may be found in /opt/iroha_data. |
Hello,
When running the script setup.js, I got this error:
Error: Query response error: expected=ACCOUNT_RESPONSE, actual=ERROR_RESPONSE
Reason: {"reason":1,"message":"query signatories did not pass validation","errorCode":3}
I've already initialized Iroha and PostgresSQL DB. Someone knows what could be happening?
The text was updated successfully, but these errors were encountered: