hi
I am trying to set the HACS in my HA with no success
- i try the the HACS add-ons installer - didnt work
- try to use the " wget -O - https://get.hacs.xyz | bash -" get bad address also for all other address like “https://raw.githubusercontent.com/hacs/get/main/get” etc
I downloadd the script and run it manually but get an issue wite the “wget “https://github.com/hacs/integration/releases/latest/download/hacs.zip””
downloadd the HACS manually and remove the lines that erase the old one ,the script is running and I get
(it looks slike not all the files from the zip are there )
but still cant see it in the integration list
I clear the Browser reboot etc …
anyone can help (my be my HA got configuration issue?)
after open the zip file and copyed it to the directory i can see the HACS
but when tring to install it i get “could_not_register”
logg
This error originated from a custom integration.
Logger: custom_components.hacs
Source: custom_components/hacs/config_flow.py:98
integration: HACS (documentation, issues)
First occurred: 12:12:59 PM (1 occurrences)
Last logged: 12:12:59 PM
Timeout of 20 reached while waiting for https://github.com/login/device/code
Traceback (most recent call last):
File "/config/custom_components/hacs/config_flow.py", line 98, in async_step_device
response = await self.device.register()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiogithubapi/device.py", line 103, in register
response = await self._client.async_call_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<9 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/aiogithubapi/client.py", line 147, in async_call_api
raise GitHubConnectionException(
...<2 lines>...
) from None
aiogithubapi.exceptions.GitHubConnectionException: Timeout of 20 reached while waiting for https://github.com/login/device/code

