daostack / vanille

GNU General Public License v3.0
8 stars 2 forks source link

Error on creating an org #1

Closed leviadam closed 6 years ago

leviadam commented 6 years ago

When deploying a new org I'm getting: Transaction Error. Exception thrown in contract code.

dkent600 commented 6 years ago

@leviadam Where are you seeing this? In the Kovan transaction popup or only in the application?

I just created a DAO without incident, so it would be great to know how you had your organization configured? (Founders, schemes, voting config, etc?) A screenshot of the config would be great.

It might also be helpful to have the address of the failing transaction. I would try to run the truffle debugger on it.

leviadam commented 6 years ago

I see it in the metamask popup. You can see the TXs history here: https://kovan.etherscan.io/address/0xf16294a979a027f297dace2f618cb57bc4bf5d16

dkent600 commented 6 years ago

@leviadam Are there any clues you can give me as to how you configured the Dao, to help us be able to reproduce it?

leviadam commented 6 years ago

I think I used the default config.

dkent600 commented 6 years ago

Thanks @leviadam. Have you ever been able to birth a Dao, using Alchemy, without an error? Ie, is this consistent for you, or intermittent?

leviadam commented 6 years ago

I think I was able to in the past. But I already got this error before.

dkent600 commented 6 years ago

Saving for later, just in case:

image

dkent600 commented 6 years ago

For what it's worth, starting yesterday I have seen an intermittent issue when creating a Dao against testrpc that actually crashes testrpc! The error:

"Cannot read property 'pop' of undefined"

or sometimes:

"Cannot read property 'get' of undefined"

dkent600 commented 6 years ago

I think we should close this until someone comes up with a repro.