edge / cli

Command line interface for the Edge network

Home Page:https://files.edge.network/cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version check error - getaddrinfo EAI_AGAIN files.edge.network

annybs opened this issue · comments

commented

To investigate/fix.

[wallet] reading file {
  "file": "[REDACTED]"
}
[wallet] read file {
  "wallet": {
    "address": "[REDACTED]",
    "publicKey": "",
    "privateKey": ""
  },
  "file": "[REDACTED]"
}
Address: [REDACTED]
[update.version.cache] reading cache file {
  "file": "/tmp/.edge-cli-version"
}
[update.version.cache] cache outdated {}
[update.version.get] getting latest version {
  "url": "https://files.edge.network/cli/mainnet/linux/x64/latest/version"
}
Error checking latest version {
  "err": {
    "message": "unable to retrieve latest version: Error: getaddrinfo EAI_AGAIN files.edge.network",
    "name": "Error",
    "stack": "Error: unable to retrieve latest version: Error: getaddrinfo EAI_AGAIN files.edge.network\n    at /snapshot/cli/out/src/update/index.js\n    at step (/snapshot/cli/out/src/update/index.js)\n    at Object.throw (/snapshot/cli/out/src/update/index.js)\n    at rejected (/snapshot/cli/out/src/update/index.js)\n    at processTicksAndRejections (internal/process/task_queues.js:95:5)"
  }
}