Hello!
I was getting the good old Error during query: (sqlite3.OperationalError) database is locked
error.
I found this post about a possible fix. I blindly just copy pasted everything step by step.
Soo… its not working and this is the error i get in Hass
ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/home/falkaub/.homeassistant/deps/aiohttp/web_server.py", line 61, in handle_request
resp = yield from self._handler(request)
File "/home/falkaub/.homeassistant/deps/aiohttp/web.py", line 249, in _handle
resp = yield from handler(request)
File "/usr/lib/python3.5/asyncio/coroutines.py", line 209, in coro
res = yield from res
File "/usr/lib/python3.5/asyncio/coroutines.py", line 209, in coro
res = yield from res
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/http/__init__.py", line 427, in handle
result = yield from result
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/history.py", line 236, in get
self.filters)
File "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 266, in result
raise CancelledError
concurrent.futures._base.CancelledError
Any idea how to fix it?
Regards,
Falka