-
Notifications
You must be signed in to change notification settings - Fork 81
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
FAILED TO CREATE ACCOUNT: list index out of range #52
Comments
If you change the try:
generate_account(driver, fake_identity)
except Exception as e:
printf(f"FAILED TO CREATE ACCOUNT: {e}")
pass to # try:
generate_account(driver, fake_identity)
# except Exception as e:
# printf(f"FAILED TO CREATE ACCOUNT: {e}")
# pass Notice there are 4 spaces removed before If you get the error again can you post the full error please. |
Here is the full traceback: Traceback (most recent call last): |
Ah, that'll be because they just removed the recaptcha, also this repo currently doesn't work because they just added email verification which this repo doesn't handle for. If you can clone my fork instead, that should hopefully get around it. |
I'm on a mac, I have everything installed and set up. When I run the bot, and it goes to create an account, I get this error message: FAILED TO CREATE ACCOUNT: list index out of range
What am I doing wrong?
The text was updated successfully, but these errors were encountered: