pylive
pylive copied to clipboard
Should specify localhost as 127.0.0.1
localhost resolves to IPv6 ::1 on modern macOS, breaking applications that listen explicitly on IPv4 (including pylive). Should update to connect to 127.0.0.1.