Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with new install #24

Closed
johnwilson1969 opened this issue Jan 5, 2018 · 1 comment
Closed

Problem with new install #24

johnwilson1969 opened this issue Jan 5, 2018 · 1 comment

Comments

@johnwilson1969
Copy link

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 with from prior to commit
`

@johnwilson1969
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant