-
Notifications
You must be signed in to change notification settings - Fork 58
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
Intermittent issue trying to access repo artifacts from aragonCLI #325
Comments
Interesting, it definitely shouldn't be that commit. If it's an app artifact that's missing, it's likely something to do with the IPFS timeout? Perhaps we're not passing in the timeouts specified from the CLI correctly into aragon.js? |
Hmm, yes, it would be, although I've been thinking we should just take out |
What do you mean by taking out |
aragon.js currently uses apm.js for very trivial things, and apm.js adds a lot of bloat due to its "optional" ipfs-api dependency. The few things aragon.js does need from apm.js, it has almost already re-implemented anyway ( |
Does not appear to be an issue anymore; there is a remaining issue with aragon/aragon-cli#1082 but we'll keep tracking that in the aragonCLI repo. |
This particular issue happens both when trying to publish with
aragon apm publish
and executing a function withdao exec
. It is happening randomly so that makes me think it depends on the time it take to complete the task.The error output is:
Could not create transaction due to missing app artifact
The issue was introduce after
wrapper-5.0.0-rc.9
. I believe this commit in particular: 0caae25I tried changing the time argument but it was not helpful. Only once I got a different error instead:
No ABI specified in artifact for..
We currently pin version rc9 until we can figure out a solution.
The text was updated successfully, but these errors were encountered: