danimtb / dasshio

Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Apache License 2.0
192 stars 63 forks source link

Problem with new install #24

Closed johnwilson1969 closed 6 years ago

johnwilson1969 commented 6 years ago

Fresh Ubuntu 16.04LTS w/updates, HASSIO Docker install, Supervisor 0.78, Host OS 0.3, Home Assistant 0.60

I add the dassho repo, go to install. click Install, the button lights up goes back to default and the following is shown in error log.

Any ideas where to being looking for the issue?

Thank you.

` 18-01-05 03:51:24 INFO (SyncWorker_4) [hassio.dock.addon] Start build 03d23610/amd64-addon-dasshio:0.2.0 18-01-05 03:51:24 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 410, in start resp = yield from self._request_handler(request) File "/usr/lib/python3.6/site-packages/aiohttp/web.py", line 325, in _handle resp = yield from handler(request) File "/usr/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 93, in impl return (yield from handler(request)) File "/usr/lib/python3.6/site-packages/hassio/api/util.py", line 33, in wrap_api answer = await method(api, *args, **kwargs) File "/usr/lib/python3.6/site-packages/hassio/addons/addon.py", line 515, in install if not await self.docker.install(self.last_version): File "/usr/lib/python3.6/site-packages/hassio/dock/util.py", line 18, in wrap_api return await method(api, *args, **kwargs) File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) File "/usr/lib/python3.6/site-packages/hassio/dock/addon.py", line 251, in _install return self._build(tag) File "/usr/lib/python3.6/site-packages/hassio/dock/addon.py", line 264, in _build image = self.docker.images.build(**build_env.get_docker_args(tag)) File "/usr/lib/python3.6/site-packages/docker/models/images.py", line 179, in build raise BuildError(chunk['error']) docker.errors.BuildError: Please provide a source image withfromprior to commit

johnwilson1969 commented 6 years ago

Figured out my issue. I had installed Docker from Ubuntu repository. I used the Docker repository and installed Docker CE and plugin installs fine.