Snips.ai error on installing

Hi, I’m getting the following error when trying to instal snips.ai on Hass.io:

ERROR (MainThread) [homeassistant.components.hassio] Client timeout error on api request addons/core_snips/install.

Does anyone have a solution?

Don’t know what happened, but it is installed!

Hey @Try2Fly how long did it take for showing up?

I got a similar error:

Homeassistant log:
2017-07-17 19:43:36 ERROR (MainThread) [homeassistant.components.hassio] Client timeout error on api request addons/core_snips/install.

Supervisor log:
17-07-17 17:38:36 INFO (SyncWorker_17) [hassio.dock] Pull image homeassistant/armhf-addon-snips tag 0.4.3-p1.
17-07-17 18:01:39 INFO (SyncWorker_17) [hassio.dock] Tag image homeassistant/armhf-addon-snips with version 0.4.3-p1 as latest

edit: It took around 3 hours, but now it shows up as installed as well

This happens because the default client timeout is 10 seconds. The developer can override this.

In the background the docker will keep building or downloading, depending on the way the addon is published.
When done, it will popup as installed.

Yeah we should disable timeout on install. Added a story for it.