aragon / aragon-apps

(Aragon 1) Aragon apps developed by Aragon Core Devs (smart contracts + webapps)
https://aragon.org/discover
GNU Affero General Public License v3.0
388 stars 212 forks source link

Finance instance installing issue #848

Closed svetlanama closed 5 years ago

svetlanama commented 5 years ago

Hi,

I get this error when I'm trying to install Finance for the token-manager I'm following this guide https://forum.aragon.org/t/guide-custom-aragon-organization-deployment-using-the-cli/507

➜  ~ dao install 0x6bBA3d2bfE2714985ED6D459d2C554f3F7e58B9B finance --app-init-args 0x1d51E6A15998aDff22457e9B4a8e5f7DCa06e5C9 2592000 --environment aragon:rinkeby
 ✖ Fetching finance.aragonpm.eth@latest
   → Cannot find artifacts in APM repo. Please make sure the package is published and IPFS or your HTTP server running.
   Checking installed version
   Deploying app instance
 ✖ Cannot find artifacts in APM repo. Please make sure the package is published and IPFS or your HTTP server running.
➜  ~

Could you help, please?

luisivan commented 5 years ago

This seems related to https://github.com/aragon/aragon-cli, posted a question on the Aragon chat to see if someone can provide help here

svetlanama commented 5 years ago

@luisivan Thanks, will follow!

sohkai commented 5 years ago

@svetlanama This is a problem with fetching the artifacts (https://github.com/aragon/aragon-cli/issues/377), the guys are working on it :).

svetlanama commented 5 years ago

@sohkai oh, thank you, will wait!

kernelwhisperer commented 5 years ago

Hey @svetlanama , in the meantime you can try:

or

svetlanama commented 5 years ago

@danielcaballero 2nd variant helped me, thank you so much!