deploy init fails for the faucet stack #884

Open
opened 2024-07-23 20:17:08 +00:00 by zramsay · 2 comments
Member
No description provided.
Author
Member

i just got the same error with laconic-so fetch-stack, solved by dropping https://

i just got the same error with `laconic-so fetch-stack`, solved by dropping `https://`
Contributor

Hi @zramsay
I followed the steps from https://git.vdb.to/cerc-io/testnet-laconicd-stack/src/branch/main/stack-orchestrator/stacks/laconic-faucet/README.md
And could not reproduce your error

✗ laconic-so version
1.1.0-40ccd47-202407240029

i just got the same error with laconic-so fetch-stack, solved by dropping https://

✗ laconic-so fetch-stack git.vdb.to/cerc-io/testnet-laconicd-stack
Dev Root is: /home/***/cerc
Checking: /home/***/cerc/testnet-laconicd-stack: Needs to be fetched
100%|###############################################################################################################| 58.0/58.0 [00:02<00:00, 25.4B/s]

deploy init fails for the faucet stack

✗ laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-faucet deploy init --output laconic-faucet-spec.yml
✗ cat laconic-faucet-spec.yml 
stack: 
  /home/***/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-faucet
deploy-to: compose
network:
  ports:
    start-faucet:
     - '3000'
volumes:
  faucet-data: ./data/faucet-data

Are you still facing the issue?
Can you provide more details on the steps before running into the error?

Hi @zramsay I followed the steps from https://git.vdb.to/cerc-io/testnet-laconicd-stack/src/branch/main/stack-orchestrator/stacks/laconic-faucet/README.md And could not reproduce your error ```bash ✗ laconic-so version 1.1.0-40ccd47-202407240029 ``` > i just got the same error with `laconic-so fetch-stack`, solved by dropping `https://` ```bash ✗ laconic-so fetch-stack git.vdb.to/cerc-io/testnet-laconicd-stack Dev Root is: /home/***/cerc Checking: /home/***/cerc/testnet-laconicd-stack: Needs to be fetched 100%|###############################################################################################################| 58.0/58.0 [00:02<00:00, 25.4B/s] ``` > deploy init fails for the faucet stack ```bash ✗ laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-faucet deploy init --output laconic-faucet-spec.yml ✗ cat laconic-faucet-spec.yml stack: /home/***/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-faucet deploy-to: compose network: ports: start-faucet: - '3000' volumes: faucet-data: ./data/faucet-data ``` Are you still facing the issue? Can you provide more details on the steps before running into the error?
This repo is archived. You cannot comment on issues.
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#884