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

Bug: run instance on development network failed on Mac Monterey: #106

Open
withgogo opened this issue Apr 12, 2022 · 1 comment
Open

Bug: run instance on development network failed on Mac Monterey: #106

withgogo opened this issue Apr 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@withgogo
Copy link

Description

On development network, when I click "create", it stuck on creating...
Then I found an error occured. Also I can't delete the instance.
Conflux Studio: v0.16.5

docker run -it --rm --name conflux-dev-2.0.0-fix -p 12535:12535 -p 12536:12536 -p 12537:12537 -v conflux-dev:/conflux-node -w /conflux-node --entrypoint conflux confluxchain/conflux-rust:2.0.0-fix --config default.toml
Error: "failed to open configuration file: Os { code: 2, kind: NotFound, message: "No such file or directory" }"

Is IDE

Yes

Client

Desktop

How to reproduce

  1. choose "development" network.
  2. create a key in key manager.
  3. clidk "development" network
  4. "new instance"
  5. filled the field and click "create"

Actual result

Conflux node instance can not be running.

Error log

Error: "failed to open configuration file: Os { code: 2, kind: NotFound, message: "No such file or directory" }"

Expected result

Running

@withgogo withgogo added the bug Something isn't working label Apr 12, 2022
@flowfire
Copy link
Contributor

flowfire commented Apr 13, 2022

The conflux node version (2.0.0-fix) updated the booting process.
It may cause the IDE boot failed.
So the latest version (v0.16.6) hid the 2.0.0-fix version conflux node.
We'll soon update the IDE to support the 2.0.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants