aragon/aragon-cli

Cannot find artifacts for version 22.0.0 in aragonPM

Closed this issue ยท 1 comments

๐Ÿ› Bug Report

โš  Cannot find artifacts for version 22.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

Have you read the Contributing Guidelines on issues?

  • Yes

To Reproduce

  1. Clone git@github.com:vporton/courts.git
  2. npm start
  3. See the errors.

Expected behavior

No error messages.

Actual Behavior

โš  Cannot find artifacts for version 22.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

Context

Mainnet or testnet?

localhost RPC

Environment

  • OS and OS version: Ubuntu 19.10
  • Aragon CLI version: 7.0.3

Reproducible Demo

$ npx npm start

> @porton/apps-judge@5.0.0 start /home/porton/Projects/courts
> npm run start:ipfs


> @porton/apps-judge@5.0.0 start:ipfs /home/porton/Projects/courts
> npm run start:ipfs:template


> @porton/apps-judge@5.0.0 start:ipfs:template /home/porton/Projects/courts
> aragon run --files dist --template Template --template-init 0x5d94e3e7aec542ab0f9129b9a7badeb5b3ca0f77 @ARAGON_ENS 0xd526b7aba39cccf76422835e7fd5327b98ad73c9 0xf1f8aac64036cdd399886b1c157b7e3b361093f3 --template-new-instance newTokenAndInstance --template-args MyToken TKN ['"0xb4124cEB3451635DAcedd11767f004d8a28c6eE7"'] ['"1000000000000000000"'] ['"500000000000000000","150000000000000000","86400"'] true

  โœ” Check port
  โœ” Start IPFS
  โœ” Start a local Ethereum network
  โœ” Setup before publish
  โฏ Prepare for publish
    โœ” Prepare files for publishing
    โ ™ Generate application artifact
      Publish intent
    Publish app to aragonPM
    Fetch published repo
    Deploy Template
    Create Organization
    Start Client
โš  Cannot find artifacts for version 22.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 21.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 20.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 19.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 18.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 17.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 16.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 15.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 14.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 13.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 12.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 11.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 10.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 9.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 8.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

โš  Cannot find artifacts for version 7.0.0 in aragonPM. Please make sure the package was published and your IPFS or HTTP server are running.

  โœ” Start IPFS
  โœ” Start IPFS
  โœ” Start a local Ethereum network
  โœ” Setup before publish
  โœ” Prepare for publish
  โœ” Publish app to aragonPM
  โœ” Fetch published repo
  โœ” Deploy Template
  โœ” Create Organization
  โœ” Start Client

โ„น You are now ready to open your app in Aragon.

โ„น Here are some Ethereum accounts you can use.
  The first one will be used for all the actions the aragonCLI performs.
  You can use your favorite Ethereum provider or wallet to import their private keys.
  
Address #1:  0xb4124cEB3451635DAcedd11767f004d8a28c6eE7 (account used to deploy DAOs, has more permissions)
Private key: a8a54b2d8197bc0b19bb8a084031be71835580a01e70a45a13babd16c9bc1563

Address #2:  0x8401Eb5ff34cc943f096A32EF3d5113FEbE8D4Eb 
Private key: ce8e3bda3b44269c147747a373646393b1504bfcbb73fc9564f5d753d8116608

โ„น The accounts were generated from the following mnemonic phrase:
explain tackle mirror kit van hammer degree position ginger unfair soup bonus

โ„น This is the configuration for your development deployment:
    Ethereum Node: ws://localhost:8545
    ENS registry: 0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1
    aragonPM registry: open.aragonpm.eth
    Organization address: 0xfaaA83538b9153232cb2Bd33DBa2CB2f734c8b0C

โ„น Open http://localhost:3000/#/0xfaaA83538b9153232cb2Bd33DBa2CB2f734c8b0C to view your DAO

Fixed with #1510