home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.03k stars 28.28k forks source link

Addon startup error after update to 2024.5.1 #116853

Closed planetmarshall closed 1 week ago

planetmarshall commented 1 week ago

The problem

Summary

Addon failing to start after update to 2024.5.1. There have been no other changes. The addon is fairly simple and does not differ greatly from the example. See https://github.com/planetmarshall/ha-influxdb2 for source.

Expected Result:

Addon starts up successfully

Actual result

Addon fails to startup with the following error in the log:

Error: read /etc/influxdb2/configs: is a directory

Steps to reproduce

Install the addon from https://github.com/planetmarshall/ha-influxdb2

What version of Home Assistant Core has the issue?

2024.5.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

planetmarshall commented 1 week ago

Closed as not HA related. Resolved by updating the InfluxDB image version (maybe docker client related?)