fix: Update to iloader and fix broken links (#26)

* 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
This commit is contained in:
CelloSerenity
2025-11-27 12:14:49 -07:00
committed by GitHub
parent 23790c46b4
commit 0d3fcb8146
7 changed files with 13 additions and 13 deletions

View File

@@ -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(

View File

@@ -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>",
)
)

View File

@@ -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>",
)
)

View File

@@ -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>",
)
)

View File

@@ -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>",
)
)

View File

@@ -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>",
)
)

View File

@@ -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>",
)
)