KeyError: 'appdaemon' (When accessing the store)
See original GitHub issueInstalled HACS on HassIO version 0.95.4
–>
Version of HACS
0.11.1
Describe the bug
When I click on store all I get is
500 Internal Server Error Server got itself in trouble
Debug log
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 67, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 216, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 115, in handle
result = await result
File "/config/custom_components/hacs/frontend/views/store.py", line 75, in get
types[repository.repository_type].append(card)
KeyError: 'appdaemon'
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
KeyError: '[appName]' · Issue #584 · AppDaemon ... - GitHub
This app has 6 global dependencies and I have about 12 apps (and many more on the way) using the same module and...
Read more >AppDeamon3 - can't get it off the ground!? - AppDaemon
I am brand new to AppDeamon so I apologize in advance for my ignorance. I installed AppDeamon3 using hass.io using this repo: ...
Read more >Writing AppDaemon Apps — AppDaemon 4.0.8 documentation
The first step is to create a unique file within the apps directory (as defined here). This file, is in fact, a Python...
Read more >AppDaemon Documentation
AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation.
Read more >AppDaemon API Reference - Read the Docs
AppDaemon supports the ability to access entities as class in their own right, via the api call get_entity(entity) . When this is done,...
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
I had similar issue - noticed I had 3 random custom repositories that were listed that I’m pretty sure I didn’t add when I removed them the issue went away.
Got the same issue after removing
appdaemon: True
from my config. Will be fixed in the next version, for now just add backappdaemon: True
to your config.