x404xx / Insta-Down

Instagram video downloader. (Snapinsta)
1 stars 1 forks source link

Debugging Issues: Turnstile Verification and Multi-Slide Post Downloads #1

Open 4801f421 opened 1 month ago

4801f421 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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