Error setting up Default for unifi

had this working for some time on home os core
but today i’m now getting this error:

ogger: homeassistant.config_entries
Source: config_entries.py:594
First occurred: 6:44:01 PM (3 occurrences)
Last logged: 6:51:34 PM

Error setting up entry Default for unifi
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/unifi/init.py”, line 52, in async_setup_entry
await hub.initialize()
File “/usr/src/homeassistant/homeassistant/components/unifi/hub/hub.py”, line 92, in initialize
self.is_admin = self.api.sites[self.config.entry.unique_id].role == “admin”
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiounifi/interfaces/api_handlers.py”, line 167, in getitem
return self._items[obj_id]
~~~~~~~~~~~^^^^^^^^
KeyError: ‘66348fa6517d2d4c045d841a’

i have reverted to last home assisant version but still no go.

i am on 2024.6.3

anyone else seen this issue before?

thank you