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.

adding integration keeps loading forever

See original GitHub issue

Immagine

Version 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:closed
  • Created 3 years ago
  • Comments:24 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
ludeeuscommented, May 2, 2020

Disable adguard, pihole, use ethernet, disable proxy 🤷‍♂️

3reactions
rijncommented, Sep 14, 2020

I looked into this issue a little bit and found that importlib_metadata.version somehow doesn’t work on my ubuntu. Updating the following line

https://github.com/home-assistant/core/blob/dev/homeassistant/util/package.py#L54

return version(req.project_name) in req

to

return pkg_resources.get_distribution(req.project_name).version in req

works for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stuck on "loading data" screen (Need help diagnosing)
When I log into HASS 2021.12.7, the “loading data” screen never goes away. Verified on multiple macos computers, chrome, firefox, safari, ...
Read more >
Automation add-ins for Excel are not loading after installing ...
From an open Excel sheet, select File, choose Options, and then choose the Add-Ins category.
Read more >
test explorer loading forever - Visual Studio Feedback
Almost daily test explorer gets stuck spinning the loading bar. Closing the solution doesn't solve the issue, a restart of VS is required....
Read more >
Citrix gateway stuck with "loading your apps" screen
Thoughts below of things to look out for and config requirements. Config example later. Log notes at end. I think either the issue...
Read more >
How To Fix Elementor Stuck on Loading Screen
Sometimes, you can get this loading page because of an add-on installed on your browser. In this case, you can switch to another...
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