Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Environment Setup Issue using Gitpod #337

@Antoine-overflow

Description

@Antoine-overflow

I'm currently using gitpod to follow the dev-academy basics and I have an issue in the environment setup as the Setup JS CLI client.

I've done all the previous code and everything went fine, but when I do
const [addr, client] = await useOptions(cliffnetOptions).setup("password"); I'm replacing 'password' by the password I defined previously, and I execute it in the shell that opened in the previous step. After that, I get a 502 Error : Here what I see :

Getting upebble from faucet
Uncaught Error: Request failed with status code 502
at processTicksAndRejections (node:internal/process/task_queues:83:21)
at endReadableNT (node:internal/streams/readable:1343:12)
at IncomingMessage.emit (node:domain:537:15)
at IncomingMessage.emit (node:events:402:35)
at IncomingMessage.handleStreamEnd (/home/gitpod/.npm/_npx/45b61b9b8df9878c/node_modules/axios/lib/adapters/http.js:269:11)
at settle (/home/gitpod/.npm/_npx/45b61b9b8df9878c/node_modules/axios/lib/core/settle.js:17:12)
at createError (/home/gitpod/.npm/_npx/45b61b9b8df9878c/node_modules/axios/lib/core/createError.js:16:15) {
config: {
url: 'https://faucet.cliffnet.cosmwasm.com/credit',
method: 'post',
data: '{"denom":"upebble","address":"wasm18eg8deqqx8wfyxal6gshtcnxdzhnjyyvpulavp"}',
headers: {
Accept: 'application/json, text/plain, /',
'Content-Type': 'application/json',
'User-Agent': 'axios/0.21.4',
'Content-Length': 75
}

Any help appreciated. Thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions