djp952 / pvr.hdhomerundvr

Unofficial Kodi HDHomeRun DVR PVR Client
https://github.com/djp952/pvr.hdhomerundvr/wiki
Other
60 stars 9 forks source link

HTTP device discovery will abort at first failure #103

Closed djp952 closed 2 years ago

djp952 commented 2 years ago

The HTTP device discovery function will fail with an HTTP error if a device listed in that result set cannot be contacted and abort. The desired behavior would be to iterate over all the devices returned and try to contact each one. Aborting the discovery altogether is a very bad idea for a number of reasons.

Also check over broadcast discovery to ensure the same scenario cannot play out.

djp952 commented 2 years ago

Fixed via c04104c526198e9f7f3f10bb7144371e6e8eebf2 and backported to Matrix and Leia branches