Open PM-ME-BUMBLEBEES opened 2 years ago
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 generate_account(driver, fake_identity)
, you should get the full stack trace.
If you get the error again can you post the full error please.
Here is the full traceback:
Traceback (most recent call last):
File "/Users/annabrown/Desktop/KelloggBot-main/main.py", line 297, in
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?