You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' }
The text was updated successfully, but these errors were encountered:
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"]}
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' }
The text was updated successfully, but these errors were encountered: