-
Notifications
You must be signed in to change notification settings - Fork 96
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
Can not install #10
Comments
Ciao, io non riesco ad installare. |
I'm getting the same as @Michele184, the file exists and is executable |
I have the same problem - have you found a solution? |
Here too! ... |
Hi All, As th author of the addon I need to apologise that I am not able to assist you to debug this. My suggestion is for a capable user to fork the addon and continue maintenance. |
Hi,
while I try to install it I get the following error message:
18-01-23 20:32:52 INFO (SyncWorker_7) [hassio.docker.addon] Start build f3248fb7/amd64-addon-dasher:0.2 18-01-23 20:32:52 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/utils.py", line 33, in wrap_api answer = await method(api, *args, **kwargs) File "/usr/lib/python3.6/site-packages/hassio/addons/addon.py", line 524, in install if not await self.instance.install(self.last_version): File "/usr/lib/python3.6/site-packages/hassio/docker/utils.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/docker/addon.py", line 263, in _install return self._build(tag) File "/usr/lib/python3.6/site-packages/hassio/docker/addon.py", line 276, 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
fromprior to commit
Its a genereic Ubuntu Server:
Its the first thing I tried to install after a clean setup.
Current version | 0.61.1
`
Any idea what this could be ?
Installing on RPI3 works fine. (with the image of course)
Regards
The text was updated successfully, but these errors were encountered: