Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Environment Setup Issue using Gitpod #337

Open
Antoine-overflow opened this issue Apr 17, 2022 · 0 comments
Open

Environment Setup Issue using Gitpod #337

Antoine-overflow opened this issue Apr 17, 2022 · 0 comments

Comments

@Antoine-overflow
Copy link

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant