Open
Description
macOS now uses port 5000 by default for AirPlay discovery (https://news.ycombinator.com/item?id=29006861).
Attempting to start Fava with the default port now fails silently on macOS (it says it's running, but the web interface doesn't load because the port is already in use by the system).
Port 5000 is in any case already a reserved port for UPnP:
- https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?&page=88
- https://www.grc.com/port_5000.htm
It would be better to use a port in the 8000+ range (and also to detect if the port is already in use and fall back to a higher port).
Activity