Regarding the addons constantly restarting, only mention I can find is in the supervisor logs, the addons themselves donāt seem to be logging a issue and its the watchdog restarting them.
2024-12-12 09:11:24.182 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-12-12 09:13:19.009 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-12-12 09:13:19.078 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/adamoutler/mqtt-explorer repository
2024-12-12 09:13:19.132 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/ParadoxAlarmInterface/hassio-repository repository
2024-12-12 09:13:19.176 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/CoolKit-Technologies/ha-addon repository
2024-12-12 09:13:19.229 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
2024-12-12 09:13:19.290 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-12-12 09:13:19.348 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-12-12 09:13:19.388 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-12-12 09:13:26.114 INFO (MainThread) [supervisor.store] Loading add-ons from store: 88 all - 0 new - 0 remove
2024-12-12 09:13:26.116 INFO (MainThread) [supervisor.store] Loading add-ons from store: 88 all - 0 new - 0 remove
2024-12-12 09:15:53.150 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-12-12 09:45:55.488 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-12-12 09:53:27.524 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-12-12 09:53:30.564 INFO (MainThread) [supervisor.host.services] Updating service information
2024-12-12 09:53:30.642 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-12-12 09:53:32.395 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-12-12 09:53:33.243 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-12-12 10:11:24.186 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-12-12 10:11:24.193 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-12-12 10:11:24.525 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-12-12 10:11:24.897 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-12-12 10:11:24.900 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-12-12 10:11:24.902 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-12-12 10:11:24.904 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-12-12 10:11:24.907 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-12-12 10:11:24.909 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-12-12 10:11:24.910 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-12-12 10:11:24.917 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-12-12 10:11:24.919 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-12-12 10:11:24.920 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-12-12 10:11:24.921 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-12-12 10:11:26.681 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-12-12 10:11:26.683 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-12-12 10:11:26.684 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-12-12 10:16:25.575 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-12-12 10:30:40.256 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 161, in sentry_app_handle
reraise(*_capture_exception())
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py", line 1723, in reraise
raise value
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 144, in sentry_app_handle
response = await old_handle(self, request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 567, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 199, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 215, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 234, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 298, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/proxy.py", line 217, in websocket
response = await server.receive_json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 573, in receive_json
data = await self.receive_str(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 557, in receive_str
raise TypeError(
TypeError: Received message 257:None is not WSMsgType.TEXT
2024-12-12 10:30:40.552 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API error: Cannot proxy websocket message of unsupported type: 257
2024-12-12 10:30:40.554 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API error: Cannot proxy websocket message of unsupported type: 257
2024-12-12 10:30:40.612 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for f4f71350_ewelink_smart_home_slug closed
2024-12-12 10:30:40.618 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for f4f71350_ewelink_smart_home_slug closed
2024-12-12 10:30:46.762 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon eWeLink Smart Home is failed, restarting...
2024-12-12 10:30:46.805 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_f4f71350_ewelink_smart_home_slug application
2024-12-12 10:30:56.730 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on f4f71350/aarch64-addon-ewelink_smart_home_slug with version 1.4.3
2024-12-12 10:31:05.318 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 10:31:05.358 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 10:31:05.406 INFO (MainThread) [supervisor.api.proxy] WebSocket access from f4f71350_ewelink_smart_home_slug
2024-12-12 10:31:05.452 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-12-12 10:31:08.822 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 10:31:08.842 INFO (MainThread) [supervisor.api.proxy] WebSocket access from f4f71350_ewelink_smart_home_slug
2024-12-12 10:31:08.860 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-12-12 10:46:46.491 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-12-12 11:11:26.690 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-12-12 11:11:26.698 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-12-12 11:11:27.359 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-12-12 11:11:27.817 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-12-12 11:11:27.819 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-12-12 11:11:27.821 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-12-12 11:11:27.823 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-12-12 11:11:27.837 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-12-12 11:11:27.840 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-12-12 11:11:27.843 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-12-12 11:11:27.854 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-12-12 11:11:27.856 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-12-12 11:11:27.857 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-12-12 11:11:27.858 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-12-12 11:11:29.417 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-12-12 11:11:29.419 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-12-12 11:11:29.420 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-12-12 11:16:58.153 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-12-12 11:20:31.476 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_e92a3241_paradox_alarm_interface_3.x application
2024-12-12 11:20:56.792 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on paradoxalarminterface/pai with version 3.6.0
2024-12-12 11:21:16.445 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'pai'
2024-12-12 11:21:19.547 INFO (MainThread) [supervisor.auth] Successful login for 'pai'
2024-12-12 11:21:36.795 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Paradox Alarm Interface is failed, restarting...
2024-12-12 11:21:36.832 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_e92a3241_paradox_alarm_interface_3.x application
2024-12-12 11:22:07.553 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on paradoxalarminterface/pai with version 3.6.0
2024-12-12 11:22:36.500 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Paradox Alarm Interface is failed, restarting...
2024-12-12 11:22:36.560 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_e92a3241_paradox_alarm_interface_3.x application
2024-12-12 11:22:59.241 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on paradoxalarminterface/pai with version 3.6.0
2024-12-12 11:23:42.149 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Paradox Alarm Interface is failed, restarting...
2024-12-12 11:23:42.187 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_e92a3241_paradox_alarm_interface_3.x application
2024-12-12 11:24:10.066 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on paradoxalarminterface/pai with version 3.6.0
2024-12-12 11:24:20.028 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 161, in sentry_app_handle
reraise(*_capture_exception())
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py", line 1723, in reraise
raise value
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 144, in sentry_app_handle
response = await old_handle(self, request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 567, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 199, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 215, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 234, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 298, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/proxy.py", line 217, in websocket
response = await server.receive_json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 573, in receive_json
data = await self.receive_str(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 557, in receive_str
raise TypeError(
TypeError: Received message 257:None is not WSMsgType.TEXT
2024-12-12 11:24:20.281 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API error: Cannot proxy websocket message of unsupported type: 257
2024-12-12 11:24:20.292 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API error: Cannot proxy websocket message of unsupported type: 257
2024-12-12 11:24:21.474 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for f4f71350_ewelink_smart_home_slug closed
2024-12-12 11:24:21.708 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for f4f71350_ewelink_smart_home_slug closed
2024-12-12 11:24:34.471 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon eWeLink Smart Home is failed, restarting...
2024-12-12 11:24:34.544 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_f4f71350_ewelink_smart_home_slug application
2024-12-12 11:25:01.894 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on f4f71350/aarch64-addon-ewelink_smart_home_slug with version 1.4.3
2024-12-12 11:25:17.429 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:25:17.708 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:25:21.919 INFO (MainThread) [supervisor.api.proxy] WebSocket access from f4f71350_ewelink_smart_home_slug
2024-12-12 11:25:23.266 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 161, in sentry_app_handle
reraise(*_capture_exception())
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py", line 1723, in reraise
raise value
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 144, in sentry_app_handle
response = await old_handle(self, request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 567, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 199, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 215, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 234, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 298, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/proxy.py", line 217, in websocket
response = await server.receive_json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 573, in receive_json
data = await self.receive_str(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 557, in receive_str
raise TypeError(
TypeError: Received message 257:None is not WSMsgType.TEXT
2024-12-12 11:25:24.024 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-12-12 11:25:24.027 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API error: Cannot proxy websocket message of unsupported type: 257
2024-12-12 11:25:24.081 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for f4f71350_ewelink_smart_home_slug closed
2024-12-12 11:25:38.091 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon eWeLink Smart Home is failed, restarting...
2024-12-12 11:25:38.326 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_f4f71350_ewelink_smart_home_slug application
2024-12-12 11:26:00.893 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on f4f71350/aarch64-addon-ewelink_smart_home_slug with version 1.4.3
2024-12-12 11:26:43.056 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:26:43.902 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:26:45.713 INFO (MainThread) [supervisor.api.proxy] WebSocket access from f4f71350_ewelink_smart_home_slug
2024-12-12 11:26:45.932 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-12-12 11:26:50.828 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Paradox Alarm Interface is failed, restarting...
2024-12-12 11:26:50.907 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_e92a3241_paradox_alarm_interface_3.x application
2024-12-12 11:26:52.331 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:26:52.570 INFO (MainThread) [supervisor.api.proxy] WebSocket access from f4f71350_ewelink_smart_home_slug
2024-12-12 11:26:52.616 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-12-12 11:27:39.147 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on paradoxalarminterface/pai with version 3.6.0
2024-12-12 11:27:46.016 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 161, in sentry_app_handle
reraise(*_capture_exception())
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py", line 1723, in reraise
raise value
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 144, in sentry_app_handle
response = await old_handle(self, request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 567, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 199, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 215, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 234, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 298, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/proxy.py", line 217, in websocket
response = await server.receive_json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 573, in receive_json
data = await self.receive_str(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 557, in receive_str
raise TypeError(
TypeError: Received message 257:None is not WSMsgType.TEXT
2024-12-12 11:27:46.797 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API error: Cannot proxy websocket message of unsupported type: 257
2024-12-12 11:27:46.799 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API error: Cannot proxy websocket message of unsupported type: 257
2024-12-12 11:27:47.425 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for f4f71350_ewelink_smart_home_slug closed
2024-12-12 11:27:47.456 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for f4f71350_ewelink_smart_home_slug closed
2024-12-12 11:27:50.016 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'pai'
2024-12-12 11:27:51.460 INFO (MainThread) [supervisor.auth] Successful login for 'pai'
2024-12-12 11:28:02.829 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon eWeLink Smart Home is failed, restarting...
2024-12-12 11:28:02.891 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_f4f71350_ewelink_smart_home_slug application
2024-12-12 11:28:24.672 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on f4f71350/aarch64-addon-ewelink_smart_home_slug with version 1.4.3
2024-12-12 11:29:05.756 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:29:05.900 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:29:09.439 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 161, in sentry_app_handle
reraise(*_capture_exception())
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py", line 1723, in reraise
raise value
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 144, in sentry_app_handle
response = await old_handle(self, request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 567, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 199, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 215, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 234, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 298, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/proxy.py", line 217, in websocket
response = await server.receive_json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 573, in receive_json
data = await self.receive_str(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 557, in receive_str
raise TypeError(
TypeError: Received message 257:None is not WSMsgType.TEXT
2024-12-12 11:29:09.852 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 161, in sentry_app_handle
reraise(*_capture_exception())
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/utils.py", line 1723, in reraise
raise value
File "/usr/local/lib/python3.12/site-packages/sentry_sdk/integrations/aiohttp.py", line 144, in sentry_app_handle
response = await old_handle(self, request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 567, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 199, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 215, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 234, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 298, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/api/proxy.py", line 217, in websocket
response = await server.receive_json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 573, in receive_json
data = await self.receive_str(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_ws.py", line 557, in receive_str
raise TypeError(
TypeError: Received message 257:None is not WSMsgType.TEXT
2024-12-12 11:29:24.628 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon eWeLink Smart Home is failed, restarting...
2024-12-12 11:29:24.780 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_f4f71350_ewelink_smart_home_slug application
2024-12-12 11:29:48.638 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on f4f71350/aarch64-addon-ewelink_smart_home_slug with version 1.4.3
2024-12-12 11:30:39.599 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Paradox Alarm Interface is failed, restarting...
2024-12-12 11:30:39.657 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_e92a3241_paradox_alarm_interface_3.x application
2024-12-12 11:30:41.869 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:30:41.888 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:30:42.124 INFO (MainThread) [supervisor.api.proxy] WebSocket access from f4f71350_ewelink_smart_home_slug
2024-12-12 11:30:42.186 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-12-12 11:30:57.848 ERROR (MainThread) [supervisor.homeassistant.api] Error on call https://172.30.32.1:8123/api/states/binary_sensor.10016270ab_569402A6082A205768: [Errno None] Can not write request body for https://172.30.32.1:8123/api/states/binary_sensor.10016270ab_569402A6082A205768
2024-12-12 11:30:57.042 ERROR (MainThread) [supervisor.api.proxy] Error on API for request states/binary_sensor.10016270ab_569402A6082A205768
2024-12-12 11:30:59.635 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-12-12 11:31:01.500 INFO (MainThread) [supervisor.api.proxy] WebSocket access from f4f71350_ewelink_smart_home_slug
2024-12-12 11:31:01.646 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-12-12 11:31:29.093 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on paradoxalarminterface/pai with version 3.6.0
2024-12-12 11:31:59.293 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Paradox Alarm Interface is failed, restarting...
2024-12-12 11:31:59.324 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_e92a3241_paradox_alarm_interface_3.x application
2024-12-12 11:32:27.201 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on paradoxalarminterface/pai with version 3.6.0
2024-12-12 11:32:49.968 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'pai'
2024-12-12 11:32:58.991 INFO (MainThread) [supervisor.auth] Successful login for 'pai'
2024-12-12 11:33:09.643 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Paradox Alarm Interface is failed, restarting...
2024-12-12 11:33:09.774 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_e92a3241_paradox_alarm_interface_3.x application