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
I would like to download the Narratives dataset from OpenNeuro. I installed the CLI tool from Node.js, completed login with an API key, but when I try the following command openneuro download --snapshot 1.1.4 ds002345 ds002345-download/
I get the following error (omitted directory names for privacy):
FetchError: request to https://openneuro.org/crn/graphql failed, reason: connect ETIMEDOUT 34.107.158.10:443
at ClientRequest.<anonymous> (/{dir}/{subdir}/home/{user}/.nvm/versions/node/v20.14.0/lib/node_modules/@openneuro/cli/node_modules/node-fetch/lib/index.js:1505:11)
at /{dir}/{subdir}/home/{user}/.nvm/versions/node/v20.14.0/lib/node_modules/@openneuro/cli/node_modules/elastic-apm-node/lib/instrumentation/run-context/AbstractRunContextManager.js:96:49
at AsyncLocalStorage.run (node:async_hooks:346:14)
at AsyncLocalStorageRunContextManager.with (/{dir}/{subdir}/home/{user}/.nvm/versions/node/v20.14.0/lib/node_modules/@openneuro/cli/node_modules/elastic-apm-node/lib/instrumentation/run-context/AsyncLocalStorageRunContextManager.js:57:36)
at ClientRequest.wrapper (/{dir}/{subdir}/home/{user}/.nvm/versions/node/v20.14.0/lib/node_modules/@openneuro/cli/node_modules/elastic-apm-node/lib/instrumentation/run-context/AbstractRunContextManager.js:96:23)
at ClientRequest.emit (node:events:519:28)
at ClientRequest.wrappedEmit [as emit] (/{dir}/{subdir}/home/{user}/.nvm/versions/node/v20.14.0/lib/node_modules/@openneuro/cli/node_modules/elastic-apm-node/lib/instrumentation/http-shared.js:313:21)
at TLSSocket.socketErrorListener (node:_http_client:500:9)
at TLSSocket.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'ETIMEDOUT',
code: 'ETIMEDOUT'
}
What went wrong?
I would like to download the Narratives dataset from OpenNeuro. I installed the CLI tool from Node.js, completed login with an API key, but when I try the following command
openneuro download --snapshot 1.1.4 ds002345 ds002345-download/
I get the following error (omitted directory names for privacy):
Expected behavior
Expected to download Narratives dataset : https://openneuro.org/datasets/ds002345/versions/1.1.4/download
How to reproduce
No response
Desktop
Phone
Additional information
No response
The text was updated successfully, but these errors were encountered: