From 0d3fcb8146b358fc6d8281472aa97a7681e8f876 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Thu, 27 Nov 2025 12:14:49 -0700 Subject: [PATCH] fix: Update to iloader and fix broken links (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update afc.py * Update afc.py * Update error message and documentation link for UDID * Update pairing file instructions and documentation URL * Update pairing file instructions in refresh.py * Update sparse.py * NOTE TO SELF: This can probably be removed altogether or modified drastically because we don’t use jitterbug anymore * Update jit26.py --- cogs/livecontainer/jit26.py | 2 +- cogs/sidestore/afc.py | 4 ++-- cogs/sidestore/half.py | 4 ++-- cogs/sidestore/pairing.py | 2 +- cogs/sidestore/refresh.py | 6 +++--- cogs/sidestore/sparse.py | 2 +- cogs/sidestore/udid.py | 6 +++--- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cogs/livecontainer/jit26.py b/cogs/livecontainer/jit26.py index 311e6c1..68f62a9 100644 --- a/cogs/livecontainer/jit26.py +++ b/cogs/livecontainer/jit26.py @@ -8,7 +8,7 @@ def jit26_command(): color=0x0169FF, description=( "# iOS 26 JIT & Sideloading Walkthrough\n\n---\n\n" - "Click the [button below](https://github.com/CelloSerenity/iOS-26-Sideloading-and-JIT-Complete-Walkthrough) to get started with iOS 26 JIT and sideloading." + "Click the [button below](https://github.com/CelloSerenity/iOS-26-Sideloading-and-JIT-Complete-Walkthrough) to set up sideloading and enabling JIT for LiveContainer on iOS 26." ), ) embed.set_author( diff --git a/cogs/sidestore/afc.py b/cogs/sidestore/afc.py index 8129b6b..5565bb3 100644 --- a/cogs/sidestore/afc.py +++ b/cogs/sidestore/afc.py @@ -13,7 +13,7 @@ def afc_command(): "# AFC Connection Failure\n\n---\n\n" + "1. Make sure Wi-Fi is connected to a stable network\n" + "2. Make sure StosVPN is connected and updated\n" - + "3. If issue still persists, create and import a new pairing file using `idevice_pair`. See [Pairing File instructions](https://docs.sidestore.io/docs/installation/pairing-file) for details" + + "3. If issue still persists, replace pairing file using `iloader`. See [Pairing File instructions](https://docs.sidestore.io/docs/advanced/pairing-file) for details" ), ) embed.set_author( @@ -36,7 +36,7 @@ def afc_command(): discord.ui.Button( label="Documentation", style=discord.ButtonStyle.primary, - url="https://docs.sidestore.io/docs/troubleshooting/common-issues#afc-connection-failure", + url="https://docs.sidestore.io/docs/troubleshooting/common-issues/#afc-connection-failure--no-wi-fi-or-vpn-connection", emoji="<:sidestorepride:1417717648795631787>", ) ) diff --git a/cogs/sidestore/half.py b/cogs/sidestore/half.py index d2584e2..385669a 100644 --- a/cogs/sidestore/half.py +++ b/cogs/sidestore/half.py @@ -18,7 +18,7 @@ def half_command(): + "- Change Anisette Server\n" + "- Reset adi.pb\n" + "- Sign out from SideStore and sign back in\n" - + "- Recreate pairing file\n" + + "- Replace pairing file\n" + "- Reinstall SideStore\n\n" ), ) @@ -42,7 +42,7 @@ def half_command(): discord.ui.Button( label="Documentation", style=discord.ButtonStyle.primary, - url="https://docs.sidestore.io/docs/troubleshooting/common-issues#sidestore-hangs-halfway-through-installation", + url="https://docs.sidestore.io/docs/troubleshooting/common-issues/#sidestore-hangs-partway-through-installation", emoji="<:sidestorepride:1417717648795631787>", ) ) diff --git a/cogs/sidestore/pairing.py b/cogs/sidestore/pairing.py index 75868ae..25aba81 100644 --- a/cogs/sidestore/pairing.py +++ b/cogs/sidestore/pairing.py @@ -47,7 +47,7 @@ def pairing_command(): discord.ui.Button( label="Documentation", style=discord.ButtonStyle.primary, - url="https://docs.sidestore.io/docs/troubleshooting/#cannot-choose-pairing-file", + url="https://docs.sidestore.io/docs/advanced/pairing-file", emoji="<:sidestorepride:1417717648795631787>", ) ) diff --git a/cogs/sidestore/refresh.py b/cogs/sidestore/refresh.py index 60e05b6..f5ab1b7 100644 --- a/cogs/sidestore/refresh.py +++ b/cogs/sidestore/refresh.py @@ -13,8 +13,8 @@ def refresh_command(): "# Can't Refresh or Install Apps\n\n---\n\n" + "1. Make sure your device is connected to a stable Wi-Fi network and not using cellular data.\n" + "2. Verify VPN is connected in the StosVPN app.\n" - + "3. **Create a brand new pairing file.**\n" - + " - If none of the above worked, it is very likely that the pairing file is corrupted. You can reference the documentation on how to create a new pairing file [here](https://docs.sidestore.io/docs/installation/pairing-file).\n" + + "3. **Replace your pairing file.**\n" + + " - If none of the above worked, it is very likely that the pairing file is corrupted. You can reference the documentation on how to replace your pairing file [here](https://docs.sidestore.io/docs/advanced/pairing-file).\n" ), ) embed.set_author( @@ -37,7 +37,7 @@ def refresh_command(): discord.ui.Button( label="Documentation", style=discord.ButtonStyle.primary, - url="https://docs.sidestore.io/docs/installation/pairing-file", + url="https://docs.sidestore.io/docs/advanced/pairing-file", emoji="<:sidestorepride:1417717648795631787>", ) ) diff --git a/cogs/sidestore/sparse.py b/cogs/sidestore/sparse.py index d755dee..fadfaab 100644 --- a/cogs/sidestore/sparse.py +++ b/cogs/sidestore/sparse.py @@ -36,7 +36,7 @@ def sparse_command(): discord.ui.Button( label="Documentation", style=discord.ButtonStyle.primary, - url="https://docs.sidestore.io/docs/advanced/sparserestore", + url="https://docs.sidestore.io/docs/advanced/alternative#sparserestore-3-app-limit", emoji="<:sidestorepride:1417717648795631787>", ) ) diff --git a/cogs/sidestore/udid.py b/cogs/sidestore/udid.py index 7d3a42f..9826477 100644 --- a/cogs/sidestore/udid.py +++ b/cogs/sidestore/udid.py @@ -11,8 +11,8 @@ def udid_command(): color=0x8E82F9, description=( "# SideStore Could Not Determine Device UDID\n\n---\n\n" - + "This error usually occurs when the pairing file is corrupted. Please create a new pairing file using `idevice_pair` and try again.\n\n" - + "If you forgot how to create a new pairing file, you can refer to the documentation below." + + "This error usually occurs when the pairing file is corrupted. Please replace your pairing file using `iloader` and try again.\n\n" + + "If you forgot how to replace your pairing file, you can refer to the documentation below." ), ) embed.set_author( @@ -35,7 +35,7 @@ def udid_command(): discord.ui.Button( label="Documentation", style=discord.ButtonStyle.secondary, - url="https://docs.sidestore.io/docs/installation/pairing-file/", + url="https://docs.sidestore.io/docs/advanced/pairing-file/", emoji="<:sidestorepride:1417717648795631787>", ) )