You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: homeassistant
Source: components/dhcp/init.py:154
First occurred: 17:40:52 (1 occurrences)
Last logged: 17:40:52
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/dhcp/init.py", line 117, in _initialize
await watcher.async_start()
File "/usr/src/homeassistant/homeassistant/components/dhcp/init.py", line 275, in async_start
self._async_process_device_state(state)
File "/usr/src/homeassistant/homeassistant/components/dhcp/init.py", line 300, in _async_process_device_state
self.async_process_client(ip_address, hostname, _format_mac(mac_address))
File "/usr/src/homeassistant/homeassistant/components/dhcp/init.py", line 154, in async_process_client
made_ip_address = make_ip_address(ip_address)
File "/usr/local/lib/python3.9/ipaddress.py", line 53, in ip_address
raise ValueError('%r does not appear to be an IPv4 or IPv6 address' %
ValueError: '--' does not appear to be an IPv4 or IPv6 address
请问开发者,这个是什么问题?
The text was updated successfully, but these errors were encountered:
Logger: homeassistant
Source: components/dhcp/init.py:154
First occurred: 17:40:52 (1 occurrences)
Last logged: 17:40:52
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/dhcp/init.py", line 117, in _initialize
await watcher.async_start()
File "/usr/src/homeassistant/homeassistant/components/dhcp/init.py", line 275, in async_start
self._async_process_device_state(state)
File "/usr/src/homeassistant/homeassistant/components/dhcp/init.py", line 300, in _async_process_device_state
self.async_process_client(ip_address, hostname, _format_mac(mac_address))
File "/usr/src/homeassistant/homeassistant/components/dhcp/init.py", line 154, in async_process_client
made_ip_address = make_ip_address(ip_address)
File "/usr/local/lib/python3.9/ipaddress.py", line 53, in ip_address
raise ValueError('%r does not appear to be an IPv4 or IPv6 address' %
ValueError: '--' does not appear to be an IPv4 or IPv6 address
请问开发者,这个是什么问题?
The text was updated successfully, but these errors were encountered: