Skip to content

"timed out getting mDNS service" error #15

@avotins

Description

@avotins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions