adding integration keeps loading forever
See original GitHub issueVersion of HACS
0.24.3
Describe the bug
I’m installing HACS following the wiki, but when i try to add HACS to integration, the loading page stills forever.
Debug log
These are the only lines that matters in the debug log:
2020-05-02 07:48:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.139746845239952] Sending {'id': 52, 'type': 'result', 'success': True, 'result': {'resources': {'component.hacs.config.abort.single_instance_allowed': 'Only a single configuration of HACS is allowed.', 'component.hacs.config.error.auth': 'Personal Access Token is not correct.', 'component.hacs.config.step.user.data.appdaemon': 'Enable AppDaemon apps discovery & tracking', 'component.hacs.config.step.user.data.netdaemon': 'Enable NetDaemon apps discovery & tracking', 'component.hacs.config.step.user.data.python_script': 'Enable python_scripts discovery & tracking', 'component.hacs.config.step.user.data.sidepanel_icon': 'Side panel icon', 'component.hacs.config.step.user.data.sidepanel_title': 'Side panel title', 'component.hacs.config.step.user.data.theme': 'Enable Themes discovery & tracking', 'component.hacs.config.step.user.data.token': 'GitHub Personal Access Token', 'component.hacs.config.step.user.description': 'If you need help with the configuration have a look here: https://hacs.xyz/docs/configuration/start/', 'component.hacs.config.step.user.title': 'HACS (Home Assistant Community Store)', 'component.hacs.config.title': 'HACS (Home Assistant Community Store)'}}}
Issue Analytics
- State:
- Created 3 years ago
- Comments:24 (2 by maintainers)
Top GitHub Comments
Disable adguard, pihole, use ethernet, disable proxy 🤷♂️
I looked into this issue a little bit and found that
importlib_metadata.version
somehow doesn’t work on my ubuntu. Updating the following linehttps://github.com/home-assistant/core/blob/dev/homeassistant/util/package.py#L54
to
works for me.