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

Running Examples #3

Open
ShimmerPig opened this issue Mar 8, 2021 · 8 comments
Open

Running Examples #3

ShimmerPig opened this issue Mar 8, 2021 · 8 comments
Assignees

Comments

@ShimmerPig
Copy link

Hi, when I was running maker.js address, something went wrong.

$ ./maker.js address
fatal runtime error: failed to initiate panic, error 5

@ShimmerPig
Copy link
Author

$ cd ./dist/demo
$ ls
maker.js  server.js  taker.js
$ export DEBUG=user,maker
$ chmod +x ./maker.js
$ ./maker.js --help
Usage: maker [options] [command]

Options:
  -h, --help                                                      display help for command

Commands:
  address|a [options]
  balance|b
  make|m <sourceCurrency> <sourceAmount> <toCurrency> <toAmount>  Make an order
  help [command]                                                  display help for command
$ ./maker.js address
fatal runtime error: failed to initiate panic, error 5

@omershlo
Copy link
Contributor

omershlo commented Mar 8, 2021

@ShimmerPig thank you. we will look into it (cc: @oleiba )

@ShimmerPig
Copy link
Author

@ShimmerPig thank you. we will look into it (cc: @oleiba )

Thanks. I'm looking forward to your reply . :)

@ShimmerPig
Copy link
Author

# ./maker.js address
fatal runtime error: failed to initiate panic, error 5
Aborted (core dumped)

@ShimmerPig
Copy link
Author

On a clean Ubuntu 16

# rustc --version
rustc 1.38.0-nightly (0b680cfce 2019-07-09)
# node --version
v10.16.0

I just run it

$ git clone https://github.com/ZenGo-X/JugglingSwap
$ cd ./JugglingSwap
$ yarn install
$ yarn run build 
$ cd ./dist/demo
$ export DEBUG=user,maker  # see useful logs throughout the demo
$ chmod +x ./maker.js
$ ./maker.js address

Nothing else

@ShimmerPig
Copy link
Author

Hi, I want to know whether it's a problem with my environment or the program?

@oleiba
Copy link
Contributor

oleiba commented Mar 18, 2021

Hi, sorry for the delay in my response. I will check it and get back to you.

@ShimmerPig
Copy link
Author

Hi, sorry for the delay in my response. I will check it and get back to you.

Hi, I want to know whether it's a problem with my environment or the program?

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

3 participants