erik73/addon-steve

Steve add-on does not start successfully on HA 2021.9.5

lbbrhzn opened this issue · 2 comments

Problem/Motivation

Steve add-on does not start successfully

Expected behavior

Successful start

Actual behavior

Here's the log (debug level set to trace)

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: SteVe
 OCPP server for EV charging stations
-----------------------------------------------------------
 Add-on version: 1.3.3
 You are running the latest version of this add-on.
 System: Home Assistant OS 6.3  (amd64 / qemux86-64)
 Home Assistant Core: 2021.9.5
 Home Assistant Supervisor: 2021.09.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
Log level is set to DEBUG
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 10-create-config.sh: executing... 
[18:37:34] DEBUG: Requested API resource: http://supervisor/services/mysql
[18:37:34] DEBUG: Request method: GET
[18:37:34] DEBUG: Request data: {}
[18:37:34] DEBUG: API HTTP Response code: 400
[18:37:34] DEBUG: API Response: {"result": "error", "message": "Service not enabled"}
[18:37:34] ERROR: Got unexpected response from the API: Service not enabled
[cont-init.d] 10-create-config.sh: exited 139.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing... 
-----------------------------------------------------------
                Oops! Something went wrong.

 We are so sorry, but something went terribly wrong when
 starting or running this add-on.
 
 Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.

Steps to reproduce

Install add-on on HA2021.9.5 and start with default config parameters

Proposed changes

No clue

seems i need to install the mariadb addon first.

Correct