chris-ritsen / network-audio-controller

Control Audinate Dante network audio devices without Dante Controller
The Unlicense
192 stars 21 forks source link

Subscription List Error #20

Closed dlemmink closed 4 weeks ago

dlemmink commented 4 weeks ago

Running on Ubuntu 22.04/Python 3.10 I get the following error.

netaudio subscription list

KeyError

32

at /usr/local/lib/python3.10/dist-packages/netaudio/dante/subscription.py:25 in status_text 21│ 22│ return text 23│ 24│ def status_text(self): → 25│ return subscription_status.labels[self.status_code] 26│ 27│ def to_json(self): 28│ as_json = { 29│ "rx_channel": self.rx_channel_name,