Skip to content

Instantly share code, notes, and snippets.

@wowawiwa
Last active October 15, 2023 19:59
Show Gist options
  • Save wowawiwa/7126e58911dd0358a6e4602fcce57ded to your computer and use it in GitHub Desktop.
Save wowawiwa/7126e58911dd0358a6e4602fcce57ded to your computer and use it in GitHub Desktop.
Airplay error "Could not connect to" on Macos

If when trying to connect to a device with Airplay, you get the error "Could not connect to", this can fix it – thereby sparing you a full system restart:

sudo killall AirPlayXPCHelper

I found this trick by grepping "airplay" in the list of process (ps axu | grep -i airplay) and tried to kill them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment