Skip to content
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

Open
4801f421 opened this issue Jun 29, 2024 · 3 comments
Open

Comments

@4801f421
Copy link

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.

@x404xx
Copy link
Owner

x404xx commented Jun 30, 2024

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.

Yeah, now their website has been updated. They use cloudflare turnstiles.

image

@4801f421
Copy link
Author

4801f421 commented Jul 5, 2024

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.
The current source code's lack of capability to download multi-slide posts.(would you prefer if I proceed with the necessary changes and submit a pull request for your review?)
The need for improved error handling, particularly for internet-related issues that can be resolved with retries.

Do you plan to work on resolving these issues?

@x404xx
Copy link
Owner

x404xx commented Jul 8, 2024

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. The current source code's lack of capability to download multi-slide posts.(would you prefer if I proceed with the necessary changes and submit a pull request for your review?) The need for improved error handling, particularly for internet-related issues that can be resolved with retries.

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.

https://github.com/x404xx/Turnstile-Solver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants