Skip to content
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

Error on setup Axelar network #401

Open
keeprain1971 opened this issue Feb 22, 2024 · 2 comments
Open

Error on setup Axelar network #401

keeprain1971 opened this issue Feb 22, 2024 · 2 comments

Comments

@keeprain1971
Copy link

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
Copy link

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
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants