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

1 messages · Page 1 of 1 (latest)

lost tulip
#

I'm getting this error message with trying to setup HACS in a docker-hosted HA, no idea what's causing the error. Thanks

sweet pulsar
#

What do the HA logs show? How did you install HACS?

#

What version of HA are you running?

lost tulip
#

Logger: homeassistant.config_entries
Source: config_entries.py:3760
First occurred: 4:18:47 PM (2 occurrences)
Last logged: 4:27:29 PM
Error occurred loading flow for integration hacs: No module named 'custom_components.hacs.helpers.functions.configuration_schema'

#

Installation method Home Assistant Container
Core 2025.8.3
Frontend 20250811.1

#

Let me think for a second how I managed to get HACS to show up in the integrations, it took some work.

sweet pulsar
#

You should follow the official instructions

lost tulip
#

yes, this is correct. This is how I installed it.

#

but see its telling me it isn't compatible with docker version of ha

#

here is the error message "his redirect is not supported by your Home Assistant installation. It needs either the Home Assistant Operating System or Home Assistant Supervised installation method. For more information, see the documentation."

sweet pulsar
#

You're using the addon link, which doesn't apply to you

#

Use the container tab

lost tulip
#

i just saw that. sorry

#

I think this is what i did before but quick question: where is the terminal? Am I using the one in the docker container GUI, the NAS?

sweet pulsar
#

Some terminal that allows you to navigate to you config directory

#

Such as ssh, or I think you can shell into the container itself

#

Usually the same place you start the container, but it sounds like you're using a GUI for that

lost tulip
#

I got it. I went into the terminal inside HA docker container and ran it there

#

damn yeah I'm still getting the same error.

#

it seems to be looking for this module

#

'custom_components.hacs.helpers.functions.configuration_schema'

sweet pulsar
#

100% of the time this is caused by an old version of HACS installed

#

You restarted HA?

lost tulip
#

yea

#

OK let me put the terminal feedback in here. I think you're right its not getting the correct version maybe?

sweet pulsar
#

You didn't run the command properly

#

Copy and paste it. Don't try to type it

lost tulip
#

I did copy and paste it. I'm sorry this is getting a little beyond my knowledge. Thank you for working with me. Let me show you what I'm doing

#

I'm hitting OK and then its spitting out that string

#

ok let me start by running the bash command first per the instructions. I thought I didn't have to do that part because I was doing it inside the container

#

strange

#

I got it!

lost tulip
#

Thank you RobC!

sweet pulsar
#

Yes, you definitely needed to follow all the instructions