ckdo / airplay2-receiver

AirPlay 2 receiver - python implementation only for testing
125 stars 7 forks source link

Crash if IPv6 is not available #12

Closed oxixes closed 3 years ago

oxixes commented 3 years ago

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.

oxixes commented 3 years ago

I'll close this since this is resolved in openairplay/airplay2-receiver#31