Funcaptcha-Audio-Solver icon indicating copy to clipboard operation
Funcaptcha-Audio-Solver copied to clipboard

Amazon Captcha

Open bilal6622 opened this issue 2 years ago • 2 comments

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 :

bilal6622 avatar Oct 12 '22 23:10 bilal6622

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.

russbakr avatar Mar 28 '23 22:03 russbakr

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?

lpcs007 avatar Aug 10 '23 13:08 lpcs007