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

DFX fails to retrieve the list of canister controllers during SNS proposal launch #3738

Open
EmperorOrokuSaki opened this issue May 4, 2024 · 0 comments
Labels
needs-triage This ticket needs investigation.

Comments

@EmperorOrokuSaki
Copy link

At the third stage of the SNS launch from the documentation, the dapp developer is required to run the following command:

dfx sns propose --network ic --neuron ID sns_init.yaml

However, this fails because the --network is not supported. Another command to run is:

$(dfx cache show)/sns propose --network=ic --neuron-id=ID sns_init.yaml

But this also fails and gives the following error:

Unable to determine controllers of CANISTER_ID based on output of dfx:

I can confirm that by rolling the DFX version back to 0.17.0, this error does not happen and the command works successfully. (The first command with the --network issue fails still)

Meta

dfx --version:

0.19.0

@EmperorOrokuSaki EmperorOrokuSaki added the needs-triage This ticket needs investigation. label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage This ticket needs investigation.
Projects
None yet
Development

No branches or pull requests

1 participant