What could this error be?
Here is what the log has. I barely have any components as I am trying to transition / start again from a RPi HA docker to Hassio VM on unRAID.
I have searched and I see so many different things it can be so i don’t know how to debug…
2019-08-09 22:17:17 ERROR (SyncWorker_7) [asyncio] Future exception was never retrieved
future: <Future finished exception=NonUniqueNameException()>
Traceback (most recent call last):
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/pyhap/accessory_driver.py", line 262, in _do_start
self.advertiser.register_service(self.mdns_service_info)
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 1921, in register_service
self.check_service(info, allow_name_change)
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 2062, in check_service
raise NonUniqueNameException
zeroconf.NonUniqueNameException