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

Unable to connect with symbol-cli #42

Open
codebru opened this issue Jun 3, 2020 · 2 comments
Open

Unable to connect with symbol-cli #42

codebru opened this issue Jun 3, 2020 · 2 comments

Comments

@codebru
Copy link

codebru commented Jun 3, 2020

Version:

Platform: Ubuntu 18.04.4 LTS (Bionic Beaver)

Process to reproduce:

  • Download the source code via git clone or wget https://github.com/tech-bureau/catapult-service-bootstrap/releases/tag/0.9.5.1-beta1
  • sudo ./cmds/start-all
  • Attempt to create an account via: symbol-cli account generate
  • You should see ERR Check if you can reach the Symbol url provided: http://localhost:3000/block/1.
  • But if you curl http://localhost:3000/block/1 you get a normal response
  • I have also tested with the steps for importing the profile with currency here: https://nemtech.github.io/guides/network/creating-a-private-test-net.html#creating-a-private-test-net and got the same failure

Let me know if any more details would be useful.

@cndlhvn
Copy link

cndlhvn commented Jun 4, 2020

What is the version of symbol-cli?

In my case, v0.20.1 works well for me.

@mpsido
Copy link

mpsido commented Jul 14, 2020

I had the same issue I could fix it on the CLI (version v0.20.2) by changing the config in ~/symbol-cli.config.json.

It seems that the CLI tries to pay the fees in the TEST_NET using the currency "cat.harvest".

Changing the currency for "cat.currency" on every account in my list makes it work.

However I also have a problem using the SDK, I suspect it is the same issue except that I don't have a configuration file to tell SDK to use the right currency.

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