openairplay / airplay2-receiver

AirPlay 2 Receiver - Python implementation
2.13k stars 133 forks source link

Crash if IPv6 is not available #21

Closed Neustradamus closed 3 years ago

Neustradamus commented 3 years ago

Originally: https://github.com/ckdo/airplay2-receiver/issues/12

@oxixes commented Mar 2, 2021

My wifi adapter does not offer an IPv6, and the program crash on startup, I solved the issue by just commenting the IPv6 part on the code and removing it from sonos_one_setup, but I think it should be done better.

systemcrash commented 3 years ago

I think this is fixed with #31