-
Notifications
You must be signed in to change notification settings - Fork 7
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
request failed with error code 429 / CAPTCHA triggered #97
Comments
There is no solution, add a backoff or go through a proxy. |
maybe with mail.tm or Emailnator https://www.emailnator.com/' APIs wen can build something similar without chatpcha, the challenge make this project unusable for many people. i was testing but no solution to captcha. |
The goal of Yopmail is not to be used through automation otherwise an API would exist. This project is here for a simple automation usage that involved Yopmail but cannot be used for projects that require big usages. |
There is the ability to define a proxy https://github.com/antham/yogo#environment-variable and customize few variables around the request but it's probably not enough to circumvent reCAPTCHA |
Hi.
input
./yogo inbox show helloworld 1
output
failure when fetching https://yopmail.com : request failed with error code 429 and body <!DOCTYPE HTML><html><head><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><script>window.top.location.replace('/http429');</script></head></html>
The text was updated successfully, but these errors were encountered: