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

Amazon Captcha #9

Open
bilal6622 opened this issue Oct 12, 2022 · 2 comments
Open

Amazon Captcha #9

bilal6622 opened this issue Oct 12, 2022 · 2 comments

Comments

@bilal6622
Copy link

I have tried this script on amazon captcha at register page but it doesn't work even though amazon arkose labs captcha support the audio challenge
Response from script : Site not supported / does not have audio challenges
you can check the amazon captcha here :

@russbakr
Copy link

The error message "Site not supported / does not have audio challenges" suggests that the code was not able to find an audio challenge on the website you provided. It's possible that the website is not using FunCaptcha or that it does not have audio challenges enabled.

Alternatively, there may be an issue with the implementation of the get_audio_captcha method, which is responsible for obtaining the audio captcha file. You may want to double-check that the URL being used to request the audio captcha is correct and that the data being sent in the POST request is formatted correctly.

Additionally, it's worth noting that some websites may have measures in place to detect and block automated solving of captchas, so it's possible that your requests are being blocked by the website's security system.

@lpcs007
Copy link

lpcs007 commented Aug 10, 2023

The error message "Site not supported / does not have audio challenges" suggests that the code was not able to find an audio challenge on the website you provided. It's possible that the website is not using FunCaptcha or that it does not have audio challenges enabled.

Alternatively, there may be an issue with the implementation of the get_audio_captcha method, which is responsible for obtaining the audio captcha file. You may want to double-check that the URL being used to request the audio captcha is correct and that the data being sent in the POST request is formatted correctly.

Additionally, it's worth noting that some websites may have measures in place to detect and block automated solving of captchas, so it's possible that your requests are being blocked by the website's security system.

follow the link https://www.amazon.com/aaut/verify/flex-offers/challenge?challengeType=ARKOSE_LEVEL_1&returnTo=https://www.amazon.com&headerFooter=false and you will see the audio challenge exist.

I tried using the public_key=2F1CD804-FE45-F12B-9723-240962EBA6F8 and site=https://client-api.arkoselabs.com but the answer is always the same: Site not supported / does not have audio challenges

Can you help me please?

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

3 participants