Cannot install latest HACS in home-assistant:2020.12.1
See original GitHub issueInstallation details
Description | Value |
---|---|
HACS version | latest : https://github.com/hacs/integration/releases/latest/download/hacs.zip |
Home Assistant version | docker image : homeassistant/home-assistant:2020.12.1 |
Installation method for HA | Following instructions at https://hacs.xyz/docs/installation/installation |
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 of HACS.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
Describe the issue
After selecting HACS in above dialog, it is spinning forever.
Steps to reproduce
- start a clean homeassistant as a docker container
docker run -d --name="home-assistant" --net=host --restart=always \
-v /root/homeassistant/config:/config \
homeassistant/home-assistant:2020.12.1
- start bash in the container
docker exec -ti home-assistant /bin/bash
Within the bash of container, execute the following command, and it succeeded
wget -q -O - https://hacs.xyz/install | bash -
-
Restart the container
-
Go to Configuration => Intergration, click the + button, select HACS
-
It spins forever
Debug logs
020-12-25 15:07:51 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
resp = await self._request_handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 118, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 18, in request_context_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 129, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 136, in post
return await super().post(request)
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 60, in wrapper
result = await method(view, request, *args, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 69, in post
result = await self._flow_mgr.async_init(
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 119, in async_init
flow = await self.async_create_flow(handler, context=context, data=data)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 532, in async_create_flow
await async_process_deps_reqs(self.hass, self._hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 343, in async_process_deps_reqs
await requirements.async_get_integration_with_requirements(
File "/usr/src/homeassistant/homeassistant/requirements.py", line 74, in async_get_integration_with_requirements
await async_process_requirements(
File "/usr/src/homeassistant/homeassistant/requirements.py", line 131, in async_process_requirements
raise RequirementsNotFound(name, [req])
homeassistant.requirements.RequirementsNotFound: Requirements for hacs not found: ['hacs_frontend==20201205162459'].
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:11
Top Results From Across the Web
HACs.. Some intergrations wont install others wont update!
I can install in the front end without issue but when i try to install a integration it appears to install but never...
Read more >How to install HACS in 2022 in Home Assistant - YouTube
2022 VERSION of the How to install HACS in Home Assistant guide. This tutorial shows how you can install the Home Assistant Community...
Read more >New install and HACS : r/homeassistant - Reddit
Hey guys. Did a new install of 2020.12.1. I installed HACS following their guide and the automated script (not manually yaml).
Read more >Download - HACS
Open your Home Assistant instance and show your Home Assistant version information. OS/Supervised; Container; Core. Go to the Add-on store; Install one of...
Read more >How to Install HACS on Home Assistant in 2022 - WunderTech
This tutorial looks at how to install HACS on Home Assistant. The process goes through the OS/Supervised version, as well as the Docker...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
2020.12.2 still has issues 😕
I guess this issue can be closed then.