I am getting this error.
19-06-19 04:45:39 INFO (SyncWorker_3) [hassio.docker.interface] Pull image homeassistant/armv7l-homeassistant tag landingpage.
19-06-19 04:45:42 ERROR (SyncWorker_3) [hassio.docker.interface] Can’t install homeassistant/armv7l-homeassistant:landingpage → 404 Client Error: Not Found (“pull access denied for homeassistant/armv7l-homeassistant, repository does not exist or may require ‘docker login’”).
19-06-19 04:45:42 WARNING (MainThread) [hassio.homeassistant] Fails install landingpage, retry after 30sec
How do I install this via docker? What is the EXACT command to type in so that my LibreElec Raspberry Pi will be identical to my Raspbian Pi (working HomeAssistant, I want to get rid of needing 2 Pi)
19-06-19 05:04:49 INFO (SyncWorker_4) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.94.3
19-06-19 05:04:49 ERROR (SyncWorker_4) [concurrent.futures] exception calling callback for <Future at 0x7507fe50 state=finished returned NoneType>
Traceback (most recent call last):
File “/usr/local/lib/python3.7/concurrent/futures/_base.py”, line 324, in _invoke_callbacks
callback(self)
File “/usr/local/lib/python3.7/asyncio/futures.py”, line 362, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File “uvloop/loop.pyx”, line 1261, in uvloop.loop.Loop.call_soon_threadsafe
File “uvloop/loop.pyx”, line 604, in uvloop.loop.Loop._call_soon
File “uvloop/loop.pyx”, line 608, in uvloop.loop.Loop._call_soon_handle
File “uvloop/loop.pyx”, line 637, in uvloop.loop.Loop._check_closed
RuntimeError: Event loop is closed
19-06-19 05:04:49 ERROR (MainThread) [asyncio] Task was destroyed but it is pending!
task: <Task pending coro=<HassIO.start() running at /usr/src/hassio/hassio/core.py:113> wait_for=<Future pending cb=[_chain_future.._call_check_cancel() at /usr/local/lib/python3.7/asyncio/futures.py:348, <TaskWakeupMethWrapper object at 0x749b8dd0>()]>>
LibreElecPi:~ #
I honestly, to this day, still don’t know the difference.
What little difference I know, is that hass.io has something called “snapshot” in it, I would like to use that to import my settings, from my old Raspberry Pi.
LibreElecPi:~ # docker run --init --net=host --restart=unless-stopped homeassistant/raspberrypi3-homeassistant exec – failed: No such file or directory
Seems odd.
Also this
LibreElecPi:~ # docker run --init --net=host --restart=unless-stopped homeassistant/armhf-homeassistant exec – failed: No such file or directory