Supervisor bug since 9m - how to get a dev response?

Hi everyone,
I’m posting this here as I don’t know how to reach someone knowledgeable enough to get a solution.

I’ve found and reported on the supervisor github a bug : Bug : config.json ATTR_IMAGE not read by supervisor when switching addons from local to image builds · Issue #3414 · home-assistant/supervisor · GitHub

In a one-line summary : if a user installed an addon that the dev. had configured as locally build, but the dev. switches it to an image-based addon (by adding the “image” tag in config.json), the supervisor ignores the “image” tag and still locally builds it. However, when the user starts the addon, the supervisor will read the “image” tag and bug as it hadn’t downloaded the image but build it instead.

I’ve tried everything to read the devs, including : showing it is an actual bug, providing full logs, making a more explicit title, direct linking the most active devs, and couldn’t get an answer.

I spend tons of hours developing addons, and feel really let down that I must stick to locally build addons otherwise all users would need to uninstall, lose all their data stored in /data, then reinstall the addon.

Thanks anyone who can help solving this supervisor bug and providing some info on what I should do differently to get a response.

Anyone knows a way to contact the devs to get their help on the supervisor bug ?

It has been opened since 9 months here and not one response… And it has a high impact on people affected by this. By preventing from converting locally built addon to remote built on github, it induces increased wear on the sd card, longer installation time, larger backup images to store the container, takes a lot of free space due to intermediate images not properly cleaned, …

Thanks!

I’ve also posted on discord, no response… Discord Is there no possibility of user input on bugs ? It seems this bug is ignored regardless of where I post about it…

You need @CentralCommand to look at this. He is one of the supervisor devs.

1 Like

Hey sorry about that. That one was added around when I joined Nabu Casa so I was a bit distracted with the queued up tasks. Then it kind of slipped my list. Anyway just put in a PR that should fix it:

4 Likes

Thanks so much!! I’ve seen your comment on GitHub and hadn’t yet installed root ssh access on my HA os. I’ll look at it, or test the dev channel as you proposed.

Have a great day!

2 Likes

I’ve tested your procedure by manually updating the supervisor and it works great, thanks!

3 Likes