question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with installing via the install script (both on old system and new fresh system)

See original GitHub issue

System Health details

System Health

version core-2021.10.7
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.7
os_name Linux
os_version 5.10.75
arch x86_64
timezone Europe/Brussels
Home Assistant Cloud
logged_in false
can_reach_cert_server pending
can_reach_cloud_auth pending
can_reach_cloud pending
Home Assistant Supervisor
host_os Home Assistant OS 6.6
update_channel stable
supervisor_version supervisor-2021.10.8
docker_version 20.10.8
disk_total 30.8 GB
disk_used 2.8 GB
healthy true
supported true
board ova
supervisor_api ok
version_api pending
installed_addons File editor (5.3.3), SSH & Web Terminal (9.0.1), Check Home Assistant configuration (3.9.0), Samba share (9.5.1)
Lovelace
dashboards 1
resources 0
mode auto-gen

Checklist

  • I’m running the newest version of HACS https://github.com/hacs/integration/releases/latest
  • I have enabled debug logging for my installation.
  • I have filled out the issue template to the best of my ability.
  • I have read https://hacs.xyz/docs/issues
  • This issue is related to the backend (integration part) of HACS.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).

Describe the issue

Cannot get HACS installed on new system (brand new, nothing installed) following the official install instructions:

Output of command window:

➜ ~ wget -O - https://raw.githubusercontent.com/hacs/install/main/install | bas h - –2021-11-03 11:08:54-- https://raw.githubusercontent.com/hacs/install/main/ins tall Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 185.199.110.1 33, 185.199.111.133, 185.199.108.133, … Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110. 133|:443… connected. HTTP request sent, awaiting response… 200 OK Length: 2473 (2.4K) [text/plain] Saving to: ‘STDOUT’

  •               100%[===================>]   2.42K  --.-KB/s    in 0s
    

2021-11-03 11:08:55 (59.7 MB/s) - written to stdout [2473/2473]

INFO: Trying to find the correct directory… INFO: Found Home Assistant configuration directory at ‘/root/config’ INFO: Changing to the custom_components directory… INFO: Downloading HACS –2021-11-03 11:08:55-- https://github.com/hacs/integration/releases/latest/dow nload/hacs.zip Resolving github.com (github.com)… 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443… connected. HTTP request sent, awaiting response… 302 Found Location: https://github.com/hacs/integration/releases/download/1.15.2/hacs.zip [following] –2021-11-03 11:08:55-- https://github.com/hacs/integration/releases/download/1 .15.2/hacs.zip Reusing existing connection to github.com:443. HTTP request sent, awaiting response… 302 Found Location: https://github-releases.githubusercontent.com/172733314/f36e42ad-4a56- 4c7b-aa5d-cfaeff775a54?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWN JYAX4CSVEH53A%2F20211103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211103T100 855Z&X-Amz-Expires=300&X-Amz-Signature=c49f72358763a7e90de30c497215cedb1413b38d3 a2ad686f99122e4a52f291f&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=172 733314&response-content-disposition=attachment%3B%20filename%3Dhacs.zip&response -content-type=application%2Foctet-stream [following] –2021-11-03 11:08:55-- https://github-releases.githubusercontent.com/172733314 /f36e42ad-4a56-4c7b-aa5d-cfaeff775a54?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Cre dential=AKIAIWNJYAX4CSVEH53A%2F20211103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Da te=20211103T100855Z&X-Amz-Expires=300&X-Amz-Signature=c49f72358763a7e90de30c4972 15cedb1413b38d3a2ad686f99122e4a52f291f&X-Amz-SignedHeaders=host&actor_id=0&key_i d=0&repo_id=172733314&response-content-disposition=attachment%3B%20filename%3Dha cs.zip&response-content-type=application%2Foctet-stream Resolving github-releases.githubusercontent.com (github-releases.githubuserconte nt.com)… 2606:50c0:8003::154, 2606:50c0:8000::154, 2606:50c0:8002::154, … Connecting to github-releases.githubusercontent.com (github-releases.githubuserc ontent.com)|2606:50c0:8003::154|:443… failed: Operation timed out. Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|2606:50c0:8000::154|:443… failed: Operation timed out. Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|2606:50c0:8002::154|:443… failed: Operation timed out. Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|2606:50c0:8001::154|:443… failed: Operation timed out. Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443… connected. HTTP request sent, awaiting response… 403 Forbidden 2021-11-03 11:17:39 ERROR 403: Forbidden.

Reproduction steps

  1. Install via official way via command windows (either in system or via ssh) using either one of the scripts wget -O - https://raw.githubusercontent.com/hacs/install/main/install | bash - and wget -O - https://get.hacs.xyz | bash -
  2. the command runs, but seems like a connection issue is the reason it cannot download the package

Debug logs

no debug log available, because the system cannot even download the package..

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
blvermeucommented, Nov 5, 2021

Supervisor -> System

thanks, problem solved!!!

1reaction
ludeeuscommented, Nov 3, 2021

Supervisor -> System

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Identify Windows Installer issues · Click Start windows icon · At the command prompt, type MSIExec, and then press Enter. · If the...
Read more >
AWSFAB - Installation messages (twsinst) - IBM
This section lists error and warning messages that might be issued when using the twsinst script to install the product. The message component...
Read more >
python - Unable to import a module that is definitely installed
In my case, it is permission problem. The package was somehow installed with root rw permission only, other user just cannot rw to...
Read more >
Troubleshoot Tableau Server Install and Upgrade
If you get this error, change to the scripts.<version_code> directory for the version you just installed and run the script from there. Upgrade...
Read more >
How do I move or copy an installation of Final Draft from one ...
FD8 and older cannot be activated or reactivated on any computer. ... crucial program components are installed to various places in the operating...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found