christgau / wsdd

A Web Service Discovery host daemon.
MIT License
861 stars 101 forks source link

Error in main loop - key error 15 #47

Closed maxfield-allison closed 4 years ago

maxfield-allison commented 4 years ago

Hello, When running the script on Linux Mint 19.3 Cinnamon 5.6.4-050604-lowlatency I'm getting the error in the title no matter where I run the script and regardless of any options used. administrator@Server-01:~$ ~/wsdd.py 2020-06-11 10:59:48,038:wsdd WARNING(pid 49307): no interface given, using all interfaces 2020-06-11 10:59:48,454:wsdd ERROR(pid 49307): error in main loop Traceback (most recent call last): File "/home/administrator/wsdd.py", line 1626, in main key.data.handle_request() File "/home/administrator/wsdd.py", line 1195, in handle_request iface = self.interfaces[ifa_idx] KeyError: 15

christgau commented 4 years ago

Duplicate of #45

maxfield-allison commented 4 years ago

ohp, gotchya, I read through the other issue and didn't notice the similarity. My bad and thanks for the quick response!