Description
Running energy install . fails with:
ERROR Get "https://energy.yanghy.cn/data/latest-version.json": EOF
curl -v https://energy.yanghy.cn/data/latest-version.json reproduces the issue (TLS handshake aborted).
DNS check
Checked DNS resolution for energy.yanghy.cn from 50+ locations worldwide (Europe, Asia, US, China, HK, etc.) via a public DNS checker - the domain returns Not found everywhere. Looks like the DNS zone is currently broken/expired, so the CLI cannot bootstrap.
Questions / requests
- Is the domain down temporarily, or has it been moved?
- Could you provide an official mirror (e.g. GitHub Releases) or a config/env variable (
ENERGY_DOWNLOAD_URL) to override the base URL?
- Consider falling back to a CDN/GitHub when
yanghy.cn is unreachable, so energy install does not hard-fail.
Environment
- OS: macOS (Apple Silicon)
- energy CLI version: 2.5.6
Description
Running
energy install .fails with:curl -v https://energy.yanghy.cn/data/latest-version.jsonreproduces the issue (TLS handshake aborted).DNS check
Checked DNS resolution for
energy.yanghy.cnfrom 50+ locations worldwide (Europe, Asia, US, China, HK, etc.) via a public DNS checker - the domain returns Not found everywhere. Looks like the DNS zone is currently broken/expired, so the CLI cannot bootstrap.Questions / requests
ENERGY_DOWNLOAD_URL) to override the base URL?yanghy.cnis unreachable, soenergy installdoes not hard-fail.Environment