Skip to content

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

@EmperorOrokuSaki

Description

@EmperorOrokuSaki

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions