Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Manual install: Config flow could not be loaded: {"message":"Invalid handler specified"} error #5

Open
DanielHouston opened this issue Jan 24, 2023 · 1 comment

Comments

@DanielHouston
Copy link

Hey, look like this integration currently doesn't work for me on Home Assistant 2023.1.7 w/ Frontend 20230110.0. Adding the integration presents:

Config flow could not be loaded: {"message":"Invalid handler specified"}

HA logger suggests an issue in config_flow.py:

Error occurred loading configuration flow for integration kubernetes: No module named 'kubernetes_asyncio'

@DanielHouston
Copy link
Author

Looks like this is caused by the missing python module kubernetes_asyncio in the home assistant host (in my case, a container)
Don't know if this can be packaged and installed with the integration, but if not; the fix is to pip install kubernetes_asyncio

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant