useragents / Funcaptcha-Audio-Solver

Requests based captcha solver for Arkose Labs using speech recognition
373 stars 17 forks source link

Amazon Captcha #9

Open bilal6622 opened 2 years ago

bilal6622 commented 2 years ago

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

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

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?