axelarnetwork / axelarate-community

Tools to join the axelar network
GNU General Public License v3.0
44 stars 57 forks source link

Error on setup Axelar network #401

Open keeprain1971 opened 6 months ago

keeprain1971 commented 6 months ago

Describe the bug A clear and concise description of what the bug is.

  1. clone "git clone https://github.com/axelarnetwork/axelarate-community.git"
  2. cd axelarate-community
  3. ./scripts/setup-node.sh -n testnet I got the following error message

" FAILED to run the last command script cleanup running FAILED to run the last command script cleanup running "

To Reproduce Steps to reproduce the behavior: Example

  1. Execute script ...
  2. Execute command axelarcli...
  3. See returned error ...

Expected behavior A clear and concise description of what you expected to happen.

Screenshots/Log excerpts If applicable, add screenshots or excerpts from the node log to help explain your problem.

Additional context Add any other context about the problem here.

studiozeroseven commented 5 months ago

I seem to be having this exact same issue

System: Intel CPU Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic

From user home directory I ran:

git clone https://github.com/axelarnetwork/axelarate-community.git
cd axelarate-community

Completed successfully and cd'd to directory

Then I continued to run the next command as user: ~/axelarate-community/scripts$ ./setup-node.sh -v -n mainnet

Response:

+ shift
+ :
+ case "${1-}" in
+ network=mainnet
+ shift
+ shift
+ :
+ case "${1-}" in
+ break
+ args=("$@")
+ '[' mainnet == mainnet ']'
+ '[' -z '' ']'
+ chain_id=axelar-dojo-1
+ '[' -z '' ']'
+ root_directory=/home/bot/.axelar
+ '[' -z '' ']'
++ curl -s https://raw.githubusercontent.com/axelarnetwork/axelar-docs/main/src/pages/resources/mainnet.mdx
++ grep axelar-core
++ cut -d '`' -f 4
+++ failure
+++ trap - SIGINT SIGTERM ERR
+++ msg 'FAILED to run the last command'
+++ echo -e 'FAILED to run the last command'
FAILED to run the last command
+++ cleanup
+++ trap - EXIT
+++ msg
+++ echo -e ''

+++ msg 'script cleanup running'
+++ echo -e 'script cleanup running'
script cleanup running
+++ exit 1
+ axelar_core_version=
++ failure
++ trap - SIGINT SIGTERM ERR
++ msg 'FAILED to run the last command'
++ echo -e 'FAILED to run the last command'
FAILED to run the last command
++ cleanup
++ trap - EXIT
++ msg
++ echo -e ''

++ msg 'script cleanup running'
++ echo -e 'script cleanup running'
script cleanup running
++ exit 1

Having trouble seeing where and why this failed

studiozeroseven commented 5 months ago

I think this link is dead: https://raw.githubusercontent.com/axelarnetwork/axelar-docs/main/src/pages/resources/mainnet.mdx