Advertisement
DanPacu

home error

Dec 11th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. cat home-assistant.log
  2. 2020-12-09 15:18:30 ERROR (MainThread) [aiohttp.server] Error handling request
  3. Traceback (most recent call last):
  4. File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
  5. resp = await self._request_handler(request)
  6. File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
  7. resp = await handler(request)
  8. File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 118, in impl
  9. return await handler(request)
  10. File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 18, in request_context_middleware
  11. return await handler(request)
  12. File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
  13. return await handler(request)
  14. File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
  15. return await handler(request)
  16. File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 129, in handle
  17. result = await result
  18. File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 169, in post
  19. return await super().post(request, flow_id)
  20. File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 60, in wrapper
  21. result = await method(view, request, *args, **kwargs)
  22. File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 106, in post
  23. result = await self._flow_mgr.async_configure(flow_id, data)
  24. File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 155, in async_configure
  25. result = await self._async_handle_step(flow, cur_step["step_id"], user_input)
  26. File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 256, in _async_handle_step
  27. self._progress.pop(flow.flow_id)
  28. KeyError: 'b103f5f364d24bb3babd426699132778'
  29. 2020-12-09 15:21:17 ERROR (MainThread) [homeassistant.components.isy994.config_flow] isy994 host value in configuration is invalid
  30. 2020-12-09 15:21:38 ERROR (SyncWorker_1) [pyisy] ISY Could not receive response from device because of a network issue.
  31. 2020-12-09 20:44:20 ERROR (SyncWorker_5) [homeassistant.components.transmission] Unable to connect to Transmission client 192.168.1.71
  32. 2020-12-10 08:24:36 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 9e5036e57ae18cca9b7644f96b43df6839b0c1376d1bc8f0a1ac0b77346fd6a2 from 84.78.251.240
  33. 2020-12-10 08:24:36 WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 9e5036e57ae18cca9b7644f96b43df6839b0c1376d1bc8f0a1ac0b77346fd6a2 from 84.78.251.240
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement