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 #93

Open
VihaanReddyM opened this issue Jun 11, 2023 · 6 comments
Open

Constantly Not Solved #93

VihaanReddyM opened this issue Jun 11, 2023 · 6 comments
Assignees
Labels
CNS The problem where the result is constantly "Not solved". wontfix This will not be worked on

Comments

@VihaanReddyM
Copy link

Paste the code showing which endpoint of the AmazonCaptcha library you are using

from amazoncaptcha import AmazonCaptcha

captcha = AmazonCaptcha('src\captcha\captcha.png')
solution = AmazonCaptcha('src\captcha\captcha.png').solve()
print(solution)

# Or: solution = AmazonCaptcha('captcha.jpg').solve()

If your endpoint is not ".fromdriver", paste the code of how you download the image

Code goes here

Is it really constant?
How many captchas in a row have given the "Not Solved" result?
about 10 times

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.
image

Environment (please complete the following information):

  • OS: [e.g. iOS] WIndows 10
  • Driver [e.g. chrome, safari]
  • Driver version [e.g. 22]

Additional context
Add any other context about the problem here.

@VihaanReddyM VihaanReddyM added the CNS The problem where the result is constantly "Not solved". label Jun 11, 2023
@stale
Copy link

stale bot commented Aug 7, 2023

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 7, 2023
@VihaanReddyM
Copy link
Author

bruh

@stale stale bot removed the wontfix This will not be worked on label Aug 8, 2023
@a-maliarov
Copy link
Owner

hi,

  • you are using the endpoint to parse the image that is located on your computer,
  • that means that you've downloaded it beforehand,
  • if you change the image during the download process, this will affect the results, as the solver is based on the original size and resolution of the image on amazon

the docs clearly says to use .fromlink for consistent results, if you are not using that, the error template clearly says If your endpoint is not ".fromdriver", paste the code of how you download the image

you've shared zero information for me to be able to help you out

@YSternlicht
Copy link

Just started playing with this and having a similar issue here.

My code is

from amazoncaptcha import AmazonCaptcha
from selenium import webdriver

driver = webdriver.Chrome() # This is a simplified example
driver.get('https://www.amazon.com/errors/validateCaptcha')

captcha = AmazonCaptcha.fromdriver(driver)
solution = captcha.solve()

print(solution)

and the output is always unsolved (it seems to me that the result is not even being written to the browser)

@VihaanReddyM
Copy link
Author

yea
maybe

Copy link

stale bot commented Dec 15, 2023

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 Dec 15, 2023
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

3 participants