Home assistant server is up and runing, but Hass.IO button is not available and I am getting this error in logs:
2019-11-26 13:29:08 ERROR (MainThread) [aiohttp.server] Unhandled exception
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 461, in start
await prepare_meth(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_fileresponse.py", line 224, in prepare
st = await loop.run_in_executor(None, filepath.stat)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/pathlib.py", line 1168, in stat
return self._accessor.stat(self)
FileNotFoundError: [Errno 2] No such file or directory: '/config/home-assistant.log'
I thought that the -v parameter is only if you want to map your config folder outside of the docker env.
First time I tried with mapping and got the same error, then I have removed it to reduce the possible errors.
I just did a quick test on my laptop straight from the documentation. I created a folder in my home directory and mapped /config to that. It seems to work.