Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred loading flow for integration uk_bin_collection: No module named 'uk_bin_collection' #1062

Open
farnz opened this issue Dec 1, 2024 · 2 comments

Comments

@farnz
Copy link

farnz commented Dec 1, 2024

I've just added the integration to my Home Assistant setup (using the official container), and restarted HA. When I try to add this integration, I get an error in the UI:

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

When I look at HA logs, I see:

Dec 01 18:59:59 parrot.farnz.org.uk homeassistant[258840]: 2024-12-01 18:59:59.615 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration uk_bin_collection: No module named 'uk_bin_collection'

My HA install claims to be:

  • Core 2024.11.3
  • Frontend 20241106.2

Any idea what I've done wrong?

@calcium90
Copy link

Seeing the same issue, using official HA container image (ghcr.io/home-assistant/home-assistant:stable, Core 2024.12.3, frontend 20241127.8), UKBinCollectionData 0.122.0.
image
Seeing the same error in the log as reported:

2024-12-13 16:47:41.302 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration uk_bin_collection: No module named 'uk_bin_collection'

@farnz
Copy link
Author

farnz commented Dec 13, 2024

I've logged into the container, and manually run pip install uk_bin_collection, which has fixed this.

I suspect something's up with the way dependencies are downloaded by HACS, since I can see that you've asked for this to be installed as a dep, but it's not working.

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

No branches or pull requests

2 participants