-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging Issues: Turnstile Verification and Multi-Slide Post Downloads #1
Comments
Yeah, now their website has been updated. They use cloudflare turnstiles. |
Thank you for the update and for letting me know about the Cloudflare turnstiles. Regarding the issues I mentioned earlier: The error caused by the failure to verify Cloudflare's turnstile when trying to download Instagram stories. Do you plan to work on resolving these issues? |
Yes, you can. Go ahead; I will review it. By the way, I already made a turnstile bypasser API; check the link below. |
When trying to download Instagram stories using the code, I encounter an error. Upon debugging the code, I discovered that the error is due to a failure in verifying something called 'turnstile,' which appears to be a mechanism from Cloudflare. It seems that this type of authentication is specifically used for downloading stories.
Additionally, the source code currently lacks the capability to download multi-slide posts. This issue can be easily resolved by adding lists and loops. I might edit this section and send you a pull request in the near future for inclusion in the project.
Moreover, it would be advisable to add error handling to the project, as some errors are due to internet issues and can be resolved with retries.
The text was updated successfully, but these errors were encountered: