init
This commit is contained in:
330
home-assistant.log.1
Normal file
330
home-assistant.log.1
Normal file
@@ -0,0 +1,330 @@
|
||||
2025-10-12 14:04:46.070 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||
2025-10-12 14:04:46.083 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration govee which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||
2025-10-12 14:04:46.096 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
|
||||
2025-10-12 14:04:51.014 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
|
||||
2025-10-12 14:04:51.246 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=44 from 2025-09-21 00:06:42.746973)
|
||||
2025-10-12 14:05:36.012 ERROR (MainThread) [homeassistant.components.light] Platform tuya does not generate unique IDs. ID tuya.eb951df86c9d584b4dxwebswitch_led already exists - ignoring light.upper
|
||||
2025-10-12 14:05:36.012 ERROR (MainThread) [homeassistant.components.light] Platform tuya does not generate unique IDs. ID tuya.eb266309af73dd8168qvdaswitch_led already exists - ignoring light.lower
|
||||
2025-10-12 14:05:36.013 ERROR (MainThread) [homeassistant.components.sensor] Platform tuya does not generate unique IDs. ID tuya.eb9771d7485c6103c1gohfhumidity_value already exists - ignoring sensor.co2_garage_humidity
|
||||
2025-10-12 14:05:36.013 ERROR (MainThread) [homeassistant.components.sensor] Platform tuya does not generate unique IDs. ID tuya.eb9771d7485c6103c1gohftemp_current already exists - ignoring sensor.co2_garage_temperature
|
||||
2025-10-12 14:05:36.013 ERROR (MainThread) [homeassistant.components.sensor] Platform tuya does not generate unique IDs. ID tuya.eb9771d7485c6103c1gohfco2_value already exists - ignoring sensor.co2_garage_carbon_dioxide
|
||||
2025-10-12 14:05:36.095 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'homeassistant.components.esphome.select.EsphomeAssistPipelineSelect'>) has translation placeholders '{}' which do not match the name 'Assistant{index}', please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22
|
||||
2025-10-12 14:05:36.096 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'homeassistant.components.esphome.select.EsphomeAssistSatelliteWakeWordSelect'>) has translation placeholders '{}' which do not match the name 'Wake word{index}', please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22
|
||||
2025-10-12 14:05:36.146 ERROR (MainThread) [homeassistant.components.scene] Platform tuya does not generate unique IDs. ID tys3F3Oj0ssOzFCHtUe already exists - ignoring scene.ba1_bright_399
|
||||
2025-10-12 14:05:39.194 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for home-assistant-voice-0981b4 @ 192.168.0.207: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.0.207', port=6053))]: [Errno 113] Connect call failed ('192.168.0.207', 6053) (SocketAPIError)
|
||||
2025-10-12 14:08:53.201 ERROR (Recorder) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 14:10:38.325 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 14:15:39.300 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 14:35:42.048 ERROR (SyncWorker_0) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 15:00:47.969 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 15:05:16.850 ERROR (SyncWorker_8) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 15:05:16.851 ERROR (SyncWorker_8) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 15:10:51.269 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 15:15:51.591 ERROR (MainThread) [homeassistant.components.litterrobot.coordinator] Timeout fetching litterrobot data
|
||||
2025-10-12 15:20:43.388 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching Chastifur@gmail.com data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.390 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching Chris chasteen calendar (canvas) data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.390 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching Holidays in united states data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.391 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching Chrisrobertchasteen@gmail.com data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.392 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching Home tasks data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.393 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching Darrius bachelor party data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.393 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching chrisrobertchasteen@gmail.com-birthdays data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.393 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching Critical events data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.393 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching chastifur@gmail.com-birthdays data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:43.394 ERROR (MainThread) [homeassistant.components.google.coordinator] Error fetching Holidays in united states data: Error communicating with API: Error connecting to API: Cannot connect to host www.googleapis.com:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:20:53.530 ERROR (MainThread) [pylitterbot.account] Unable to refresh your robots: Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:26:02.298 ERROR (MainThread) [pylitterbot.account] Unable to refresh your robots: Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:30:10.111 ERROR (Recorder) [homeassistant] Error doing job: Task exception was never retrieved (None)
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 596, in request
|
||||
return await future
|
||||
^^^^^^^^^^^^
|
||||
asyncio.exceptions.CancelledError
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 362, in poll_control_checkin_callback
|
||||
await poll_control.checkin_response(
|
||||
...<3 lines>...
|
||||
)
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/zcl/__init__.py", line 401, in request
|
||||
return await self._endpoint.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<9 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py", line 234, in request
|
||||
return await self.device.request(
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...<11 lines>...
|
||||
)
|
||||
^
|
||||
File "/usr/local/lib/python3.13/site-packages/zigpy/device.py", line 595, in request
|
||||
async with asyncio_timeout(timeout):
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
|
||||
raise TimeoutError from exc_val
|
||||
TimeoutError
|
||||
2025-10-12 15:31:11.491 ERROR (MainThread) [pylitterbot.account] Unable to refresh your robots: Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:31:25.957 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:31:27.700 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [DNS server returned general failure]
|
||||
2025-10-12 15:31:30.409 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [DNS server returned general failure]
|
||||
2025-10-12 15:31:34.935 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [DNS server returned general failure]
|
||||
2025-10-12 15:31:45.108 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:32:03.731 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:32:38.170 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:33:44.760 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:35:54.687 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:36:18.435 ERROR (MainThread) [pylitterbot.account] Unable to refresh your robots: Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:40:12.223 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:41:21.475 ERROR (MainThread) [pylitterbot.account] Unable to refresh your robots: Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:45:14.098 ERROR (MainThread) [pylitterbot.ws_monitor] LitterRobot4 Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
2025-10-12 15:46:25.389 ERROR (MainThread) [pylitterbot.account] Unable to refresh your robots: Cannot connect to host lr4.iothings.site:443 ssl:default [Timeout while contacting DNS servers]
|
||||
Reference in New Issue
Block a user