- 积分
- 845
- 金钱
- 602
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 845
- 金钱
- 602
- HASS币
- 0
|
发表于 2022-4-5 01:31:20
|
显示全部楼层
2022-04-05 01:17:55 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry 192.168.2.2 for upnp
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/upnp/__init__.py", line 128, in async_setup_entry
device = await Device.async_create_device(hass, location)
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 60, in async_create_device
upnp_device = await async_create_upnp_device(hass, ssdp_location)
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 43, in async_create_upnp_device
return await factory.async_create_device(ssdp_location)
File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client_factory.py", line 72, in async_create_device
root_el = await self._async_get(description_url)
File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client_factory.py", line 395, in _async_get
raise UpnpResponseError(status=status_code, headers=response_headers)
async_upnp_client.exceptions.UpnpResponseError: Did not receive HTTP 200 but 403
同样,看不懂日志 |
|