weorme62
(William Orme)
March 11, 2025, 1:10pm
1
Does anyone know what is happening with the github authorization issue blocking HACS integration installation, stuck at “Waiting for device activation”. The github thread is “Closed as not planned”
opened 10:31AM - 16 Feb 25 UTC
closed 09:13AM - 17 Feb 25 UTC
issue:backend
### System Health details
## System Information
version | core-2025.2.4
-- | -… -
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.13.1
os_name | Linux
os_version | 6.6.73-haos
arch | x86_64
timezone | Europe/Berlin
config_dir | /config
<details><summary>Home Assistant Cloud</summary>
logged_in | false
-- | --
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok
</details>
<details><summary>Home Assistant Supervisor</summary>
host_os | Home Assistant OS 14.2
-- | --
update_channel | stable
supervisor_version | supervisor-2025.02.1
agent_version | 1.6.0
docker_version | 27.2.0
disk_total | 62.3 GB
disk_used | 7.0 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization | bhyve
board | ova
supervisor_api | ok
version_api | ok
installed_addons | File editor (5.8.0), Advanced SSH & Web Terminal (20.0.0), Get HACS (1.3.1)
</details>
<details><summary>Dashboards</summary>
dashboards | 3
-- | --
resources | 2
views | 9
mode | storage
</details>
<details><summary>Network Configuration</summary>
adapters | lo (disabled), enp0s4 (enabled, default, auto), docker0 (disabled), hassio (disabled), vethb94bacf (disabled), veth2a3b267 (disabled), veth69e7cd2 (disabled), veth2162124 (disabled), veth0b9aef5 (disabled), veth8193944 (disabled), vethe96bf60 (disabled)
-- | --
ipv4_addresses | lo (127.0.0.1/8), enp0s4 (192.168.178.241/24), docker0 (172.30.232.1/23), hassio (172.30.32.1/23), vethb94bacf (), veth2a3b267 (), veth69e7cd2 (), veth2162124 (), veth0b9aef5 (), veth8193944 (), vethe96bf60 ()
ipv6_addresses | lo (::1/128), enp0s4 (fe80::9ea9:3c5e:e1ff:d9d/64), docker0 (fe80::42:ddff:fe5a:829f/64), hassio (fe80::42:a6ff:fe5d:353a/64), vethb94bacf (fe80::c8b4:76ff:fe4b:8689/64), veth2a3b267 (fe80::ec72:d6ff:fe53:e6f5/64), veth69e7cd2 (fe80::9494:d0ff:fec6:1374/64), veth2162124 (fe80::c0a9:67ff:feac:45ac/64), veth0b9aef5 (fe80::14ed:5aff:fe81:8946/64), veth8193944 (fe80::fc4e:78ff:fe93:2abd/64), vethe96bf60 (fe80::1c58:73ff:feab:bb56/64)
announce_addresses | 192.168.178.241, fe80::9ea9:3c5e:e1ff:d9d
</details>
<details><summary>Recorder</summary>
oldest_recorder_run | 22. Oktober 2024 um 19:41
-- | --
current_recorder_run | 14. Februar 2025 um 21:12
estimated_db_size | 613.69 MiB
database_engine | sqlite
database_version | 3.47.1
</details>
### Checklist
- [x] I'm running the newest version of HACS <https://github.com/hacs/integration/releases/latest>
- [x] I have enabled debug logging for my installation.
- [x] I have filled out the issue template to the best of my ability.
- [x] I have read <https://hacs.xyz/docs/help/issues/>
- [x] This issue is related to the backend (integration part) of HACS.
- [x] This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
- [x] This is a bug and not a feature request.
- [x] This issue is not a duplicate issue of currently [open](https://github.com/hacs/integration/issues) or issues [pending release](https://github.com/hacs/integration/issues?q=is%3Aissue+is%3Aclosed+sort%3Aupdated-desc+milestone%3Anext).
### Describe the issue
Hi there,
I am trying to activate HACS. After entering the code on GitHub the window "Waiting for device activation" never closes or shows "success".

What I tried so far:
* Downgraded HACS
* Rollback of HA
* Updated HA to the latest version
* Restarted HA several times
* Cleared browser cache
* Logged off from all other devices
* Created new GitHub account
* Started GitHub Enterprise trial
* Resent last POST entry
* Edited last POST entry (inserted IP-address instead of hostname)
* Disabled IPv6 in HA
* Disabled IPv6 in my router
* Tried different browser (firefox)
* Tried different computer
### Reproduction steps
1. Install HACS according to guide on https://hacs.xyz/docs
2. Activate HACS
...
### Debug logs
```text
2025-02-14 17:15:55.040 DEBUG (MainThread) [aiogithubapi] The authorization request is still pending.
2025-02-14 17:16:00.195 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2025-02-14 17:16:00.195 INFO (MainThread) [aiogithubapi] Got new interval instruction of 10 from the API
2025-02-14 17:16:03.318 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2025-02-14 17:16:03.318 INFO (MainThread) [aiogithubapi] Got new interval instruction of 15 from the API
2025-02-14 17:16:18.539 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2025-02-14 17:16:18.539 INFO (MainThread) [aiogithubapi] Got new interval instruction of 20 from the API
```
### Diagnostics dump
no dump available
I’ve got the same issue!