mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-09 11:28:15 -07:00
When using localhost on mac, both ipv4 and ipv6 are tried and raise separate errors which are combined by asyncio and difficult/inelegant to handle. Python 3.12 adds the argument all_errors, which would make this easier.