From 50c5b49aa2b9107c2bd9fc95541301ba75fbb10e Mon Sep 17 00:00:00 2001 From: Dan <38832025+dayanch96@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:06:16 +0300 Subject: [PATCH] Update how-to.md --- discord-rpc/how-to.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord-rpc/how-to.md b/discord-rpc/how-to.md index 5f12920..3917a6b 100644 --- a/discord-rpc/how-to.md +++ b/discord-rpc/how-to.md @@ -56,3 +56,5 @@ Show what you're watching on YouTube in your Discord status. In real time | No activity showing in Discord | Check that both devices are on the same Wi-Fi network | | "Please enable local network permission" on iPhone | Go to **iOS Settings → YouTube → Local Network** and enable it | | "Please start the server" on iPhone | Make sure YouTube Plus RPC is running on your desktop | +| RPC not working even on the same Wi-Fi | On Windows, disable any virtual network adapters (VMware, VPN adapters, TAP adapters, and similar). These can interfere with local network discovery and prevent your iPhone from reaching the desktop server | +| "app is damaged" on macOS | Run `xattr -cr "/Applications/YouTube Plus RPC.app"` in Terminal |