SFDX Update returns Error: S3 host is not reachable.
See original GitHub issueSummary
Running sfdx update throws Warning: Attempting to contact update site... and then Error: S3 host is not reachable
Steps To Reproduce:
- Run sfdx update
Expected result
SFDX to be updated
Actual result
Error thrown
Additional information
Feel free to attach a screenshot.
SFDX CLI Version: sfdx-cli/7.71.0-4193fb4acc wsl-x64 node-v12.18.3
SFDX plugin Version
@oclif/plugin-autocomplete 0.1.5 (core) @oclif/plugin-commands 1.3.0 (core) @oclif/plugin-help 3.1.0 (core) @oclif/plugin-not-found 1.2.4 (core) @oclif/plugin-plugins 1.9.0 (core) @oclif/plugin-update 1.3.10 (core) @oclif/plugin-warn-if-update-available 1.7.0 (core) @oclif/plugin-which 1.0.3 (core) @salesforce/sfdx-trust 3.2.1 (core) analytics 1.12.0 (core) generator 1.1.3 (core) salesforcedx 49.5.0 (49.5.0) ├─ @salesforce/sfdx-plugin-lwc-test 0.1.7 ├─ salesforcedx-templates 49.2.0 ├─ salesforce-alm 49.5.0 └─ custom-metadata 1.0.8 sfdx-cli 7.71.0 (core) sfdx-wry-plugin 0.0.11
OS and version: Windows 10 WSL2
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (1 by maintainers)
Top Related StackOverflow Question
I wonder if this wsl-x64 update issue could be resolved just by creating a symbolic link
wsl-x64tolinux-x64on the server that stores updated codes. Or isn’t that simple?I’ve been running sfdx on WSL for a while, updates always worked…until recently. I am on 7.158.1 and doing an update runs into
Error: HTTP Error 404 for GET https://developer.salesforce.com/wsl-x64for reasons commenters above already pointed out.wsl-x64comes back from oclif,platformandarchproperties respectively. Haven’t tried hardcoding the platform+arch string tolinux-x64inupdateReachability.js.@mshanemc oclif already supports WSL: https://github.com/oclif/config/pull/107