MacOS Debugging
Background Service Disconnected

Troubleshooting Background Service Disconnection
If you encounter issues with the background service disconnecting, follow these troubleshooting steps:
Reboot Your Computer:
Sometimes the Distribute AI Daemon service has problems after large system modifications, you can try rebooting your computer to check if this problem resolves itself
Verify Service Status:
Open a terminal and type
sudo launchctl list | grep "ai.distribute.daemon"
, if there is no output or the first column contains a-
character, try reinstalling Distribute AI using the steps belowIf the first column has a number, try restarting your machine, if that doesn't work, please contact support
Reinstalling
In order to get a completely clean reinstall, it's recommended to do the following steps:
Run
sudo rm /Library/LaunchDaemons/distributeai.plist
in a terminalRun
sudo rm -rf ~/Library/Application\ Support/distribute.ai
in a terminalRestart your machine
Navigate to https://dashboard.distribute.ai/provider/downloads to download and install the latest version
Last updated