Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to start Ceramic Local Node with CERAMIC_ENABLE_EXPERIMENTAL_INDEXING #216

Open
youngnishant opened this issue Aug 31, 2022 · 1 comment

Comments

@youngnishant
Copy link

Description

trying to start ceramic node at local but giving error

Technical Information

Ceramic daemon failed to start up: FetchError: request to https://cas-clay.3boxlabs.com/api/v0/service-info/supported_chains failed, reason: getaddrinfo ENOTFOUND cas-clay.3boxlabs.com at ClientRequest.<anonymous> (/Users/nishant/.nvm/versions/node/v16.16.0/lib/node_modules/@ceramicnetwork/cli/node_modules/node-fetch/lib/index.js:1491:11) at ClientRequest.emit (node:events:527:28) at ClientRequest.emit (node:domain:475:12) at TLSSocket.socketErrorListener (node:_http_client:454:9) at TLSSocket.emit (node:events:527:28) at TLSSocket.emit (node:domain:475:12) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) { type: 'system', errno: 'ENOTFOUND', code: 'ENOTFOUND' }

@stbrody
Copy link
Contributor

stbrody commented Aug 31, 2022

it's working for me. Can you try again? Also check your network connectivity? You should be able to run curl https://cas-clay.3boxlabs.com/api/v0/service-info/supported_chains in a terminal from the same machine running your node. You should get a response that looks like {"supportedChains":["eip155:100"]}

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

No branches or pull requests

2 participants