volta icon indicating copy to clipboard operation
volta copied to clipboard

When trying to install new versions volta hangs indefinitely and uses all available network bandwidth

Open effervescentia opened this issue 2 months ago • 8 comments

Websites will not load and I have not waited long enough for the command to ever resolve or error (I've waited over 10 minutes)

I was able to solve this temporarily for node downloads by configuring the hooks.json file with a mirror

{
    "node": {
        "index": {
            "template": "https://mirrors.dotsrc.org/nodejs/release/index.json"
        },
        "distro": {
            "template": "https://mirrors.dotsrc.org/nodejs/release/v{{version}}/{{filename}}"
        }
    }
}

this is also happening when trying to install new versions of yarn I first encountered this close to 2 or 3 weeks ago and it has not yet been resolved it doesn't looks like a new version of volta has been released, but perhaps some certificates have expired?

if I open Activity Monitor and quit volta-shim my website loads immediately

OS: MacOS 14.4.1

effervescentia avatar Apr 26 '24 13:04 effervescentia

as a follow up I wasn't able to find a relevant mirror for yarn but I followed this comment and used the releases from github as distro template

{
    "node": {
        "index": {
            "template": "https://mirrors.dotsrc.org/nodejs/release/index.json"
        },
        "distro": {
            "template": "https://mirrors.dotsrc.org/nodejs/release/v{{version}}/{{filename}}"
        }
    },
    "yarn": {
        "distro": {
            "template": "https://raw.githubusercontent.com/yarnpkg/berry/%40yarnpkg/cli/{{version}}/packages/yarnpkg-cli/bin/yarn.js"
        }
    }
}

effervescentia avatar Apr 26 '24 14:04 effervescentia

this happens to me as well!

xavidop avatar Apr 26 '24 14:04 xavidop

I am also experiencing this issue @Volta could you please help resolve

edison-vflow avatar Apr 26 '24 21:04 edison-vflow

This is extremely odd, thank you all for reporting! Is this still happening and consistent? And does it happen trying to access the paths directly via curl or the browser (e.g. https://nodejs.org/dist/index.json)?

charlespierce avatar May 13 '24 17:05 charlespierce

Happening to me too..
Trying to reach that url from the browser works for me.

gillyb avatar May 15 '24 10:05 gillyb

this is definitely still happening, and I don't have any issues curling that URL It's also happening with yarn releases, so nothing specific to the NodeJS download servers

effervescentia avatar May 15 '24 14:05 effervescentia