Troubleshooting - Rakhilukky/infinityfree GitHub Wiki

🛠️ Troubleshooting

1️⃣ "403 Forbidden" Error

✔️ Make sure you're sending a valid request
✔️ Ensure your IP is not blocked
✔️ Try changing the User-Agent header

2️⃣ "Failed to extract values from HTML"

✔️ InfinityFree may have changed its security methods
✔️ Open an issue on GitHub to get support

3️⃣ Issues on Termux?

If you get an error in Termux, try reinstalling dependencies:

pkg update && pkg upgrade  
pip install requests pycryptodome

⬅️ Back to Home