ExocoreNetwork / exocore

5 stars 9 forks source link

Object does not exist at path “/” #13

Closed RealLau closed 3 months ago

RealLau commented 4 months ago

Summary of Bug

got error Object does not exist at path “/” when make localnet-init

Version

Steps to Reproduce

Screenshots

image

any suggestion? help

Additional context

I tried add args with --log_level trace, still got no further information.


For Admin Use

MaxMustermann2 commented 4 months ago

Please provide the value of pwd and try running this from the develop branch as well. If you cannot run from the develop branch for whatever reason, change the --keyring-backend from os to file.

RealLau commented 3 months ago

Please provide the value of pwd and try running this from the develop branch as well. If you cannot run from the develop branch for whatever reason, change the --keyring-backend from os to file.

Thanks a lot for ur help, problem solved!

by the way, what is the ip address --starting-ip-address 192.168.10.2 stands for in the Makefile in the root dir of the repo? should I change it along with my own host LAN ip when building image? Much appreciated in advance:)

MaxMustermann2 commented 3 months ago

Please provide the value of pwd and try running this from the develop branch as well. If you cannot run from the develop branch for whatever reason, change the --keyring-backend from os to file.

Thanks a lot for ur help, problem solved!

by the way, what is the ip address --starting-ip-address 192.168.10.2 stands for in the Makefile in the root dir of the repo? should I change it along with my own host LAN ip when building image? Much appreciated in advance:)

Sorry, one thing to clarify is that instead of file you should use test. It is much easier to deal with.

The starting IP address is used for the Docker network used by localnet (make localnet-start). You should not change it unless it conflicts with your LAN IP. If you do change it, you will have to make similar changes in docker-compose.yml as well. It is not used when building the image; it is only used when running the config.