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

✖️ Provided daoAddress is not a DAO #1826

Open
1 task done
leomorozovskii opened this issue Feb 22, 2021 · 6 comments
Open
1 task done

✖️ Provided daoAddress is not a DAO #1826

leomorozovskii opened this issue Feb 22, 2021 · 6 comments

Comments

@leomorozovskii
Copy link

🐛 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?

  • 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

@welcome
Copy link

welcome bot commented Feb 22, 2021

Thanks for opening your first issue in aragonCLI! Someone will circle back soon ⚡

@codynhat
Copy link

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.

@c0rv0s c0rv0s self-assigned this Mar 3, 2021
@leomorozovskii
Copy link
Author

Thanks for your answer. It didn't help. I switched to my Infura endpoint and still getting the same problem

@oishun1112
Copy link

I have this issue too. I'm using my own Infura endpoint for rinkeby

@arun-ddc
Copy link

arun-ddc commented May 11, 2021

I am facing the same issue. Used my own infura endpoint(for rinkeby), yet still didnt work

@c0rv0s c0rv0s removed their assignment May 17, 2021
@ElusAegis
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants