You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% .venv/bin/python
Python 3.8.5 (default, Sep 5 2020, 10:50:12)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from libsoundtouch import discover_devices
>>> devices = discover_devices(timeout=2)
Exception in thread zeroconf-ServiceBrowser__soundtouch._tcp.local._3897:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File ".../.venv/lib/python3.8/site-packages/zeroconf/__init__.py", line 1721, in run
self._service_state_changed.fire(
File ".../.venv/lib/python3.8/site-packages/zeroconf/__init__.py", line 1479, in fire
h(**kwargs)
File ".../.venv/lib/python3.8/site-packages/zeroconf/__init__.py", line 1577, in on_change
listener.add_service(*args)
File ".../.venv/lib/python3.8/site-packages/libsoundtouch/utils.py", line 102, in add_service
address = socket.inet_ntoa(info.address)
AttributeError: 'ServiceInfo' object has no attribute 'address'
pip freeze
:I have not investigated, but this fixed it:
(@ 25163a7)
The text was updated successfully, but these errors were encountered: