- 积分
- 849
- 金钱
- 755
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 849
- 金钱
- 755
- HASS币
- 0
|
发表于 2022-3-27 18:04:58
|
显示全部楼层
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
请问这是什么问题?盼回复 |
|