librespot-org / libmdns

mDNS Responder library for building discoverable LAN services in Rust
https://crates.io/crates/libmdns
MIT License
71 stars 34 forks source link

"No such device" error when running the register example as user daemon #50

Open Drexel2k opened 8 months ago

Drexel2k commented 8 months ago

Hello,

when running the register example on boot as user service, it usually panics with the error messaage:

Result::unwrap()' on an 'Err' value: DnsSdError(Os { code: 19, kind: Uncategorized, message: "No such device" })

It was discovered as used in spotifyd and is reproducable. I have the error on RpasberryPi OS Bookworm 64bit.

Here you can find more information:

https://github.com/Spotifyd/spotifyd/issues/1227 https://github.com/Spotifyd/spotifyd/issues/1244

If you need any more information please let me know.

Best regards Matthias