Task was destroyed but it is pending! No front end visible

I’ve spent the most soul-crushing hour of my life trying to setup DuckDNS, which culminated in a PR. Anyway I believe I have the DuckDNS component setup correctly and received the following which seemed positive:

I then configured HA accordingly:

http:
  api_password: !secret http_password
  login_attempts_threshold: 5
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

Now on restart HASSIO, my logs are filled with the error:

2018-04-15 08:14:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1523776475.0629253, level=ERROR, message=Error doing job: Task was destroyed but it is pending!, exception=, source=core.py>
2018-04-15 08:14:35 ERROR (SyncWorker_12) [homeassistant.core] Error doing job: Task was destroyed but it is pending!

And I cannot view the front end:
image

Any advice before I catch the boat to Shutter Island?

UPDATE:
On commenting out the refs to the certificates and rebooting, the error disappears and front end is visible. However does defeat the point of trying to configure the certificates.
I’ve now created an issue.

http:
  api_password: !secret http_password
  login_attempts_threshold: 5
#  ssl_certificate: /ssl/fullchain.pem
#  ssl_key: /ssl/privkey.pem
```

There’s already a bug report for that error message in the homeassistant repo, but AFAIK you’re the first person to have lost access due to it.

1 Like

I’m trying to move my install to a new server and I’m seeing the same, cant get the front end web ui to load. I’m moving from a nas4free in a jail to a full ubuntu server vm with python venv. uninstalled from venv ui, removed hass version file, deps folder, db file reinstall and nothing but this stuff being posted to the log and no front end web ui.

After looking at the cert items posted in this post, i removed my cert settings in my config. I had not properly set up letsencrypt yet, commenting the cert settings in my config allowed proper startup and access to the ui.

I’m guessing I need to reconfigure the cert chain and cant just copy that from the old server to this one as they would have different private keys.