Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"timed out getting mDNS service" error #15

Open
avotins opened this issue Jun 1, 2023 · 0 comments
Open

"timed out getting mDNS service" error #15

avotins opened this issue Jun 1, 2023 · 0 comments

Comments

@avotins
Copy link

avotins commented Jun 1, 2023

When using basic tool commands (device/subscription list) mdns service seams to timeout. This test deployment has quite a lot of Dante devices present in the space (about 50-60). In the end some device list is reported, but it does not represent all devices present in network.

Example:

^C[@ ~]$ netaudio device list --name=
timed out getting mDNS service
timed out getting mDNS service
timed out getting mDNS service
timed out getting mDNS service
timed out getting mDNS service
timed out getting mDNS service
timed out getting mDNS service
timed out
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/netaudio/dante/device.py", line 277, in get_controls
response = await self.dante_command(*self.command_device_name())
File "/usr/local/lib/python3.9/site-packages/netaudio/dante/device.py", line 96, in dante_command
response = sock.recvfrom(2048)[0]
socket.timeout: timed out
timed out
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/netaudio/dante/device.py", line 277, in get_controls
response = await self.dante_command(*self.command_device_name())
File "/usr/local/lib/python3.9/site-packages/netaudio/dante/device.py", line 96, in dante_command
response = sock.recvfrom(2048)[0]
socket.timeout: timed out
timed out
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/netaudio/dante/device.py", line 277, in get_controls
response = await self.dante_command(*self.command_device_name())
File "/usr/local/lib/python3.9/site-packages/netaudio/dante/device.py", line 96, in dante_command
response = sock.recvfrom(2048)[0]
socket.timeout: timed out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant