Advertisement
Kahless656

HA crash

Nov 17th, 2023 (edited)
1,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 23-11-17 07:16:12 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/core/state:
  2. 23-11-17 07:16:12 WARNING (MainThread) [supervisor.misc.tasks] Watchdog miss API response from Home Assistant
  3. 23-11-17 07:18:43 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/core/state:
  4. 23-11-17 07:18:43 ERROR (MainThread) [supervisor.misc.tasks] Watchdog found a problem with Home Assistant API!
  5. 23-11-17 07:18:43 INFO (SyncWorker_8) [supervisor.docker.manager] Restarting homeassistant
  6. 23-11-17 07:22:24 WARNING (MainThread) [supervisor.homeassistant.websocket] Connection is closed
  7. 23-11-17 07:22:24 ERROR (MainThread) [asyncio] Task exception was never retrieved
  8. future: <Task finished name='Task-6654' coro=<HomeAssistantWebSocket.async_supervisor_event() done, defined at /usr/src/supervisor/supervisor/homeassistant/websocket.py:318> exception=AttributeError("'NoneType' object has no attribute 'close'")>
  9. Traceback (most recent call last):
  10.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 263, in async_send_message
  11.     await self._client.async_send_command(message)
  12.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 93, in async_send_command
  13.     return await self._futures[message["id"]]
  14.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. supervisor.exceptions.HomeAssistantWSConnectionError: Connection was closed
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 323, in async_supervisor_event
  21.     await self.async_send_message(
  22.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 265, in async_send_message
  23.     await self._client.close()
  24.           ^^^^^^^^^^^^^^^^^^
  25. AttributeError: 'NoneType' object has no attribute 'close'
  26. 23-11-17 07:22:24 ERROR (MainThread) [asyncio] Task exception was never retrieved
  27. future: <Task finished name='Task-6656' coro=<HomeAssistantWebSocket.async_supervisor_event() done, defined at /usr/src/supervisor/supervisor/homeassistant/websocket.py:318> exception=AttributeError("'NoneType' object has no attribute 'close'")>
  28. Traceback (most recent call last):
  29.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 263, in async_send_message
  30.     await self._client.async_send_command(message)
  31.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 93, in async_send_command
  32.     return await self._futures[message["id"]]
  33.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  34. supervisor.exceptions.HomeAssistantWSConnectionError: Connection was closed
  35.  
  36. During handling of the above exception, another exception occurred:
  37.  
  38. Traceback (most recent call last):
  39.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 323, in async_supervisor_event
  40.     await self.async_send_message(
  41.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 265, in async_send_message
  42.     await self._client.close()
  43.           ^^^^^^^^^^^^^^^^^^
  44. AttributeError: 'NoneType' object has no attribute 'close'
  45. 23-11-17 07:22:24 ERROR (MainThread) [asyncio] Task exception was never retrieved
  46. future: <Task finished name='Task-6657' coro=<HomeAssistantWebSocket.async_supervisor_event() done, defined at /usr/src/supervisor/supervisor/homeassistant/websocket.py:318> exception=AttributeError("'NoneType' object has no attribute 'close'")>
  47. Traceback (most recent call last):
  48.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 263, in async_send_message
  49.     await self._client.async_send_command(message)
  50.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 93, in async_send_command
  51.     return await self._futures[message["id"]]
  52.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  53. supervisor.exceptions.HomeAssistantWSConnectionError: Connection was closed
  54.  
  55. During handling of the above exception, another exception occurred:
  56.  
  57. Traceback (most recent call last):
  58.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 323, in async_supervisor_event
  59.     await self.async_send_message(
  60.   File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 265, in async_send_message
  61.     await self._client.close()
  62.           ^^^^^^^^^^^^^^^^^^
  63. AttributeError: 'NoneType' object has no attribute 'close'
  64. 23-11-17 07:22:28 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement