I have been following this thread nearly since it’s inception after having the same issues…
I have tried everything mentioned throughout to try and get Warp going, but I am still stuck at the same point I was back in October… IPC Error - Retrying Connection To Daemon.
To anyone who still has this issue, thanks to Reddit user siliconsjang, I’ve managed to solve this issue and get rid of the infamous “IPC Error”
First of all, what you would need to do is open up Terminal, Launchpad → Utilities → Terminal
Then, type in the following commands, line by line
This command will uninstall the Cloudflare WARP application completely. You will need to redownload Cloudflare WARP afterwards and install it.
cd /Applications/Cloudflare\ WARP.app/Contents/Resources
./uninstall.sh
Now you should have a prompt saying something like this:
Do you want to uninstall Cloudflare WARP app? Enter Y to proceed or N to exit.
Enter “y” (without quotes) and ENTER to continue.
Now, all you have to do is download Cloudflare from here: https://1.1.1.1/Cloudflare_WARP.zip and install the application. Everything should work fine after this.
So that, I tried to re-install Warp, but there was even problem with installing process.
This happend even after deleting using CF docs method wrote above.
It still had same problem, and when I try to install warp again, install failed.
I fixed it by this steps :
restoring (if you don’t have backup, just make one) /Library/LaunchDaemons/com.cloudflare.1dot1dot1dot1.macos.warp.daemon.plist
deleting warp using that method :
cd /Applications/Cloudflare\ WARP.app/Contents/Resources
./uninstall.sh
It has been almost a year, and the app is not beta anymore but I still have this problem.
I have tried everything above. Not work. Isn’t it just turn it on and off again?
I recently started getting the same sort of error. IPC error, appears to be a registration failure. But WARP worked for me pretty much since the macOS beta launched. I have tried all kinds of uninstall and re-install options and the log file suggestion to run warp-cli register (which just seems to hang with the last log entry as no configuration file). Any ideas how I might get this fixed? Thanks heaps.
After updating to Big Sur (macOS 11.6.2), the most recent version of Cloudflare Warp (2021.12.1.0) now installs and works as expected, without any errors.
Adding the plist file manually (with the contents you provided) and then running the uninstall script and then reinstalling worked for me (while running the uninstall script without the plist file did not work for me).
The problem happened on a fresh install of Ventura 13.1. I downloaded the package and installed it but when the OS asked for permissions for installer to access the downloads folder I said no. Then the installation failed and the GUI showed IPC error. I tried to uninstall and reinstall, allowing Installer access to the downloads folder this time (and even tried with a copy of the app from a time machine backup) and it would always give the installation error and IPC error on the GUI.
I then created the plist file as in your suggestion and ran the uninstallation script again and it uninstalled it. I then installed the pkg file again and it finished successfully and is now running. It looks like not giving Installer permissions to the downloads folder caused this.