python-zeroconf icon indicating copy to clipboard operation
python-zeroconf copied to clipboard

A pure python implementation of multicast DNS service discovery

Results 72 python-zeroconf issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm not sure what's going on but with both v13 and v14 of pychromecast, there are some serious degradations with the use of pyzeroconf. https://github.com/home-assistant-libs/pychromecast/issues/866 https://github.com/home-assistant-libs/pychromecast/issues/897 I suggest that the...

Looks like something odd happens duting pytest execution and some writes to the tty som call traces. Thre are as well some pytest warnings. Here is pytest output: ```console +...

Hi, On Mageia Cauldron python-zeroconf fails to build only on armv7 with: `Using pip 24.0 from /usr/lib/python3.12/site-packages/pip (python 3.12) Looking in links: /home/iurt/rpmbuild/BUILD/zeroconf-0.132.2/pyproject-wheeldir ERROR: Could not find a version that...

Hey everyone, I note that the listener's `add_service()` callback has available to it the coordinates for the custom service that I am tracking. Whenever it comes online this callback can...

enhancement
help wanted
multi-srv-record-support

Hi, I am attempting to convert my script into an exe and zeroconf is causing issues. pyinstaller v6.4.0 zeroconf v0.131.0 Python 3.12.2 `import zeroconf ^^^^^^^^^^^^^^^ File "", line 1360, in...

Is there a good way to be notified when a service disappears without calling `unregister_service()`? Or do I have to regularly check that the service is still responding as advertised...

I have the issue when I have a TrueNAS Scale host with mDNS active and install HomeAssistent as a docker container in host network mode. The zeroconf cannot use the...

A better fix would be to check the flags in https://github.com/pydron/ifaddr/pull/59 `InterfaceChoice.All` now excludes loopback addresses by default since they do not work on most systems. To keep the original...

When using `AsyncZeroconf(ip_version=IPVersion.All)` this can lead to the following warning being logged: ``` WARNING Error with socket 66 (('::1', 5353, 0, 0))): [Errno 101] Network is unreachable Traceback (most recent...

If we register a service and the network is offline (ie plugged in later) or dropping packets, we won't know that another host is using the name. We need late...