aragon-cli
aragon-cli copied to clipboard
✖️ Provided daoAddress is not a DAO
🐛 Bug Report
When trying to deploy new App Instance on already existing DAO's Aragon Cli coming up with an error ✖️ Provided daoAddress is not a DAO despite the DAO does exist. aragon.in/moneytree
Have you read the Contributing Guidelines on issues?
- [X] Yes
To Reproduce
dao install moneytree.aragonid.eth agent --environment aragon:mainnet --use-frame
Expected behavior
Should install the Agent Application or forward for a Vote
(Write what you thought would happen.)
Actual Behavior
✖️ Provided daoAddress is not a DAO
(Write what happened. Add screenshots, if applicable.)
Context
Mainnet
Organization
moneytree.aragonid.eth
Environment
Ubuntu on Windows
Reproducible Demo
⚠ You are connecting to the default node (wss://mainnet.eth.aragon.network/ws) the request could take a while. Consider switching to Infura for better performance.
ℹ You have the following options: 1. Use the global option "--ws-rpc" with wss://mainnet.infura.io/ws/v3/<INFURA_KEY> 2. Set the "wsRPC" field on mainnet environment of the arapp.json with wss://mainnet.infura.io/ws/v3/<INFURA_KEY>
⠙ Start IPFS Fetching agent.aragonpm.eth@latest ✔ Start IPFS ✔ Start IPFS ✔ Fetching agent.aragonpm.eth@latest ↓ Checking installed version [skipped] → Installing the first instance of agent.aragonpm.eth in DAO ❯ Deploying app instance ✖ Executing newAppInstance(bytes32,address,bytes,bool) on 0xe54bcda817688aad821fdca3b7746d6c055a4cb9 → Provided daoAddress is not a DAO Fetching deployed app ✖ Provided daoAddress is not a DAO
Thanks for opening your first issue in aragonCLI! Someone will circle back soon ⚡
I ran into the same issue. I believe this is happening because the default Aragon ETH endpoint is having issues (wss://mainnet.eth.aragon.network/ws
)
I was able to solve this by using my own endpoint. For example, using Frame and adding --ws-rpc ws://localhost:1248
. Or using your own Infura endpoint would work.
Thanks for your answer. It didn't help. I switched to my Infura endpoint and still getting the same problem
I have this issue too. I'm using my own Infura endpoint for rinkeby
I am facing the same issue. Used my own infura endpoint(for rinkeby), yet still didnt work
Temporary workaround: https://discord.com/channels/672466989217873929/694844628586856469/852478695259111435