Unable to connect to Home Assistant after update - access to files still via WINSCP - http issue?

Hi all, searched for hours but cannot find a solution. Updated Hassio and after that I’m unable to connect to Home assistant (as it says in the UI). I’m still able to access all my files on the raspberyy pi via WINSCP or the commandline. When trying to re-install a snapshot, the commands do not work “unexpected error occurs”. I don’t want to format and reinstall everything again, takes too much time. Copy of my log below indicates the config is invalid wrt to the http. set up as below. Any help would be appreciated!

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:
api_password:
base_url: name_domain.duckdns.org
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

Text to speech

copy of the log:

2020-02-15 14:42:04 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: [api_password] is an invalid option for [http]. Check: http->http->api_password. (See /config/configuration.yaml, line 6). Please check the docs at https://www.home-assistant.io/integrations/http
2020-02-15 14:42:04 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.
2020-02-15 14:42:04 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_log. Setup failed for dependencies: http
2020-02-15 14:42:04 ERROR (MainThread) [homeassistant.setup] Setup failed for system_log: Could not set up all dependencies.
2020-02-15 14:42:06 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of webhook. Setup failed for dependencies: http
2020-02-15 14:42:06 ERROR (MainThread) [homeassistant.setup] Setup failed for webhook: Could not set up all dependencies.
2020-02-15 14:42:06 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of cloud. Setup failed for dependencies: http, webhook
2020-02-15 14:42:06 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Could not set up all dependencies.
2020-02-15 14:42:06 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=56 from 2020-02-15 13:10:23.403438)
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of api. Setup failed for dependencies: http
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Setup failed for api: Could not set up all dependencies.
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of websocket_api. Setup failed for dependencies: http
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: Could not set up all dependencies.
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of config. Setup failed for dependencies: http
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Setup failed for config: Could not set up all dependencies.
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of device_automation. Setup failed for dependencies: webhook
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Setup failed for device_automation: Could not set up all dependencies.
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_health. Setup failed for dependencies: http
2020-02-15 14:42:09 ERROR (MainThread) [homeassistant.setup] Setup failed for system_health: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: http
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of auth. Setup failed for dependencies: http
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for auth: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of search. Setup failed for dependencies: websocket_api
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for search: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of zeroconf. Setup failed for dependencies: api
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for zeroconf: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of automation. Setup failed for dependencies: device_automation, webhook
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for automation: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 192.168.178.16
2020-02-15 14:42:10 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 5 seconds.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: auth, http
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mobile_app. Setup failed for dependencies: http, webhook
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: api, auth, http, onboarding, search, system_log, websocket_api
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of panel_custom. Setup failed for dependencies: frontend
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for panel_custom: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend, http
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of hassio. Setup failed for dependencies: http, panel_custom
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Could not set up all dependencies.
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: automation, cloud, config, frontend, history, logbook, map, mobile_app, system_health, zeroconf
2020-02-15 14:42:10 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2020-02-15 14:42:12 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of tts. Setup failed for dependencies: http
2020-02-15 14:42:12 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Could not set up all dependencies.
2020-02-15 14:42:12 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of media_player. Setup failed for dependencies: http
2020-02-15 14:42:12 ERROR (MainThread) [homeassistant.setup] Setup failed for media_player: Could not set up all dependencies.
2020-02-15 14:42:17 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 192.168.178.16
2020-02-15 14:42:17 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 10 seconds.
2020-02-15 14:42:28 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 192.168.178.16
2020-02-15 14:42:28 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 20 seconds.
2020-02-15 14:42:49 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 192.168.178.16
2020-02-15 14:42:49 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 40 seconds.
2020-02-15 14:43:30 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 192.168.178.16
2020-02-15 14:43:30 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 80 seconds.
2020-02-15 14:44:51 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 192.168.178.16
2020-02-15 14:44:51 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 80 seconds.
2020-02-15 14:46:12 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 192.168.178.16
2020-02-15 14:46:12 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 80 seconds.
2020-02-15 14:47:33 ERROR (MainThread) [homeassistant.components.deconz] Error connecting to deCONZ gateway at 192.168.178.16
2020-02-15 14:47:33 WARNING (MainThread) [homeassistant.config_entries] Config entry for deconz not ready yet. Retrying in 80 seconds.

Relatively new to the space. If version numbers work, please indicate where to find them.

Updated from what version?

Looking at the first couple lines of your log, you have an api_password error. If you have users configured, then comment out the api_password because that has been depreciated for a while now.

thanks! removed the line containing the API ref, works now!