#Since the 2024.12 cannot install through HACS

1 messages · Page 1 of 1 (latest)

errant sinew
#

Hello, I'm pretty new to this Discord and hope I just created my post in the right channel!

Since the 2024.12 upgrade, two integrations that I was using (Toshiba AC and Arlo Camera Support) stopped working. I uninstalled these integrations, clean cache and stuff related to them, re-install through HACS. On configuration launch of these integrations (loading / config flow), I have the error "Config flow could not be loaded: {"message":"Invalid handler specified"}". When I take a log at HA, I see:

2024-12-13 09:10:10.082 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration aarlo: No module named 'pyaarlo'```
If I thy to install `pyaarlo` package through the command line and then try to launch the configuration wizard of the integration again, it works...
It seems like HACS or HA did not had the right to install package / or maybe  installed the package in the wrong place.

Did this issue known to the community ?

If you need me investigate further, feel free ^^

Thanks for your help! 🙏
fresh oyster
#

TL/DR: The problem seems to be with non-Docker container installs, mount an empty file at /.dockerenv

errant sinew
#

Thanks for the links 🙂 Since I'm on k8s, I'm going to find a more "sexy" way to workaround. But the conversations are interesting !

#

Thank you for your support

fresh oyster
#

There's details there for "fixing" it on K8s

full canopy
#

How to fix it on k8s