jmausolf / poshmark_sharing

BSD 3-Clause "New" or "Revised" License
111 stars 58 forks source link

please help #5

Open wolfjaw63 opened 6 years ago

wolfjaw63 commented 6 years ago

Johns-Air:poshmark_sharing johngray$ python3 share_war.py [] DEPLOYING SHARE WAR [] logging into Poshmark seller account...the share war will begin momentarily... [*] ERROR in Share War: Thrwarted by Captchas

/Users/johngray/poshmark_sharing/share_war.py(66)login_pdb() -> username = driver.find_element_by_name("login_form[username_email]") (Pdb)

znbbz commented 6 years ago

Yeah doesn't work for me either

andrewyamamoto commented 6 years ago

Try using just your username and not the email.

Esildor commented 5 years ago

I also had this issue too. It was because I forgot to uncomment the variable in the credentials file: NOT: `#Enter Your Credentials Here

poshmark_email = "myemail@gmail.com"

poshmark_password = "mysupersecret"`

should be: #Enter Your Credentials Here poshmark_email = "myemail@gmail.com" poshmark_password = "mysupersecret"

(note there's no hashtag now)