#181894·core

UniFi: ObjectOrientedNetworkConfigs coordinator retries a 404 endpoint every 10s forever

Author: Snoopx03Created Sep 10, 2026Updated Sep 17, 2026
Labelsintegration: unifi

The problem

Unexpected error fetching UniFi ObjectOrientedNetworkConfigs data

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 441, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/unifi/coordinator.py", line 44, in _async_update_data await self._handler.update() File "/usr/local/lib/python3.14/site-packages/aiounifi/interfaces/api_handlers.py", line 103, in update raw = await self.controller.request(self.api_request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/aiounifi/controller.py", line 73, in request return await self.connectivity.request(api_request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/aiounifi/interfaces/connectivity.py", line 320, in request response, bytes_data = await self._request( ^^^^^^^^^^^^^^^^^^^^ api_request.method, url, api_request.data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.14/site-packages/aiounifi/interfaces/connectivity.py", line 392, in _request raise ResponseError(f"Call {url} received 404 Not Found") aiounifi.errors.ResponseError: Call https://:443/proxy/network/v2/api/site/default/object-oriented-network-configs received 404 Not Found

What version of Home Assistant Core has the issue?

core-2026.9.1

What was the last working version of Home Assistant Core?

core-2026.9.0

What type of installation are you running?

Home Assistant OS

Integration causing the issue

UniFi

Link to integration documentation on our website

https://www.home-assistant.io/integrations/unifi/

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

Additional information

No response