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

Constantly Not Solved #40

Closed
MasterHope opened this issue Apr 1, 2021 · 10 comments
Closed

Constantly Not Solved #40

MasterHope opened this issue Apr 1, 2021 · 10 comments
Assignees
Labels
CNS The problem where the result is constantly "Not solved". wontfix This will not be worked on

Comments

@MasterHope
Copy link

MasterHope commented Apr 1, 2021

Versions of amazonCaptcha and divers
immagine version of drivers.

Is it really constant?
How many captchas in a row have given the "Not Solved" result?
Always. I tried dozens times but it still doesn't work.

To Reproduce
Steps to reproduce the behavior:
Write this code:

from amazoncaptcha import AmazonCaptcha
from selenium import webdriver
from chromedriver_py import binary_path
import time

chrome_options = webdriver.ChromeOptions();
chrome_options.binary_location = 'C:\\Program Files\\Google\\Chrome Beta\\Application\chrome.exe';
driver = webdriver.Chrome(executable_path=binary_path, options = chrome_options);
while(1):
    driver.get('https://www.amazon.com/errors/validateCaptcha');

    captcha = AmazonCaptcha.fromdriver(driver);
    solution = captcha.solve();
    print(solution);
    time.sleep(5);

Substitute the binary location with the directory where is present chrome.exe file.
Run and see the results. Only Not solved string will appear.

Screenshots
If applicable, add screenshots to help explain your problem.
immagine version of drivers.
immagine
messages.

Environment (please complete the following information):

  • OS: [Windows Home 10 version 19041.867]
  • Driver [Chrome Beta 90.0.4430.51]
  • Driver version [See screenshot]

Additional context
I have tried with GeckoDriver and Firefox too, but it still does not work.
immagine
This is the type of captcha that I saw always.

@MasterHope MasterHope added the CNS The problem where the result is constantly "Not solved". label Apr 1, 2021
@timbru31
Copy link

Another not solved example coming from a Chrome v90 on Win 10:

a809977e091e41dfaeffa73f0e9d969e

@bar2
Copy link

bar2 commented May 26, 2021

@a-maliarov checking old issues and image examples, I think amazon made their captcha images harder. Here is one of the image links I am getting not solved, mind the difference with the old url structure:

https://opfcaptcha-prod.s3.amazonaws.com/8337bedcd6814426b4b1fe407ec0bfc9.jpg?AWSAccessKeyId=AKIA5WBBRBBBQYRDYRY4&Expires=1621995838&Signature=aMD78%2B0D4J5%2FJcxOQ9Py98I4IQg%3D

In case the link expires, here is the image:
8337bedcd6814426b4b1fe407ec0bfc9

@8o5
Copy link

8o5 commented Jun 8, 2021

@a-maliarov checking old issues and image examples, I think amazon made their captcha images harder. Here is one of the image links I am getting not solved, mind the difference with the old url structure:

https://opfcaptcha-prod.s3.amazonaws.com/8337bedcd6814426b4b1fe407ec0bfc9.jpg?AWSAccessKeyId=AKIA5WBBRBBBQYRDYRY4&Expires=1621995838&Signature=aMD78%2B0D4J5%2FJcxOQ9Py98I4IQg%3D

In case the link expires, here is the image:
8337bedcd6814426b4b1fe407ec0bfc9

Do you think amazoncaptcha will be updated to support this kind of captcha?

@a-maliarov
Copy link
Owner

@MasterHope Hi, sorry for the late response, I wasn't able to answer during last months due to some reasons.

Please, check #27 to see how to use fromlink method and let me know if that one works for you.

@a-maliarov
Copy link
Owner

a-maliarov commented Jun 28, 2021

@bar2 @8o5 the problem with that type of captcha is that I'm not sure it can't be solved in simple pixels manipulations, more of an AI-based challenge. Therefore, for now the situation is: 85% that it won't be supported in this repository, 10% that it will be supported in the second project I'm currently working on (but don't have enough time to complete cause of main job), 5% that it will be somehow implemented here if I come up with an easy way to solve it.

@timbru31
Copy link

I tried fromlink but that sadly did not work either.

@a-maliarov
Copy link
Owner

@timbru31 Hi, if you have a similar issue as the person who opened this one, please paste your code so I can have some more information, thank you.

@stale
Copy link

stale bot commented Aug 12, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Aug 12, 2021
@Tianhao-Liu
Copy link

for me, it's the resolution issue, 1080P works fine.

@stale stale bot removed the wontfix This will not be worked on label Aug 31, 2021
@stale
Copy link

stale bot commented Oct 15, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Oct 15, 2021
@stale stale bot closed this as completed Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CNS The problem where the result is constantly "Not solved". wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

6 participants