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.

KeyError: 'appdaemon' (When accessing the store)

See original GitHub issue

Installed 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:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dpembocommented, Jul 6, 2019

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.

1reaction
ludeeuscommented, Jul 2, 2019

Got the same issue after removing appdaemon: True from my config. Will be fixed in the next version, for now just add back appdaemon: True to your config.

Read more comments on GitHub >

github_iconTop 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 >

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